§03Results — HaluEval QA, 300 probes (200 answerable + 100 unanswerable)
| System | ✓ | ✗ | ∅ | coverage | NET(1) | NET(2) | NET(5) | NET(10) | goes negative at λ |
| Verimem · floor τ=0.8 (product default) | 182 | 4 | 114 | 0.62 | +0.593 | +0.580 | +0.540 | +0.473 | 45.5 |
| mem0 2.0.11 · as shipped (no floor) | 200 | 100 | 0 | 1.00 | +0.333 | 0.000 | −1.000 | −2.667 | 2.0 |
| mem0 + bolted floor 0.75 (tuned on the eval) | 166 | 0 | 134 | 0.55 | +0.553 | +0.553 | +0.553 | +0.553 | never |
| Same store, floor OFF (τ=0 control) | 192 | 100 | 8 | 0.97 | +0.307 | −0.027 | −1.027 | −2.693 | 1.9 |
| Scrambled control (sanity: must fail) | 5 | 287 | 8 | 0.97 | −0.940 | −1.897 | −4.767 | −9.550 | 0.02 |
Read it honestly, both ways: as shipped, mem0 turns net-negative past λ=2 — 100 fabricated answers on the unanswerable half; Verimem’s product default stays positive out to λ≈45. But a floor can be bolted onto any engine: with a threshold tuned on this eval, mem0 reaches a flat +0.553 — which beats our default at λ≥5 on this corpus. The differences that remain: the engine itself ships no floor, the bolted threshold was chosen on the test set, and the flat line means it answers nothing it isn’t sure of — coverage 0.55 vs our 0.62 with 182 vs 166 correct at λ=1.
§03bSQuAD v2 — the harder corpus, said plainly
| System | ✓ | ✗ | ∅ | coverage | NET(1) | NET(2) | NET(5) | NET(10) | goes negative at λ |
| Verimem · floor τ=0.8 (product default) | 163 | 49 | 88 | 0.71 | +0.380 | +0.217 | −0.273 | −1.090 | 3.3 |
| Verimem · best floor 0.85 (tuned on the eval) | 98 | 7 | 195 | 0.35 | +0.303 | +0.280 | +0.210 | +0.093 | 14.0 |
| mem0 2.0.11 · as shipped (no floor) | 200 | 100 | 0 | 1.00 | +0.333 | 0.000 | −1.000 | −2.667 | 2.0 |
| mem0 + bolted floor 0.80 (tuned on the eval) | 44 | 0 | 256 | 0.15 | +0.147 | +0.147 | +0.147 | +0.147 | never |
SQuAD’s distractor passages compress the score band, and it shows: at the product default the crossover drops to λ≈3.3, and holding NET positive at λ=10 costs coverage 0.35. Abstention is a dial, not magic — the corpus decides how expensive honesty is. The wrong move would be hiding this table.