BIDER: Bridging Knowledge Inconsistency for Efficient Retrieval-Augmented LLMs via Key Supporting Evidence
About
Retrieval-augmented large language models (LLMs) have demonstrated efficacy in knowledge-intensive tasks such as open-domain QA, addressing inherent challenges in knowledge update and factual inadequacy. However, inconsistencies between retrieval knowledge and the necessary knowledge for LLMs, leading to a decline in LLM's answer quality. This paper introduces BIDER, an approach that refines retrieval documents into Key Supporting Evidence (KSE) through knowledge synthesis, supervised fine-tuning (SFT), and preference alignment. We train BIDER by learning from crafting KSE, while maximizing its output to align with LLM's information acquisition preferences through reinforcement learning. Evaluations across five datasets show BIDER boosts LLMs' answer quality by 7% while reducing input content length in retrieval documents by 80%, outperforming existing methods. The proposed KSE simulation effectively equips LLMs with essential information for accurate question answering.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Dialogue Generation | Wizard of Wikipedia (WoW) (dev) | F1 Score12.2 | 19 | |
| Open-domain QA | NaturalQuestions (NQ) top 1000 samples (test) | Exact Match40.3 | 10 | |
| Open-domain QA | TriviaQA (TQA) top 1000 samples (test) | EM52.3 | 10 | |
| Open-domain QA | HotPotQA top 1000 samples (test) | F138.6 | 10 | |
| Fact Checking | FEVER v1.0 (dev) | Acc52.4 | 10 |