IDEA: An Interpretable and Editable Decision-Making Framework for LLMs via Verbal-to-Numeric Calibration

arXiv cs.AI / 4/15/2026

📰 NewsSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces IDEA, an interpretable and editable decision-making framework for LLMs that addresses miscalibrated probabilities and unfaithful explanations in high-stakes use cases.
  • IDEA extracts decision knowledge from an LLM into a parametric model using verbal-to-numeric calibration learned jointly with decision parameters via EM, preserving dependencies between meaningful factors.
  • The method supports direct parameter editing with mathematical guarantees, enabling quantitative human–AI collaboration beyond what prompting alone can achieve.
  • Experiments on five datasets show IDEA using Qwen-3-32B attains 78.6% performance and achieves perfect factor exclusion and exact calibration, outperforming DeepSeek R1 and GPT-5.2.
  • An open-source implementation is provided via a public GitHub repository to facilitate adoption and further evaluation.

Abstract

Large Language Models are increasingly deployed for decision-making, yet their adoption in high-stakes domains remains limited by miscalibrated probabilities, unfaithful explanations, and inability to incorporate expert knowledge precisely. We propose IDEA, a framework that extracts LLM decision knowledge into an interpretable parametric model over semantically meaningful factors. Through joint learning of verbal-to-numerical mappings and decision parameters via EM, correlated sampling that preserves factor dependencies, and direct parameter editing with mathematical guarantees, IDEA produces calibrated probabilities while enabling quantitative human-AI collaboration. Experiments across five datasets show IDEA with Qwen-3-32B (78.6%) outperforms DeepSeek R1 (68.1%) and GPT-5.2 (77.9%), achieving perfect factor exclusion and exact calibration -- precision unattainable through prompting alone. The implementation is publicly available at https://github.com/leonbig/IDEA.