CLAILGJun 26, 2024

Understand What LLM Needs: Dual Preference Alignment for Retrieval-Augmented Generation

arXiv:2406.18676v245 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses a key bottleneck in developing reliable RAG systems for mitigating LLM hallucinations, though it appears incremental as it builds on existing RAG methods.

The paper tackles the challenge of aligning retrievers with diverse large language model (LLM) knowledge preferences in retrieval-augmented generation (RAG) systems by proposing DPA-RAG, a framework that achieves dual preference alignment and outperforms baselines on four knowledge-intensive QA datasets.

Retrieval-augmented generation (RAG) has demonstrated effectiveness in mitigating the hallucination problem of large language models (LLMs). However, the difficulty of aligning the retriever with the diverse LLMs' knowledge preferences inevitably poses an inevitable challenge in developing a reliable RAG system. To address this issue, we propose DPA-RAG, a universal framework designed to align diverse knowledge preferences within RAG systems. Specifically, we initially introduce a preference knowledge construction pipline and incorporate five novel query augmentation strategies to alleviate preference data scarcity. Based on preference data, DPA-RAG accomplishes both external and internal preference alignment: 1) It jointly integrate pair-wise, point-wise, and contrastive preference alignment abilities into the reranker, achieving external preference alignment among RAG components. 2) It further introduces a pre-aligned stage before vanilla Supervised Fine-tuning (SFT), enabling LLMs to implicitly capture knowledge aligned with their reasoning preferences, achieving LLMs' internal alignment. Experimental results across four knowledge-intensive QA datasets demonstrate that DPA-RAG outperforms all baselines and seamlessly integrates both black-box and open-sourced LLM readers. Further qualitative analysis and discussions also provide empirical guidance for achieving reliable RAG systems. Our code is publicly available at https://github.com/dongguanting/DPA-RAG.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes