Retrieval-augmented generation

DRAGIN

DRAGIN: Dynamic Retrieval Augmented Generation based on the Information Needs of Large Language Models

Superseded baseline#20 of 1,179 most-superseded · first seen Mar 15, 2024

Superseded — cited as a baseline and beaten by newer methods

5 papers critique it · 8 beat it on benchmarks

What papers say

Verbatim critique sentences, each from a paper that cites DRAGIN as a baseline.

Adaptive methods such as FLARE~jiang2023active, Self-RAG~asai2024selfrag, and DRAGIN~su2024dragin dynamically trigger retrieval based on uncertainty signals, but do so reactively, first detecting uncertainty and then blocking generation to perform retrieval.
Predictive Prefetching for Retrieval-Augmented Generation
These signals can offer insights into the model's reasoning process, but often require access to model weights and, consequently, cannot be used with closed-source LLMs. Additionally, the lack of interpretability in latent representations undermines trustworthiness, making these signals less suitable for applications such as healthcare, where trustworthiness plays a critical role.
Knowing You Don't Know: Learning When to Continue Search in Multi-round RAG through Self-Practicing
This demonstrates that relying on a single token's confidence as the signal can result in ineffective intervention, allowing multiple low-confidence tokens to be generated before retrieve.
Modeling Uncertainty Trends for Timely Retrieval in Dynamic RAG
However, current dynamic RAG methods fail to predict whether the LLM has the capability to answer a question prior to generation, thereby triggering retrieval in advance. Moreover, most methods often rely on static rules, leading to ineffective timing for retrieval triggers during the generation process.
DioR: Adaptive Cognitive Detection and Contextual Retrieval Optimization for Dynamic Retrieval-Augmented Generation
However, the former approach has limitations as LLMs tend to be overconfident, generating high-confidence probability distributions even when lacking relevant knowledge.
ICA-RAG: Information Completeness Guided Adaptive Retrieval-Augmented Generation for Disease Diagnosis

Beaten on benchmarks

Head-to-head results where a newer method reports beating DRAGIN. Values are copied from the source paper's tables — verify against the cited paper.

What to use instead

Recent methods in the same sub-problem, not yet superseded in the knowledge base — arXiv benchmark leaders, not vetted production recommendations.