UPDF AI

Retrieval-Augmented Generation: Methods, Applications and Challenges

Yicheng Liu

2025 · DOI: 10.54254/2755-2721/2025.kl22312
Applied and Computational Engineering · 1 Citations

TLDR

A comprehensive study of the RAG framework, focusing on its architecture, training strategies, and applications, demonstrates its superiority over state-of-the-art purely generative models and traditional retrieval-based systems.

Abstract

The Retrieval-Augmented Generation (RAG) has been proven to have a promising approach. It can address the limitations of purely generative models in knowledge-intensive tasks caused by their reliance on static, pre-trained knowledge. RAG addresses these challenges by integrating a retrieval mechanism with a generative model, enabling dynamic access to external knowledge sources during the generation process. This paper presents a comprehensive study of the RAG framework, focusing on its architecture, training strategies, and applications. The framework combines a dense passage retriever (DPR) with a sequence-to-sequence generator (GPT-3.5-turbo), jointly optimized in an end-to-end manner to retrieve and utilize relevant knowledge effectively. This paper evaluates RAG on MS MARCO, demonstrating its superiority over state-of-the-art purely generative models and traditional retrieval-based systems. Experimental results show that RAG achieves significant improvements in factual accuracy, relevance, and interpretability, as measured by metrics such as term frequencyinverse document frequency, bidirectional encoder representation from transformer Score, and Q-Bilingual Evaluation Understudy-1.

Cited Papers
Citing Papers