Fetching from the wire…
Public story · 2026-08-04 · high
The gap gets worse as the generator improves, and the fix is conditioning checks on the sub-question, not the raw one.
Why now: The paper posted to arXiv in August 2026.
Entailment scoring of individual retrieved chunks backfires on multi-hop questions, a new study finds.
Multi-hop questions need separate facts chained together, and that's exactly where retrieval-augmented generation systems are expanding. The per-chunk verification step meant to catch bad context instead makes accuracy worse than not filtering at all. Entailment scoring reaches just 0.643, 0.523, and 0.560 AUC on HotpotQA, 2Wiki, and MuSiQue, against 0.951 on single-hop SQuAD, per the paper.
The method checks whether a single retrieved chunk supports the answer on its own. That assumption holds for single-hop questions. It breaks on multi-hop ones, which are built so no one chunk is a sufficient premise.
A checker scoring chunks in isolation can't tell a real hop from a plausible dead end. Dropping chunks that fail the test throws out real hops along with the dead ones. Per-chunk gating scored worse than no filtering in every setup the researchers tested.
Conditioning verification on the decomposed sub-question, instead of the original question, lifts later-hop entailment from 0.546 to 0.840, per the study. Iterative retrieval systems already break questions into sub-questions as part of retrieval, then discard that decomposition before verification ever runs.
Each link below shares sources, entities, or timing with this story.
arXiv 2608.00765 compresses retrieved docs into query-conditioned visual representations, sidestepping the trade-off where hard compression is query-aware but weak and soft compression is strong but needs costly offline encoding. Beats both baselines across varying retrieval d...
62,876 stars, ~313/day. Compresses tool outputs, logs, RAG chunks and files before they hit the model, and unusually publishes the other side of the trade: GSM8K holds at 0.870 (±0.000), TruthfulQA *improves* 0.530 → 0.560, SQuAD v2 and BFCL retain 97%. Real workloads: 92% sav...
Dahal and Xiong target injected documents that are individually benign but create false associations once aggregated, which is structurally invisible to any per-document filter (arXiv 2607.20437). TopoGuard builds a semantic similarity graph over the retrieved set and flags ma...
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...
Headroom compresses what enters the model (tool results, logs, RAG chunks) via AST- and schema-aware compressors; Caveman compresses what leaves it (narration) via prompt-level style constraints. Their own benchmarks show output-side compression collapsing to single digits on...
The study extracted 130 clean atomic state transitions from 707 real issues in SWE-bench Lite and Verified. Plain RAG scored 0.57-0.59 answer accuracy; an LLM reranker didn't help and added latency, about 18 seconds against 2.1. A (subject, relation, object) supersession memor...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.