paper-with-me

Papers

Corrective Retrieval Augmented Generation

2024-01-29 · Shi-Qi Yan, Jia-Chen Gu, Yun Zhu, Zhen-Hua Ling

Large language models (LLMs) inevitably exhibit hallucinations since the accuracy of generated texts cannot be secured solely by the parametric knowledge they encapsulate. Although retrieval-augmented generation (RAG) is a practicable complement to LLMs, it relies heavily on the relevance of retrieved documents, raising concerns about how the model behaves if retrieval goes wrong. To this end, we propose the Corrective Retrieval Augmented Generation (CRAG) to improve the robustness of generation. Specifically, a lightweight retrieval evaluator is designed to assess the overall quality of retrieved documents for a query, returning a confidence degree based on which different knowledge retrieval actions can be triggered. Since retrieval from static and limited corpora can only return sub-optimal documents, large-scale web searches are utilized as an extension for augmenting the retrieval results. Besides, a decompose-then-recompose algorithm is designed for retrieved documents to selectively focus on key information and filter out irrelevant information in them. CRAG is plug-and-play and can be seamlessly coupled with various RAG-based approaches. Experiments on four datasets covering short- and long-form generation tasks show that CRAG can significantly improve the performance of RAG-based approaches.

📄 PDF Abstract BibTeX arXiv:2401.15884

Code (2)

huskyinsalt/crag 공식 구현 pytorch
Grecil/Corrective-RAG

Tasks

RAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Open-Source Reproduction and Explainability Analysis of Corrective Retrieval Augmented Generation

2026-03-17 · Surya Vardhan Yalavarthi arxiv

Corrective Retrieval Augmented Generation (CRAG) improves the robustness of RAG systems by evaluating retrieved document quality and triggering corrective actions. However, the original implementation relies on proprieta…

Semantic SimilarityEntity Alignment

DS@GT ARC at LongEval: Citation Integrity and Factual Grounding in Scientific QA

2026-07-15 · Brandon Michaels, Brendon Johnson arxiv

This paper describes DS@GT ARC's submission to the CLEF 2026 LongEval Task 4 on Retrieval-Augmented Generation (RAG). In this submission, we examine a divergence between traditional natural language evaluation metrics an…

Answer Generation

Higress-RAG: A Holistic Optimization Framework for Enterprise Retrieval-Augmented Generation via Dual Hybrid Retrieval, Adaptive Routing, and CRAG

2025-12-30 · Weixi Lin arxiv

The integration of Large Language Models (LLMs) into enterprise knowledge management systems has been catalyzed by the Retrieval-Augmented Generation (RAG) paradigm, which augments parametric memory with non-parametric e…

Adaptive Guidance for Retrieval-Augmented Masked Diffusion Models

2026-03-18 · Jaemin Kim, Jong Chul Ye arxiv

Retrieval-Augmented Generation (RAG) improves factual grounding by incorporating external knowledge into language model generation. However, when retrieved context is noisy, unreliable, or inconsistent with the model's p…

GLLM: Self-Corrective G-Code Generation using Large Language Models with User Feedback

2025-01-29 · Mohamed Abdelaal, Samuel Lokadjaja, Gilbert Engert

This paper introduces GLLM, an innovative tool that leverages Large Language Models (LLMs) to automatically generate G-code from natural language instructions for Computer Numerical Control (CNC) machining. GLLM addresse…

Code GenerationRAGRetrieval-augmented Generation