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

TitleStatusHype
Improving Embedding Accuracy for Document Retrieval Using Entity Relationship Maps and Model-Aware Contrastive Sampling0
ENWAR: A RAG-empowered Multi-Modal LLM Framework for Wireless Environment Perception0
Application of NotebookLM, a Large Language Model with Retrieval-Augmented Generation, for Lung Cancer Staging0
Automating Bibliometric Analysis with Sentence Transformers and Retrieval-Augmented Generation (RAG): A Pilot Study in Semantic and Contextual Search for Customized Literature Characterization for High-Impact Urban Research0
LightRAG: Simple and Fast Retrieval-Augmented GenerationCode14
LLM-based SPARQL Query Generation from Natural Language over Federated Knowledge GraphsCode2
Fortify Your Foundations: Practical Privacy and Security for Foundation Model Deployments In The Cloud0
Exploring the Meaningfulness of Nearest Neighbor Search in High-Dimensional Space0
Long-Context LLMs Meet RAG: Overcoming Challenges for Long Inputs in RAG0
Less is More: Making Smaller Language Models Competent Subgraph Retrievers for Multi-hop KGQACode1
Show:102550
← PrevPage 132 of 212Next →

No leaderboard results yet.