CLIRSep 10, 2024

Knowing When to Ask -- Bridging Large Language Models and Data

arXiv:2409.13741v19 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable outputs in LLMs for users needing accurate numerical and statistical data, representing an incremental step towards more trustworthy models.

The paper tackles the problem of large language models generating factually incorrect information by integrating them with Data Commons, a repository of public statistics, using methods like Retrieval Interleaved Generation and Retrieval Augmented Generation, which improve factual accuracy as demonstrated in evaluations.

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 accuracy of LLM outputs. Our work represents an early step towards building more trustworthy and reliable LLMs that are grounded in verifiable statistical data and capable of complex factual reasoning.

Foundations

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

Your Notes