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 17711780 of 2111 papers

TitleStatusHype
RAMO: Retrieval-Augmented Generation for Enhancing MOOCs Recommendations0
Rethinking Visual Prompting for Multimodal Large Language Models with External Knowledge0
GPT vs RETRO: Exploring the Intersection of Retrieval and Parameter-Efficient Fine-Tuning0
EventChat: Implementation and user-centric evaluation of a large language model-driven conversational recommender system for exploring leisure events in an SME context0
CaseGPT: a case reasoning framework based on language models and retrieval-augmented generation0
Automated C/C++ Program Repair for High-Level Synthesis via Large Language Models0
DSLR: Document Refinement with Sentence-Level Re-ranking and Reconstruction to Enhance Retrieval-Augmented Generation0
A Comparative Study of DSL Code Generation: Fine-Tuning vs. Optimized Retrieval Augmentation0
Why does in-context learning fail sometimes? Evaluating in-context learning on open and closed questionsCode0
RankRAG: Unifying Context Ranking with Retrieval-Augmented Generation in LLMs0
Show:102550
← PrevPage 178 of 212Next →

No leaderboard results yet.