通过分阶段数据增强提升RAG模型的问答能力
DACL-RAG: Data Augmentation Strategy with Curriculum Learning for Retrieval-Augmented Generation
- 用进化生成多样训练样本,控制难度分级
- 在四个开放域问答数据集上提升2%~4%准确率
- 适合需要稳定优化RAG系统的研究者
检索增强生成(RAG)是提升大语言模型能力的有效方法。现有方法通常直接使用前k个检索到的文档来优化检索器或生成器,但训练数据存在两大问题:(1)不同查询对应的top-k文档内容质量差异大,部分包含关键知识,部分信息缺失甚至误导,随机训练可能削弱生成器提取关键信息的能力;(2)对单一查询而言,仅有k个文档时区分度低,仅基于这些文档训练使检索器难以学习相关与无关文档的判别能力。为此,我们提出DACL-RAG,一种结合多级数据增强与多阶段课程学习的RAG训练框架。数据增强策略通过样本演化构建可控难度的多样化训练集,课程学习策略将其组织为渐进式训练阶段,实现稳定且持续的性能提升,显著优化了RAG系统的整体表现与泛化能力。DACL-RAG在四个开放域问答数据集上均表现出一致有效性,相比多种先进方法,准确率提升2%至4%。
原文摘要 · Abstract (English)
Retrieval-Augmented Generation (RAG) is an effective method to enhance the capabilities of large language models (LLMs). Existing methods typically optimize the retriever or the generator in a RAG system by directly using the top-k retrieved documents. However, two key issues inherent in the training data constrain the effectiveness of this training paradigm: (1) across different queries, the top-k retrieved documents vary greatly in content quality, with some providing valuable knowledge while others lack critical information or are even misleading, and training on such data in a purely random manner may impair the generator's ability to extract key information; (2) for a given query, the limited set of k documents often exhibits low discriminability, and training solely on them makes it difficult for the retriever to learn how to distinguish between relevant and irrelevant documents. To address these issues, we introduce DACL-RAG, a multi-stage RAG training framework that combines a multi-level Data Augmentation strategy with a multi-stage Curriculum Learning paradigm. The data augmentation strategy constructs comprehensive and diverse training sets with controllable difficulty levels through sample evolution, while the curriculum learning paradigm organizes them into progressive stages for training, ensuring stable and consistent improvements, thereby optimizing the overall performance and generalization of the RAG system more effectively. Our DACL-RAG framework demonstrates consistent effectiveness across four open-domain QA datasets, achieving performance gains of 2% to 4% over multiple advanced methods.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。