Always Tell Me The Odds: Fine-grained Conditional Probability Estimation
Liaoyaqi Wang, Zhengping Jiang, Anqi Liu, Benjamin Van Durme
TL;DR
This work tackles fine-grained conditional probability estimation under uncertainty by introducing a decoder-based regression framework that outputs calibrated distributions for $P( ext{proposition} | ext{context})$. It combines synthetic data generation with reasoning-augmented prompts, an LLM-based judge, and rank-consistency training to supervise both regression and ranking objectives. By discretizing the target with $N$ bins and using an expected label scoring rule, the approach recovers precise probabilities while leveraging large back-end models and synthetic supervision to achieve strong performance across intrinsic, comparison, and structural tasks. The results demonstrate strong gains over fine-tuned encoders and prompting baselines, the benefit of synthetic data for domain generalization, and the model’s capacity to reflect human uncertainty in its probabilistic outputs, with practical implications for robust probabilistic reasoning in NLP systems.
Abstract
We present a state-of-the-art model for fine-grained probability estimation of propositions conditioned on context. Recent advances in large language models (LLMs) have significantly enhanced their reasoning capabilities, particularly on well-defined tasks with complete information. However, LLMs continue to struggle with making accurate and well-calibrated probabilistic predictions under uncertainty or partial information. While incorporating uncertainty into model predictions often boosts performance, obtaining reliable estimates of that uncertainty remains understudied. In particular, LLM probability estimates tend to be coarse and biased towards more frequent numbers. Through a combination of human and synthetic data creation and assessment, scaling to larger models, and better supervision, we propose a set of strong and precise probability estimation models. We conduct systematic evaluations across tasks that rely on conditional probability estimation and show that our approach consistently outperforms existing fine-tuned and prompting-based methods by a large margin.
