paper-with-me

Papers

Structured Matrix Scaling for Multi-Class Calibration

2025-11-05 · Eugène Berta, David Holzmüller, Michael I. Jordan, Francis Bach arxiv

Post-hoc recalibration methods are widely used to ensure that classifiers provide faithful probability estimates. We argue that parametric recalibration functions based on logistic regression can be motivated from a simple theoretical setting for both binary and multiclass classification. This insight motivates the use of more expressive calibration methods beyond standard temperature scaling. For multi-class calibration however, a key challenge lies in the increasing number of parameters introduced by more complex models, often coupled with limited calibration data, which can lead to overfitting. Through extensive experiments, we demonstrate that the resulting bias-variance tradeoff can be effectively managed by structured regularization, robust preprocessing and efficient optimization. The resulting methods lead to substantial gains over existing logistic-based calibration techniques. We provide efficient and easy-to-use open-source implementations of our methods, making them an attractive alternative to common temperature, vector, and matrix scaling implementations.

📄 PDF Abstract BibTeX arXiv:2511.03685

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

The Well-Tempered Classifier: Some Elementary Properties of Temperature Scaling

2026-02-16 · Pierre-Alexandre Mattei, Bruno Loureiro arxiv

Temperature scaling is a simple method that allows to control the uncertainty of probabilistic models. It is mostly used in two contexts: improving the calibration of classifiers and tuning the stochasticity of large lan…

Calibration Collapse Under Sycophancy Fine-Tuning: How Reward Hacking Breaks Uncertainty Quantification in LLMs

2026-04-12 · Subramanyam Sahoo arxiv

Modern large language models (LLMs) are increasingly fine-tuned via reinforcement learning from human feedback (RLHF) or related reward optimisation schemes. While such procedures improve perceived helpfulness, we invest…

Reinforcement Learning

Eigenvalue Calibration for Semantic Embeddings of Large Language Models

2026-07-09 · Sebastian G. Gruber, Nassim Walha, Francis Bach, Florian Buettner arxiv

Uncertainty quantification is central to the reliable deployment of large language models (LLMs), and eigenvalues of semantic embeddings have recently emerged as a key tool in state-of-the-art methods. However, conventio…

Ad Hoc Microphone Array Calibration: Euclidean Distance Matrix Completion Algorithm and Theoretical Guarantees

2014-08-31 · Mohammad J. Taghizadeh, Reza Parhizkar, Philip N. Garner, Herve Bourlard 외

This paper addresses the problem of ad hoc microphone array calibration where only partial information about the distances between microphones is available. We construct a matrix consisting of the pairwise distances and …

Low-Rank Matrix CompletionMatrix Completion

Calibrating LLMs for Text-to-SQL Parsing by Leveraging Sub-clause Frequencies

2025-05-27 · Terrance Liu, Shuyi Wang, Daniel Preotiuc-Pietro, Yash Chandarana 외

While large language models (LLMs) achieve strong performance on text-to-SQL parsing, they sometimes exhibit unexpected failures in which they are confidently incorrect. Building trustworthy text-to-SQL systems thus requ…

SQL ParsingText to SQLText-To-SQL