Enhancing RAG with Active Learning on Conversation Records: Reject Incapables and Answer Capables
Xuzhao Geng, Haozhao Wang, Jun Wang, Wei Liu, Ruixuan Li

TL;DR
This paper enhances retrieval-augmented generation by applying active learning to conversation records, effectively selecting samples for annotation to reduce hallucinations in large language models.
Contribution
It introduces AL4RAG, a novel active learning framework tailored for RAG, including a new sample distance metric, to improve dataset quality and model performance.
Findings
AL4RAG outperforms baseline methods in multiple metrics.
The new distance metric improves sample selection for RAG.
Active learning reduces annotation costs while maintaining high performance.
Abstract
Retrieval-augmented generation (RAG) is a key technique for leveraging external knowledge and reducing hallucinations in large language models (LLMs). However, RAG still struggles to fully prevent hallucinated responses. To address this, it is essential to identify samples prone to hallucination or guide LLMs toward correct responses, which experts then annotate to develop high-quality datasets for refining LLMs. However, the growing scarcity of such datasets makes their creation challenging. This paper proposes using the vast amount of conversations from widespread LLM usage to build these datasets, training LLMs to avoid hallucination-prone questions while accurately responding to manageable ones. Given the impracticality of expert-annotating all conversation records, the paper introduces AL4RAG, which uses active learning to select the most suitable conversation samples for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSpeech and dialogue systems · Intelligent Tutoring Systems and Adaptive Learning · Topic Modeling
MethodsAttention Is All You Need · Linear Warmup With Linear Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Weight Decay · Attention Dropout · Byte Pair Encoding · Layer Normalization · Residual Connection · WordPiece · Linear Layer
