SOTAVerified

RAG

Retrieval-Augmented Generation (RAG) is a task that combines the strengths of both retrieval-based models and generation-based models. In this approach, a retrieval system selects relevant documents or passages from a large corpus, and a generation model, typically a neural language model, uses the retrieved information to generate a response. This method enhances the accuracy and coherence of generated text, especially in tasks requiring detailed knowledge or long context handling.

RAG is particularly useful in open-domain question answering, knowledge-grounded dialogue, and summarization tasks. The retrieval step helps the model to access and incorporate external information, making it less reliant on memorized knowledge and better suited for generating responses based on the latest or domain-specific information.

The performance of RAG systems is usually measured using metrics such as precision, recall, F1 score, BLEU score, and exact match. Some popular datasets for evaluating RAG models include Natural Questions, MS MARCO, TriviaQA, and SQuAD.

Papers

Showing 251275 of 2111 papers

TitleStatusHype
ECoRAG: Evidentiality-guided Compression for Long Context RAGCode1
TracLLM: A Generic Framework for Attributing Long Context LLMsCode1
PAKTON: A Multi-Agent Framework for Question Answering in Long Legal AgreementsCode1
Sentinel: Attention Probing of Proxy Models for LLM Context Compression with an Understanding PerspectiveCode1
NeuSym-RAG: Hybrid Neural Symbolic Retrieval with Multiview Structuring for PDF Question AnsweringCode1
Benchmarking Multimodal Knowledge Conflict for Large Multimodal ModelsCode1
KnowTrace: Bootstrapping Iterative Retrieval-Augmented Generation with Structured Knowledge TracingCode1
R3-RAG: Learning Step-by-Step Reasoning and Retrieval for LLMs via Reinforcement LearningCode1
POQD: Performance-Oriented Query Decomposer for Multi-vector retrievalCode1
GainRAG: Preference Alignment in Retrieval-Augmented Generation through Gain Signal SynthesisCode1
Removal of Hallucination on Hallucination: Debate-Augmented RAGCode1
MetaGen Blended RAG: Higher Accuracy for Domain-Specific Q&A Without Fine-TuningCode1
Silent Leaks: Implicit Knowledge Extraction Attack on RAG Systems through Benign QueriesCode1
Process vs. Outcome Reward: Which is Better for Agentic RAG Reinforcement LearningCode1
Know Or Not: a library for evaluating out-of-knowledge base robustnessCode1
Effective and Transparent RAG: Adaptive-Reward Reinforcement Learning for Decision TraceabilityCode1
Neuro-Symbolic Query CompilerCode1
ELITE: Embedding-Less retrieval with Iterative Text ExplorationCode1
Finetune-RAG: Fine-Tuning Language Models to Resist Hallucination in Retrieval-Augmented GenerationCode1
mmRAG: A Modular Benchmark for Retrieval-Augmented Generation over Text, Tables, and Knowledge GraphsCode1
RAGSynth: Synthetic Data for Robust and Faithful RAG Component OptimizationCode1
Hierarchical Document Refinement for Long-context Retrieval-augmented GenerationCode1
Chronocept: Instilling a Sense of Time in MachinesCode1
Efficient and Reproducible Biomedical Question Answering using Retrieval Augmented GenerationCode1
MacRAG: Compress, Slice, and Scale-up for Multi-Scale Adaptive Context RAGCode1
Show:102550
← PrevPage 11 of 85Next →

No leaderboard results yet.