DirEAG Calibrates LLM Confidence in Mathematical Reasoning

Haorui Xu, Yuzhou Zhu, Liyuan Gao· August 24, 2026 View original

Key takeaways

  • LLM verbalized confidence in mathematical reasoning is often poorly calibrated.
  • DirEAG uses Dirichlet Evidence Aggregation to convert multiple confidence observations into calibrated soft evidence.
  • This method significantly improves confidence calibration while maintaining strong answer selection.
  • DirEAG introduces a "null" state to represent cases where no candidate answer is correct.

Who benefits

FinanceScientific ResearchEngineeringEducationHealthcare

Summary

DirEAG (Dirichlet Evidence Aggregation) is a new method designed to better calibrate the verbalized confidence of large language models in mathematical reasoning tasks. By converting multiple answer-confidence observations from different prompts into calibrated soft evidence, DirEAG improves confidence calibration while maintaining competitive answer selection across various mathematical benchmarks and LLMs.

Relying on large language models (LLMs) for mathematical reasoning necessitates accurate confidence estimation, yet the self-reported confidence from these models is often poorly calibrated and difficult to interpret. When an LLM is prompted multiple times for the same problem with varying confidence-steering instructions, the resulting answer-confidence pairs contain valuable uncertainty information, but their scales can shift unpredictably across different prompts, models, and datasets. Existing black-box uncertainty methods typically focus on output variation, such as answer agreement or entropy, rather than modeling the numerical meaning of the self-reported confidence. To address this, DirEAG (Dirichlet Evidence Aggregation) proposes a novel approach. It transforms each elicited answer-confidence observation into calibrated soft evidence, distributed over candidate answers and an additional "null" state, which accounts for cases where none of the provided candidates are correct. Experiments conducted on mathematical reasoning benchmarks like GSM8K, SVAMP, and GSM-Hard, using models such as Qwen, Mistral, and Gemma, demonstrate that DirEAG consistently achieves superior calibration compared to direct confidence averaging or heuristic aggregation methods, all while preserving strong answer selection performance. The research also highlights that both evidence aggregation and a final binary calibration step are crucial for effectively tackling different aspects of the calibration challenge.

Why it matters

For professionals integrating LLMs into applications requiring high-stakes mathematical or logical reasoning, DirEAG offers a critical method to improve the trustworthiness and reliability of model outputs by providing more accurate confidence estimates.

How to implement this in your domain

  1. 1Evaluate the calibration of verbalized confidence in your current LLM-based reasoning applications.
  2. 2Implement DirEAG by querying LLMs with multiple confidence-steering prompts for critical tasks.
  3. 3Convert the elicited answer-confidence observations into calibrated soft evidence using the DirEAG framework.
  4. 4Integrate the improved confidence scores into decision-making processes to enhance reliability.
  5. 5Apply DirEAG to domains where LLM accuracy and confidence are paramount, such as financial modeling or scientific computation.

Original post by Haorui Xu, Yuzhou Zhu, Liyuan Gao

"arXiv:2608.20717v1 Announce Type: new Abstract: Reliable confidence estimation is essential for using large language models in mathematical reasoning, but black-box verbalized confidence is difficult to calibrate. When the same problem is queried under multiple confidence-steerin…"

View on X

Originally posted by Haorui Xu, Yuzhou Zhu, Liyuan Gao on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Research

AI ResearchAI Engineering & DevTools

Harmony Improves Protein-Ligand Flexible Docking with Torsional Diffusion

Researchers introduce Harmony, a harmonic torsional diffusion framework for flexible protein-ligand docking that explicitly accounts for the periodic geometry of angular variables. This method improves ligand pose accuracy and pocket all-atom reconstruction on benchmarks like PDBBind and enhances the physical validity of generated complexes on PoseBusters.

Maksim Zhdanov, Pavel Strashnov, Vladislav KurenkovAug 24, 2026
AI Engineering & DevToolsAI Research

Multilingual Verifier Bias Impacts RLVR in LLM Mathematical Reasoning

A study reveals that exact-match verifiers in Reinforcement Learning with Verifiable Rewards (RLVR) for Large Language Models (LLMs) exhibit significant language-dependent false-negative reward noise in multilingual mathematical reasoning. This bias, particularly pronounced in Japanese, stems from format and script variations, highlighting a cross-lingual selection bottleneck that impedes effective multilingual LLM training.

Chenyu Zhou, Qiliang Jiang, Xu ZhouAug 24, 2026
AI Engineering & DevToolsAI Research

TriPLU Improves Tiny Language Model Performance with Trilinear Product FFNs

Researchers introduce TriPLU, a Trilinear Product Linear Unit, which replaces gated FFNs in tiny decoder-only language models with a direct degree-3 product branch. This approach achieves better validation loss on character-level TinyStories and lower bits per byte on other datasets under low-learning-rate settings, suggesting benefits for small models in specific low-compute regimes.

He ZhangAug 24, 2026