REVIEW 20 cited by
DRAGIN: Dynamic Retrieval Augmented Generation based on the Information Needs of Large Language Models
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
Signed reviews
read the original abstract
Dynamic retrieval augmented generation (RAG) paradigm actively decides when and what to retrieve during the text generation process of Large Language Models (LLMs). There are two key elements of this paradigm: identifying the optimal moment to activate the retrieval module (deciding when to retrieve) and crafting the appropriate query once retrieval is triggered (determining what to retrieve). However, current dynamic RAG methods fall short in both aspects. Firstly, the strategies for deciding when to retrieve often rely on static rules. Moreover, the strategies for deciding what to retrieve typically limit themselves to the LLM's most recent sentence or the last few tokens, while the LLM's real-time information needs may span across the entire context. To overcome these limitations, we introduce a new framework, DRAGIN, i.e., Dynamic Retrieval Augmented Generation based on the real-time Information Needs of LLMs. Our framework is specifically designed to make decisions on when and what to retrieve based on the LLM's real-time information needs during the text generation process. We evaluate DRAGIN along with existing methods comprehensively over 4 knowledge-intensive generation datasets. Experimental results show that DRAGIN achieves superior performance on all tasks, demonstrating the effectiveness of our method. We have open-sourced all the code, data, and models in GitHub: https://github.com/oneal2000/DRAGIN/tree/main
Forward citations
Cited by 20 Pith papers
-
MetaSyn: A Benchmark for LLM Agents on Meta-Analysis Articles from Nature Portfolio
MetaSyn is a stage-level benchmark of 442 meta-analyses showing LLM agents retrieve up to 90.9% of eligible studies but include at most 52.7% in their final reports.
-
Retrieval Feedback Memory Enhancement Large Model Retrieval Generation Method
RFM-RAG improves RAG-based QA by iteratively building an evidence pool and stopping via a learned sufficiency classifier.
-
LLM-based Question-Answer Framework for Sensor-driven HVAC System Interaction
JARVIS, an LLM-based HVAC question-answering framework with an Expert-LLM, a parameterized SQL builder, and bottom-up planning, outperforms a text-to-SQL baseline and its own ablations on a small expert-curated dataset.
-
EraRAG: Efficient and Incremental Retrieval Augmented Generation for Growing Corpora
EraRAG uses hyperplane-based locality-sensitive hashing to build a hierarchical retrieval graph whose affected regions only are re-summarized when new documents arrive, cutting update cost by up to an order of magnitude.
-
Maximally-Informative Retrieval for State Space Model Generation
RICO ranks documents by how much they reduce an SSM's question perplexity, using gradient-document inner products, and matches BM25 while often beating E5 on answer quality without finetuning.
-
DynamicRAG: Leveraging Outputs of Large Language Model as Feedback for Dynamic Reranking in Retrieval-Augmented Generation
DynamicRAG trains a reranker as an RL agent, using the generator's answer quality as reward to dynamically choose how many and which retrieved documents to pass forward.
-
RbFT: Robust Fine-tuning for Retrieval-Augmented Generation against Retrieval Defects
Fine-tuning an LLM with defect detection and utility extraction tasks makes it more robust to noisy, irrelevant, and counterfactual documents in retrieval-augmented generation.
-
Adaptive Retrieval Without Self-Knowledge? Bringing Uncertainty Back Home
A benchmark of 35 retrieval-decision methods on 6 QA datasets finds uncertainty estimation rivals or beats adaptive RAG pipelines in accuracy, with far lower compute and stronger self-knowledge scores.
-
SAGE: SLO-Aware Adaptive Retrieval for Production RAG Systems
SAGE uses offline imitation learning from a latency-quality oracle to choose per-query retrieval budgets, reporting 95% SLO compliance and 51% lower retrieval cost on Natural Questions with 2 points of EM loss.
-
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.
-
ARAG: Agentic Retrieval Augmented Generation for Personalized Recommendation
A four-agent LLM pipeline (user understanding, natural language inference, context summarization, and ranking) improves retrieval-augmented product recommendations on Amazon data by up to 42% in NDCG@5 over recency an...
-
Reasoning with RAGged events: RAG-Enhanced Event Knowledge Base Construction and reasoning with proof-assistants
On a single Thucydides corpus, strong LLMs extract more events without RAG, weak LLMs benefit from simple RAG but collapse under complex RAG, and a Coq translation is proposed to justify RAG-discovered event types.
-
Accelerating Adaptive Retrieval Augmented Generation via Instruction-Driven Representation Reduction of Retrieval Overlaps
An acceleration method for adaptive RAG that reuses cached key-value representations of overlapping documents and uses document-derived drafts for parallel decoding, achieving about 2x end-to-end speedup.
-
MedRAG: Enhancing Retrieval-augmented Generation with Knowledge Graph-Elicited Reasoning for Healthcare Copilot
MedRAG combines retrieval-augmented generation with a hierarchical diagnostic knowledge graph to improve diagnostic accuracy in healthcare copilots.
-
AugServe: Adaptive Request Scheduling for Augmented Large Language Model Inference Serving
An adaptive two-stage scheduler plus dynamic token batching improves SLO-satisfying throughput for tool-augmented LLM inference versus vLLM and InferCept in the reported experiments.
-
CogEvo-Edu: Cognitive Evolution Educational Multi-Agent Collaborative System
A hierarchical multi-agent tutoring system that jointly evolves a student profile, a value-scored knowledge base, and a teaching policy reports large LLM-judged gains over static RAG and single-agent baselines.
-
AdaDocVQA: Adaptive Framework for Long Document Visual Question Answering in Low-Resource Settings
A hybrid retrieval, data augmentation, and ensemble inference framework fine-tunes Qwen2.5-VL-72B to 59% on the Japanese LAVA document VQA benchmark.
-
Enhancing LLMs for Impression Generation in Radiology Reports through a Multi-Agent System
A multi-agent system combining report retrieval, impression generation, and consistency review improves automated radiology impression writing over a single LLM, though the built-in reviewer misses some error types.
-
Zero-Indexing Internet Search Augmented Generation for Large Language Models
An internet search augmented generation system with a trained parser LLM, mixed ranking, and an extractor LLM reports better answers and 21-47% lower generative input-token cost than two RAG baselines.
-
Context-Guided Dynamic Retrieval for Improving Generation Quality in RAG Models
A state-aware query reformulation with soft attention retrieval is claimed to improve BLEU and ROUGE-L in RAG, but the experimental comparison omits a static retrieval baseline.
Discussion (0). Continue with ORCID to comment.