Probability-Entropy Calibration: An Elastic Indicator for Adaptive Fine-tuning
Wenhao Yu, Shaohang Wei, Jiahong Liu, Yifan Li, Minda Hu, Aiwei Liu, Hao Zhang, Irwin King
TL;DR
Probability-Entropy Calibration introduces RankTuner, a rank-based token reweighting method that fuses ground-truth token probability $p_t$ with intrinsic token uncertainty $H_t$ through a Relative Rank Indicator. By bridging $(p_t,H_t)$ to rank quantities $R_t$ and $\mathbb{E}[R_t]$ via bounds and CMVT, it derives a practical Relative Scale $\mathcal{S}_t$ to modulate token losses, emphasizing under-learned, high-complexity tokens while dampening noise. Empirical results across mathematical reasoning benchmarks and out-of-distribution datasets show consistent gains over probability-only and entropy-only baselines, with ablations highlighting the essential roles of both signals. The approach offers a scalable, generalizable fine-tuning paradigm grounded in uncertainty-aware ranking, promising broader impact on reasoning and code-generation tasks.
Abstract
Token-level reweighting is a simple yet effective mechanism for controlling supervised fine-tuning, but common indicators are largely one-dimensional: the ground-truth probability reflects downstream alignment, while token entropy reflects intrinsic uncertainty induced by the pre-training prior. Ignoring entropy can misidentify noisy or easily replaceable tokens as learning-critical, while ignoring probability fails to reflect target-specific alignment. RankTuner introduces a probability--entropy calibration signal, the Relative Rank Indicator, which compares the rank of the ground-truth token with its expected rank under the prediction distribution. The inverse indicator is used as a token-wise Relative Scale to reweight the fine-tuning objective, focusing updates on truly under-learned tokens without over-penalizing intrinsically uncertain positions. Experiments on multiple backbones show consistent improvements on mathematical reasoning benchmarks, transfer gains on out-of-distribution reasoning, and pre code generation performance over probability-only or entropy-only reweighting baselines.
