Commit 3cb03f3
committed
docs(searcher): record VecRecall closet-boost ablation finding
A/B ablation 2026-04-27 against the 151K canonical palace (12-probe set
mixing recent fork-side decisions with mined-file content). Closet boost
fires on ~20% of result rows, concentrated in queries with answers in
mined files; sparse on chat-transcript queries. When the boost fired,
it re-ordered chunks within a single source file rather than displacing
right answers with wrong ones.
VecRecall's critique (MemPalace#1129 — "organization-layer involvement in
retrieval reduces R@5") did not reproduce on this corpus. The hybrid
degrades to effectively pure-vector for transcript queries and
re-ranks within-file chunks for mined-file queries, neither of which
matches the failure mode VecRecall is fixing.
Captured as a comment next to the constants so future-us doesn't have
to re-run the experiment to learn the boost is mostly inert on
chat-heavy corpora.
Refs: scratch experiment was /tmp/closet-boost-ab.py (not committed,
re-creatable from this comment + the hoist in f558d3c).1 parent f558d3c commit 3cb03f3
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
167 | 178 | | |
168 | 179 | | |
169 | 180 | | |
| |||
0 commit comments