LLatrieval: LLM-Verified Retrieval for Verifiable Generation
Xiaonan Li, Changtai Zhu, Linyang Li, Zhangyue Yin, Tianxiang Sun,, Xipeng Qiu

TL;DR
This paper introduces LLatrieval, a novel retrieval method where the large language model iteratively verifies and updates retrieved documents to ensure they adequately support verifiable generation, significantly improving performance.
Contribution
The paper presents LLatrieval, a new approach enabling LLMs to iteratively verify and refine retrieved documents for better verifiable generation, surpassing existing retrieval methods.
Findings
LLatrieval outperforms baseline retrieval methods.
Achieves state-of-the-art results in verifiable generation.
Demonstrates effective LLM-guided retrieval refinement.
Abstract
Verifiable generation aims to let the large language model (LLM) generate text with supporting documents, which enables the user to flexibly verify the answer and makes the LLM's output more reliable. Retrieval plays a crucial role in verifiable generation. Specifically, the retrieved documents not only supplement knowledge to help the LLM generate correct answers, but also serve as supporting evidence for the user to verify the LLM's output. However, the widely used retrievers become the bottleneck of the entire pipeline and limit the overall performance. Their capabilities are usually inferior to LLMs since they often have much fewer parameters than the large language model and have not been demonstrated to scale well to the size of LLMs. If the retriever does not correctly find the supporting documents, the LLM can not generate the correct and verifiable answer, which overshadows the…
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.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
