Replace, Don't Expand: Mitigating Context Dilution in Multi-Hop RAG via Fixed-Budget Evidence Assembly
Moshe Lahmy, Roi Yozevitch

TL;DR
SEAL-RAG introduces a fixed-budget, replace-only strategy for multi-hop retrieval in RAG systems, significantly improving answer accuracy and evidence precision by actively swapping out distractors without expanding context size.
Contribution
It proposes SEAL-RAG, a training-free, replace-only controller that mitigates context dilution in multi-hop RAG by dynamically swapping evidence, outperforming prior methods on benchmark datasets.
Findings
SEAL-RAG improves answer correctness by up to 13 percentage points.
It increases evidence precision by up to 18 percentage points.
Outperforms prior methods with statistically significant results.
Abstract
Retrieval-Augmented Generation (RAG) systems often fail on multi-hop queries when the initial retrieval misses a bridge fact. Prior corrective approaches, such as Self-RAG, CRAG, and Adaptive-, typically address this by \textit{adding} more context or pruning existing lists. However, simply expanding the context window often leads to \textbf{context dilution}, where distractors crowd out relevant information. We propose \textbf{SEAL-RAG}, a training-free controller that adopts a \textbf{``replace, don't expand''} strategy to fight context dilution under a fixed retrieval depth . SEAL executes a (\textbf{S}earch \textbf{E}xtract \textbf{A}ssess \textbf{L}oop) cycle: it performs on-the-fly, entity-anchored extraction to build a live \textit{gap specification} (missing entities/relations), triggers targeted micro-queries, and uses…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInformation Retrieval and Search Behavior · Topic Modeling · Advanced Graph Neural Networks
