Annotation-Efficient Universal Honesty Alignment
Shiyu Ni, Keping Bi, Jiafeng Guo, Minghao Tang, Jingtong Wu, Zengxin Han, Xueqi Cheng
TL;DR
This work tackles the challenge of universal honesty alignment in large language models by proposing EliCal, a two-stage, annotation-efficient framework that first elicits internal confidence through self-consistency (Stage 1) and then calibrates this confidence with a small set of correctness annotations (Stage 2). It freezes the backbone and uses LoRA adapters plus a final linear head to predict confidence, enabling pre-generation honesty estimates and reducing the need for costly labeling. To support large-scale study, the authors introduce HonestyBench, a ten-dataset benchmark with over 560k training examples and 71k evaluation instances, annotated for correctness and semantic consistency. Empirical results show EliCal achieves about 98% of the upper-bound performance set by full supervision and outperforms calibration-only baselines on unseen tasks like MMLU, demonstrating strong generalization and practical potential for scalable honesty alignment in real-world AI systems.
Abstract
Honesty alignment-the ability of large language models (LLMs) to recognize their knowledge boundaries and express calibrated confidence-is essential for trustworthy deployment. Existing methods either rely on training-free confidence estimation (e.g., token probabilities, self-consistency) or training-based calibration with correctness annotations. While effective, achieving universal honesty alignment with training-based calibration requires costly, large-scale labeling. To support annotation-efficient training, we introduce Elicitation-Then-Calibration (EliCal), a two-stage framework that first elicits internal confidence using inexpensive self-consistency supervision, then calibrates this confidence with a small set of correctness annotations. To support a large-scale study, we release HonestyBench, a benchmark covering ten free-form QA datasets with 560k training and 70k evaluation instances annotated with correctness and self-consistency signals. Experiments show that EliCal achieves near-optimal alignment with only 1k correctness annotations (0.18% of full supervision) and better alignment performance on unseen MMLU tasks than the calibration-only baseline, offering a scalable solution toward universal honesty alignment in LLMs.
