Knowing When to Ask -- Bridging Large Language Models and Data
Prashanth Radhakrishnan, Jennifer Chen, Bo Xu, Prem Ramaswami, Hannah, Pho, Adriana Olmos, James Manyika, R. V. Guha

TL;DR
This paper enhances large language models' factual accuracy by integrating them with Data Commons through retrieval-based methods, enabling more reliable responses grounded in verified statistical data.
Contribution
It introduces Retrieval Interleaved Generation and Retrieval Augmented Generation methods to improve LLM factual accuracy using Data Commons.
Findings
RIG and RAG methods improve factual correctness of LLM outputs
Enhanced LLM performance on data-driven queries
Grounding LLMs in trusted data sources increases reliability
Abstract
Large Language Models (LLMs) are prone to generating factually incorrect information when responding to queries that involve numerical and statistical data or other timely facts. In this paper, we present an approach for enhancing the accuracy of LLMs by integrating them with Data Commons, a vast, open-source repository of public statistics from trusted organizations like the United Nations (UN), Center for Disease Control and Prevention (CDC) and global census bureaus. We explore two primary methods: Retrieval Interleaved Generation (RIG), where the LLM is trained to produce natural language queries to retrieve data from Data Commons, and Retrieval Augmented Generation (RAG), where relevant data tables are fetched from Data Commons and used to augment the LLM's prompt. We evaluate these methods on a diverse set of queries, demonstrating their effectiveness in improving the factual…
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
TopicsNatural Language Processing Techniques · Topic Modeling
MethodsSparse Evolutionary Training
