CLJun 18, 2024

What Are the Odds? Language Models Are Capable of Probabilistic Reasoning

arXiv:2406.12830v332 citations
Originality Synthesis-oriented
AI Analysis

This addresses the problem of assessing numerical reasoning in language models for AI researchers, though it is incremental as it focuses on evaluation rather than new methods.

The paper evaluated the probabilistic reasoning capabilities of language models on tasks like estimating percentiles and calculating probabilities, finding that models can make inferences about distributions and are aided by context and examples, even with incorrect assumptions.

Language models (LM) are capable of remarkably complex linguistic tasks; however, numerical reasoning is an area in which they frequently struggle. An important but rarely evaluated form of reasoning is understanding probability distributions. In this paper, we focus on evaluating the probabilistic reasoning capabilities of LMs using idealized and real-world statistical distributions. We perform a systematic evaluation of state-of-the-art LMs on three tasks: estimating percentiles, drawing samples, and calculating probabilities. We evaluate three ways to provide context to LMs 1) anchoring examples from within a distribution or family of distributions, 2) real-world context, 3) summary statistics on which to base a Normal approximation. Models can make inferences about distributions, and can be further aided by the incorporation of real-world context, example shots and simplified assumptions, even if these assumptions are incorrect or misspecified. To conduct this work, we developed a comprehensive benchmark distribution dataset with associated question-answer pairs that we have released publicly.

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