paper-with-me

Papers

Retrieval-Augmented Generation for Large Language Models: A Survey

2023-12-18 · Yunfan Gao, Yun Xiong, Xinyu Gao, Kangxiang Jia, Jinliu Pan, Yuxi Bi, Yi Dai, Jiawei Sun, Meng Wang, Haofen Wang

Large Language Models (LLMs) showcase impressive capabilities but encounter challenges like hallucination, outdated knowledge, and non-transparent, untraceable reasoning processes. Retrieval-Augmented Generation (RAG) has emerged as a promising solution by incorporating knowledge from external databases. This enhances the accuracy and credibility of the generation, particularly for knowledge-intensive tasks, and allows for continuous knowledge updates and integration of domain-specific information. RAG synergistically merges LLMs' intrinsic knowledge with the vast, dynamic repositories of external databases. This comprehensive review paper offers a detailed examination of the progression of RAG paradigms, encompassing the Naive RAG, the Advanced RAG, and the Modular RAG. It meticulously scrutinizes the tripartite foundation of RAG frameworks, which includes the retrieval, the generation and the augmentation techniques. The paper highlights the state-of-the-art technologies embedded in each of these critical components, providing a profound understanding of the advancements in RAG systems. Furthermore, this paper introduces up-to-date evaluation framework and benchmark. At the end, this article delineates the challenges currently faced and points out prospective avenues for research and development.

📄 PDF Abstract BibTeX arXiv:2312.10997

Code (4)

tongji-kgllm/rag-survey 공식 구현
ai4eic/eic-rag-project
deperiaskerre/qkg
phbst/tinyrag

Tasks

HallucinationRAGRetrievalRetrieval-augmented GenerationSurvey

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
WordPiece 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Adam 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.

Similar Papers 제목 키워드 기반

Retrieval Augmented Generation Evaluation in the Era of Large Language Models: A Comprehensive Survey

2025-04-21 · Aoran Gan, Hao Yu, Kai Zhang, Qi Liu 외

Recent advancements in Retrieval-Augmented Generation (RAG) have revolutionized natural language processing by integrating Large Language Models (LLMs) with external information retrieval, enabling accurate, up-to-date, …

Computational EfficiencyInformation RetrievalRAGRetrieval+3

Retrieved But Not Reliable: A Survey on Attacks, and Defenses in Retrieval-Augmented Generation

2026-08-25 · Minh Tran, Cuong Dang, Tuc Nguyen, Khanh-Tung Tran 외 arxiv

Retrieval-Augmented Generation (RAG) enhances large language models by grounding outputs in external knowledge, improving factuality and reducing hallucinations. At the same time, the retrieval-augmented pipeline introdu…

Beyond the Parameters: A Technical Survey of Contextual Enrichment in Large Language Models: From In-Context Prompting to Causal Retrieval-Augmented Generation

2026-04-03 · Prakhar Bansal, Shivangi Agarwal arxiv

Large language models (LLMs) encode vast world knowledge in their parameters, yet they remain fundamentally limited by static knowledge, finite context windows, and weakly structured causal reasoning. This survey provide…

Prompt Engineering

A Survey of Multimodal Retrieval-Augmented Generation

2025-03-26 · Lang Mei, Siyu Mo, Zhihan Yang, Chong Chen

Multimodal Retrieval-Augmented Generation (MRAG) enhances large language models (LLMs) by integrating multimodal data (text, images, videos) into retrieval and generation processes, overcoming the limitations of text-onl…

Information RetrievalQuestion AnsweringRAGRetrieval+2

RAG and RAU: A Survey on Retrieval-Augmented Language Model in Natural Language Processing

2024-04-30 · Yucheng Hu, Yuxing Lu

Large Language Models (LLMs) have catalyzed significant advancements in Natural Language Processing (NLP), yet they encounter challenges such as hallucination and the need for domain-specific knowledge. To mitigate these…

Computational EfficiencyHallucinationLanguage ModelingLanguage Modelling+4