LongMemEval-M · full-haystack variant (~480 distractor sessions per question) · answers gemini-2.5-pro / Qwen2.5-3B · flexible LLM judge · e5 embeddings
verify.js reads the published per-question ledgers, recomputes accuracy and the per-category breakdown, and asserts they equal the claimed headline. It proves the advertised number is the exact sum of the published rows — no hidden questions, no arithmetic massaging.
# recompute every published score from its per-question rows $ node verify.js ✓ Baseline (retrieval only, no consolidation engine) recomputed from 48 published rows: 31/48 = 64.6% claimed headline: 31/48 = 64.6% match: total ok · hits ok · accuracy ok ✓ ALL LEDGERS CONSISTENT — headline = exact sum of published rows. # and audit the grader itself against the public ground truth $ node scoring.js --selftest ✓ self-test: 6/6 expected verdicts reproduced
Trace any row yourself. Every question id below is the official LongMemEval id — look it up in the public dataset to see the question, the haystack, and the ground-truth answer.
Every question, every verdict. This is the full record behind the 64.6%. Filter it, scan it, then run verify.js and watch the same 31/48 fall out.
| Question id | Category | Verdict | Model answer → expected |
|---|
Answer excerpts are trimmed for reading; the verdicts they carry are the real graded verdicts. Full untruncated transcripts are available on request.
The consolidation engine earns its keep exactly where memory gets hard: multi-session aggregation — questions whose answer is scattered across many conversations buried in hundreds of distractors.
Why 72.9% is reported as a lower bound. Only the multi-session category was re-run with the engine; the other categories' misses were never retried with consolidation, so a full engine re-run could only raise the number, not lower it. The individual full-engine transcripts are available on request rather than folded into the recomputable ledger — because the honest record notes that a couple of first-pass verdicts were LLM-judge noise, corrected on replay. We publish what replays.
Full engine on oracle-evidence vaults (no distractors) — the easy ceiling, not the headline.
Literature GPT-4o full-context — but on the easier -S variant, not full-haystack.
Fully local, 3B model, zero cloud — the price of sovereignty, reported plainly.
The remaining full-engine misses are decomposed, not hand-waved: two are benchmark-structural (other personas' first-person text in the shared haystack), one a write/read coverage trade-off.