CLAIMay 22, 2023

"According to ...": Prompting Language Models Improves Quoting from Pre-Training Data

arXiv:2305.13252v2122 citations
Originality Incremental advance
AI Analysis

This addresses the issue of factual inaccuracy in LLMs for users relying on reliable information, though it is incremental as it builds on existing prompting techniques.

The paper tackles the problem of LLMs hallucinating by introducing 'according-to prompting' to ground responses in pre-training data, resulting in improved grounding and often better end-task performance across three corpora.

Large Language Models (LLMs) may hallucinate and generate fake information, despite pre-training on factual data. Inspired by the journalistic device of "according to sources", we propose according-to prompting: directing LLMs to ground responses against previously observed text. To quantify this grounding, we propose a novel evaluation metric (QUIP-Score) that measures the extent to which model-produced answers are directly found in underlying text corpora. We illustrate with experiments on three corpora (Wikipedia, PubMed, and the U.S. legal tax code) that these prompts improve grounding under our metrics, with the additional benefit of often improving end-task performance. Furthermore, prompts that ask the model to decrease grounding (or to ground to other corpora) indeed decrease QUIP-Score, indicating the ability of LLMs to increase or decrease grounded generations on request.

Code Implementations1 repo
Foundations

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

Your Notes