LGJan 7

Unlocking the Pre-Trained Model as a Dual-Alignment Calibrator for Post-Trained LLMs

arXiv:2601.04277v1
Originality Incremental advance
AI Analysis

This work addresses calibration issues in post-trained LLMs, which is an incremental improvement for enhancing model reliability in applications like AI safety and decision-making.

The paper tackled the problem of confidence calibration degradation in post-trained large language models (LLMs) by proposing Dual-Align, an unsupervised post-hoc framework that addresses both confidence and process drift, resulting in reduced calibration errors and performance approaching a supervised oracle.

Post-training improves large language models (LLMs) but often worsens confidence calibration, leading to systematic overconfidence. Recent unsupervised post-hoc methods for post-trained LMs (PoLMs) mitigate this by aligning PoLM confidence to that of well-calibrated pre-trained counterparts. However, framing calibration as static output-distribution matching overlooks the inference-time dynamics introduced by post-training. In particular, we show that calibration errors arise from two regimes: (i) confidence drift, where final confidence inflates despite largely consistent intermediate decision processes, and (ii) process drift, where intermediate inference pathways diverge. Guided by this diagnosis, we propose Dual-Align, an unsupervised post-hoc framework for dual alignment in confidence calibration. Dual-Align performs confidence alignment to correct confidence drift via final-distribution matching, and introduces process alignment to address process drift by locating the layer where trajectories diverge and realigning the stability of subsequent inference. This dual strategy learns a single temperature parameter that corrects both drift types without sacrificing post-training performance gains. Experiments show consistent improvements over baselines, reducing calibration errors and approaching a supervised oracle.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes