Let's Think Var-by-Var: Large Language Models Enable Ad Hoc Probabilistic Reasoning
Shepard Xia, Brian Lu, Jason Eisner

TL;DR
This paper introduces a framework that leverages large language models to generate and optimize probabilistic models for answering common sense and guesstimation questions, demonstrating competitive performance with baseline methods.
Contribution
The authors propose a novel method that extracts variables and constraints from LLMs to construct ad hoc probabilistic models for reasoning tasks.
Findings
LLMs can propose relevant variables for probabilistic reasoning.
Joint optimization improves constraint satisfaction despite noisy inputs.
Framework performs comparably to direct prompting baselines on real-world data.
Abstract
A hallmark of intelligence is the ability to flesh out underspecified situations using "common sense." We propose to extract that common sense from large language models (LLMs), in a form that can feed into probabilistic inference. We focus our investigation on questions such as "How much are Airbnb listings in Newark, NJ?" Formulating a sensible answer without access to data requires drawing on, and integrating, bits of common knowledge about how and may relate to other variables, such as . Our framework answers such a question by synthesizing an probabilistic model. First we prompt an LLM to propose a set of random variables relevant to the question, followed by moment constraints on their joint distribution. We then optimize the joint distribution within a log-linear family to…
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 · Semantic Web and Ontologies
MethodsSparse Evolutionary Training · Focus
