REVIEW 8 cited by
InstructRAG: Instructing Retrieval-Augmented Generation via Self-Synthesized Rationales
Not yet reviewed by Pith; the record is open.
This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.
SPECIMEN: schema-true, not a live event
T0 review · schema-true
One-sentence machine reading of the paper's core claim.
pith:XXXXXXXX · record.json · timestamp
read the original abstract
Retrieval-augmented generation (RAG) has shown promising potential to enhance the accuracy and factuality of language models (LMs). However, imperfect retrievers or noisy corpora can introduce misleading or even erroneous information to the retrieved contents, posing a significant challenge to the generation quality. Existing RAG methods typically address this challenge by directly predicting final answers despite potentially noisy inputs, resulting in an implicit denoising process that is difficult to interpret and verify. On the other hand, the acquisition of explicit denoising supervision is often costly, involving significant human efforts. In this work, we propose InstructRAG, where LMs explicitly learn the denoising process through self-synthesized rationales -- First, we instruct the LM to explain how the ground-truth answer is derived from retrieved documents. Then, these rationales can be used either as demonstrations for in-context learning of explicit denoising or as supervised fine-tuning data to train the model. Compared to standard RAG approaches, InstructRAG requires no additional supervision, allows for easier verification of the predicted answers, and effectively improves generation accuracy. Experiments show InstructRAG consistently outperforms existing RAG methods in both training-free and trainable scenarios, achieving a relative improvement of 8.3% over the best baseline method on average across five knowledge-intensive benchmarks. Extensive analysis indicates that InstructRAG scales well with increased numbers of retrieved documents and consistently exhibits robust denoising ability even in out-of-domain datasets, demonstrating strong generalizability.
Forward citations
Cited by 8 Pith papers
-
The Powerless Noise: How Experimental Settings Shape the Reported Power of Noise
The Power-of-Noise effect in RAG is reproducible only under the original constrained setup and disappears or weakens once instruction templates, longer outputs, and modern LLMs are used.
-
MedJudgeRAG: Option-Wise Evidence Judgment with Dynamic Knowledge Graphs for Medical MCQA
MedJudgeRAG fine-tunes a medical MCQA model to emit per-option evidence verdicts and choose grounded, elimination, or parametric reasoning, improving over vanilla RAG by up to 17 accuracy points.
-
HIRAG: Hierarchical-Thought Instruction-Tuning Retrieval-Augmented Generation
A hierarchical chain-of-thought instruction-tuning curriculum for filtering, combination, and reasoning improves zero-shot retrieval-augmented QA.
-
DeRAGEC: Denoising Named Entity Candidates with Synthetic Rationale for ASR Error Correction
DeRAGEC explicitly denoises retrieved named-entity candidates with phonetic scores, definitions, and synthetic rationales, improving ASR error-correction WER and NE hit ratio without additional training.
-
Magic Mushroom: A Customizable Benchmark for Fine-grained Analysis of Retrieval Noise Erosion in RAG Systems
A configurable benchmark with four retrieval-noise types shows RAG accuracy drops sharply beyond 50% noise and that noise type, not just quantity, determines failure patterns.
-
SmartRAG: Native Graph-Based RAG for Mobile Device
SmartRAG shows a 1.7B-parameter smartphone model, backed by a continuously updatable knowledge graph, can match or exceed a 32B cloud LLM on several multi-hop QA benchmarks while using bounded memory.
-
GOSU: Retrieval-Augmented Generation with Global-Level Optimized Semantic Unit-Centric Framework
GOSU globally merges semantic units from text chunks into a unit-centric knowledge graph and uses three-tier keyword retrieval to improve RAG generation quality, according to LLM-judge win rates.
-
CrEst: Credibility Estimation for Contexts in LLMs via Weak Supervision
A label-free method that scores retrieved documents by their agreement with the majority in embedding space and uses those scores to filter context in LLM question answering.
Discussion (0). Sign in to comment.