Consistent but Miscalibrated: Evaluating LLM Limitations for Risk Communication in Natural Language
Summary
A study evaluated nine Large Language Models (LLMs) for their ability to reliably communicate probabilistic information, specifically likelihood and uncertainty, in natural language for risk communication. Models including DeepSeekR1-7B, Llama3-8B, and GPT-5.4 were tested in a two-stage pipeline, selecting verbal descriptors for simulated probabilistic outputs from Beta distributions across six domain contexts and ten temperature settings. Findings indicate LLMs are generally consistent but miscalibrated, with significantly weaker performance on uncertainty tasks. While providing precomputed summary statistics (mode and prior sample size) reduced sensitivity to contextual framing, it did not resolve the underlying miscalibration. GPT-5.4 achieved near-perfect likelihood calibration (0.96) and consistency (1.0) but scored only 0.37 for uncertainty. The research concludes that current LLMs are not yet reliable zero-shot standalone tools for probabilistic risk communication, with the primary bottleneck residing in the verbalization step.
Key takeaway
For Machine Learning Engineers deploying LLMs in high-stakes domains requiring probabilistic risk communication, understand that current models are consistent but miscalibrated, particularly for uncertainty. Do not rely on LLMs as zero-shot standalone tools for explaining likelihood and uncertainty. Instead, integrate targeted interventions at the verbalization stage or implement robust human-in-the-loop validation to ensure accurate and reliable communication of predictive risks.
Key insights
LLMs consistently misinterpret probabilistic information, particularly uncertainty, when generating natural language explanations, indicating a verbalization bottleneck.
Principles
- LLMs lack robust internal mappings for likelihood and uncertainty.
- Temperature trades off explanation stability for expressiveness.
- Miscalibration stems from verbalization, not statistical inference.
Method
LLMs selected NLEs for likelihood (mode "m") and uncertainty (prior sample size "k") from Beta distributions, then evaluated for consistency (identical outputs for identical inputs) and calibration (descriptor accuracy).
In practice
- Explicitly provide numerical summaries to reduce contextual framing sensitivity.
- Anticipate LLMs defaulting to cautious, noncommittal language.
- Target interventions at the verbalization stage for risk communication.
Topics
- Large Language Models
- Risk Communication
- Probabilistic Prediction
- Model Calibration
- Natural Language Explanations
- Uncertainty Quantification
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, AI Ethicist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.