Conformal Feedback Alignment: Quantifying Answer-Level Reliability for Robust LLM Alignment
Tiejin Chen, Xiaoou Liu, Vishnu Nandam, Kuan-Ru Liou, Hua Wei
TL;DR
Confronting noisy and inconsistent preference data in RLHF-based LLM alignment, this work introduces Conformal Feedback Alignment (CFA), which grounds answer-level reliability in Conformal Prediction to generate set-based confidence weights. CFA constructs conformal prediction sets with controllable coverage $1-\alpha$ and derives set-wise reliability weights that are applied to both PPO-style and DPO-style training, enabling uncertainty-aware alignment. Empirical results across multiple models and datasets show that CFA improves robustness and data efficiency, outperforming baselines that focus solely on preference-level uncertainty. The framework is compatible with white-box and black-box CP and highlights the importance of answer quality in alignment, with potential extensions to multimodal feedback and human-in-the-loop calibration.
Abstract
Preference-based alignment like Reinforcement Learning from Human Feedback (RLHF) learns from pairwise preferences, yet the labels are often noisy and inconsistent. Existing uncertainty-aware approaches weight preferences, but ignore a more fundamental factor: the reliability of the \emph{answers} being compared. To address the problem, we propose Conformal Feedback Alignment (CFA), a framework that grounds preference weighting in the statistical guarantees of Conformal Prediction (CP). CFA quantifies answer-level reliability by constructing conformal prediction sets with controllable coverage and aggregates these reliabilities into principled weights for both DPO- and PPO-style training. Experiments across different datasets show that CFA improves alignment robustness and data efficiency, highlighting that modeling \emph{answer-side} uncertainty complements preference-level weighting and yields more robust, data-efficient alignment. Codes are provided here.
