Fix PV metric to match paper's orchestration-focused evaluation#4
Merged
Conversation
The paper (Section IV.D.3) explicitly treats SQL-level parameter differences as "minor errors" — PV should measure orchestration decisions (tool selection, format, channel, dependencies), not content generation (SQL text, email prose). Categorize parameters into orchestration (exact match), content (structural/semantic match), and identifier (lenient match). Update README with reproduced live benchmark results. Co-authored-by: Cursor <cursoragent@cursor.com>
…omments Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
format,channel,source_step,mode, etc.) — exact matchquery,body,subject,title) — structural/semantic match (right tables, right domain terms)recipient,target_name) — lenient key-term matchReproduced Results (gemini-2.5-pro, pgvector)
All results within the paper's 95% bootstrap confidence intervals.
Files Changed
src/behavioral_memory/evaluation/metrics.py— Core fix: parameter categorization and semantic matchingREADME.md— Reproduced results table, learning architecture diagramexamples/run_live_benchmark.py— pgvector flag for paper reproductiondocs/GETTING_STARTED.md— Updated pgvector setup instructionsMakefile— Addedbenchmark-pgtargetCONTRIBUTING.md— Updated test countTest plan
pytest tests/ -v)ruff checkandmypypasspython examples/validate_pipeline.pypasses all 30 checkscompute_metricsMade with Cursor