تخطي إلى التنقل الرئيسي تخطي إلى البحث تخطي إلى المحتوى الرئيسي

Taking RAG Systems to the Next Level: Reasoning That Doesn't Blow Up Your Context

نتاج البحث: فصل من :كتاب / تقرير / مؤتمرمنشور من مؤتمرمراجعة النظراء

ملخص

Retrieval-Augmented Generation (RAG) is a widely adopted approach for enabling Large Language Models (LLMs) to answer questions using external documents. The standard pipeline typically retrieves a set of passages (top- k), includes them in the prompt, and generates a response. While effective for single-source queries, this approach often fails in multi-hop scenarios where answers must be synthesized by connecting facts across multiple sources. The common response to such failures is to increase the retrieval depth by appending more passages. However, in practice, this often degrades performance. As the context window fills with partially relevant text and distractors, the model suffers from context dilution, missing the critical 'bridge' facts buried in noise. In this paper, we present SEAL-RAG: a simple, training-free method that strengthens multi-hop RAG without expanding the context window. The core idea is to treat the evidence slots as a fixed budget. Instead of growing the context, we maintain a constant size of exactly k passages and iteratively improve the information density of those slots through a controlled loop. SEAL-RAG utilizes an Entity Ledger to extract facts from initial passages and identify missing information gaps. It transforms these gaps into targeted follow-up queries, retrieves high-utility candidates, and executes a replacement-based policy to evict low-quality distractors from the fixed- k set. We evaluate SEAL-RAG against industry-standard RAG baselines on two multi-hop QA datasets. Our results demonstrate significant improvements in both answer accuracy and evidence precision. We release our code and data in the supplementary material to support reproducibility.

اللغة الأصليةالإنجليزيّة
عنوان منشور المضيفProceedings - 2026 IEEE Swiss Conference on Data Science and AI, SDS 2026
ناشرInstitute of Electrical and Electronics Engineers Inc.
الصفحات45-51
عدد الصفحات7
طبعة2026
رقم المعيار الدولي للكتب (الإلكتروني)9798319506009
المعرِّفات الرقمية للأشياء
حالة النشرنُشِر - 2026
الحدث13th IEEE Swiss Conference on Data Science, SDS2026 - Zurich, سويسرا
المدة: 6 مايو 20267 مايو 2026

!!Conference

!!Conference13th IEEE Swiss Conference on Data Science, SDS2026
الدولة/الإقليمسويسرا
المدينةZurich
المدة6/05/267/05/26

بصمة

أدرس بدقة موضوعات البحث “Taking RAG Systems to the Next Level: Reasoning That Doesn't Blow Up Your Context'. فهما يشكلان معًا بصمة فريدة.

قم بذكر هذا