Lost in a Single Vector: Improving Long-Document Retrieval with Chunk Evidence Aggregation

A new training-free retrieval strategy addresses a fundamental weakness in dense vector search: long documents lose critical evidence during single-vector encoding. Researchers introduce the Evidence Dilution Index to quantify this failure mode, then propose DICE, which chunks documents, encodes them independently, and aggregates results while maintaining the standard retrieval interface. The approach shows measurable gains on LongEmbed benchmarks across multiple backbone models. This matters because retrieval remains a bottleneck for RAG systems and long-context applications, and a model-agnostic solution that works with frozen encoders could see rapid adoption in production pipelines without retraining costs.
Modelwire context
ExplainerThe Evidence Dilution Index is the more durable contribution here: before DICE, practitioners had no principled way to measure how much signal a long document loses during encoding, which meant the failure mode was felt in production but rarely quantified at the retrieval layer.
This connects directly to the data-centric framing in 'Beyond Reward Engineering: A Data Recipe for Long-Context Reinforcement Learning' from the same day, which identified multi-evidence synthesis over extended contexts as one of the core unsolved retrieval challenges. That paper attacked the problem from the training side, curating datasets to improve agent reasoning over long inputs. DICE attacks the same bottleneck from the retrieval infrastructure side, without touching model weights at all. Together they sketch a two-front response to long-context degradation: better training data for reasoning, and better chunking strategies for retrieval. Neither paper cites the other, but practitioners building RAG pipelines will likely need both.
The real test is whether DICE's gains on LongEmbed hold when evaluated against retrieval-augmented generation end tasks, not just retrieval benchmarks. If downstream answer quality improves proportionally to the retrieval gains reported here, adoption in production pipelines becomes a straightforward engineering decision rather than a research bet.
This analysis is generated by Modelwire’s editorial layer from our archive and the summary above. It is not a substitute for the original reporting. How we write it.
MentionsDICE · Evidence Dilution Index · LongEmbed
Modelwire Editorial
This synthesis and analysis was prepared by the Modelwire editorial team. We use advanced language models to read, ground, and connect the day’s most significant AI developments, providing original strategic context that helps practitioners and leaders stay ahead of the frontier.
Modelwire summarizes, we don’t republish. The full content lives on arxiv.org. If you’re a publisher and want a different summarization policy for your work, see our takedown page.