Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

After Retrieval, Before Generation: Enhancing the Trustworthiness of Large Language Models in Retrieval-Augmented Generation

About

Retrieval-augmented generation (RAG) is a promising paradigm, yet its trustworthiness remains a critical concern. A major vulnerability arises prior to generation: models often fail to balance parametric (internal) and retrieved (external) knowledge, particularly when the two sources conflict or are unreliable. To analyze these scenarios comprehensively, we construct the Trustworthiness Response Dataset (TRD) with 36,266 questions spanning four RAG settings. We reveal that existing approaches address isolated scenarios-prioritizing one knowledge source, naively merging both, or refusing answers-but lack a unified framework to handle different real-world conditions simultaneously. Therefore, we propose the BRIDGE framework, which dynamically determines a comprehensive response strategy of large language models (LLMs). BRIDGE leverages an adaptive weighting mechanism named soft bias to guide knowledge collection, followed by a Maximum Soft-bias Decision Tree to evaluate knowledge and select optimal response strategies (trust internal/external knowledge, or refuse). Experiments show BRIDGE outperforms baselines by 5-15% in accuracy while maintaining balanced performance across all scenarios. Our work provides an effective solution for LLMs' trustworthy responses in real-world RAG applications.

Xinbang Dai, Huikang Hu, Yuncheng Hua, Jiaqi Li, Yongrui Chen, Rihui Jin, Nan Hu, Guilin Qi• 2025

Related benchmarks

TaskDatasetResultRank
Long-form Question AnsweringFAVA FullP (100% polluted)
VeriScore F1@k67.18
26
Long-form Question AnsweringLongFact MixP (50% polluted)
VeriScore F1@k80.71
26
Long-form Question AnsweringBiography MixP (50% polluted)
VeriScore F1@k56.37
26
Long-form Question AnsweringFAVA MixP (50% polluted)
VeriScore F1@k69.46
26
Long-form Question AnsweringLongFact FullP (100% polluted)
VeriScore F1@k70.33
26
Long-form Question AnsweringBiography FullP (100% polluted)
VeriScore F1@k43.5
26
Long-form Question AnsweringAlpacaFact FullP (100% polluted)
VeriScore F1@k62.38
26
Long-form Question AnsweringAlpacaFact MixP (50% polluted)
VeriScore F1@k64.98
26
Showing 8 of 8 rows

Other info

Follow for update