Fetching from the wire…
Public story · 2026-09-06 · high
The method reached 82.6% Recall@1 on a new 18-book benchmark against 76.9% for a finetuned Differentiable Search Index, with hallucination under 0.05%.
Why now: The paper and its SearchTome benchmark went up September 6, 2026.
Long-context models still lose information buried in the middle of a document. Most retrieval systems compensate by chopping text into fixed-length chunks and searching those, which throws away structure the document already has.
A new paper proposes STAIR, which retrieves by walking a document's own table of contents instead of slicing it into arbitrary windows. On a new benchmark called SearchTome, spanning 18 books across 6 domains, STAIR reached 82.6% Recall@1 against 76.9% for a finetuned Differentiable Search Index. Hallucination stayed under 0.05%.
The generalization result matters more than the headline number. STAIR held up better than the baseline specifically when training samples were scarce, which is the condition most teams actually work in. A finetuned index needs a pile of labeled examples per domain to hit its numbers. A method that leans on structure the document already has doesn't need to relearn that structure from scratch for every new corpus.
For anyone building retrieval on long documents, chunk size has always been a tuning knob you fight with. Books have tables of contents, chapters, and sections. Technical docs have headings. Legal filings have numbered clauses. If that structure can replace a chunking heuristic and still generalize with less training data, test it against whatever chunking scheme is already in production. The paper doesn't say how STAIR performs on documents that lack a clean table of contents, which is most of the web.
Each link below shares sources, entities, or timing with this story.
arXiv 2607.29658 attacks the fact that repair agents treat every issue independently and throw away procedural knowledge. STAIR converts historical trajectories into multi-level trees spanning fine-grained diagnostic actions up through high-level strategies, then tailors plan...
The PAI combines Evaluation, Context, Compliance, and Governance into a release-gate index. Three findings cut against current practice: context engineering strongly changes reliability, capability improves behavior but doesn't determine readiness, and governance evidence degr...
RAGAS-style evaluation checks correctness against a frozen snapshot, which means routine document updates and corrections can silently break production without moving a dashboard. This ASE 2026 paper defines 11 mutation operators perturbing at both the pre-chunk index level an...
arXiv 2609.03893 argues that microarchitectural side-channel work compares against numbers lifted from prior papers, using proxies like covert-channel bandwidth or key recovery against naive AES and RSA. These attacks are acutely sensitive to experimental conditions, so small...
The first systematic measurement of PyPI import cost covers the 500 most-downloaded packages sampled quarterly over five years, under CPython 3.9 through 3.14, on Apple M5/macOS and Intel Xeon/Linux. Half of packages import in under 6 ms but p99 is 354 ms. First import after i...
Multiple independent models train against each other with peer-derived rewards and no ground-truth labels, gaining 3.0-8.6% across seven text benchmarks and 2.3-7.2% across four multimodal ones. The mechanism claim matters more than the numbers: varying architectures, model si...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.