CURATRON: Complete and Robust Preference Data for Rigorous Alignment of Large Language Models
Son The Nguyen, Niranjan Uma Naresh, Theja Tulabandhula
TL;DR
This work tackles the problem of aligning large language models with human values in the presence of incomplete and adversarially corrupted preference data. It introduces robust, polynomial-time ranking algorithms (RORATRON and CURATRON) that leverage a logit low-rank representation and RPCA to recover an $\epsilon$-optimal ranking with high probability, even when up to $O(n)$ perturbed pairwise observations occur per model response and data is partially observed. The methods generalize across ranking models (BTL, LR, and Thurstonian) and are complemented by a data-augmentation strategy that further improves recovery and downstream LLM alignment. Experimental results demonstrate strong robustness to adversarial noise and missing data, and show meaningful improvements in DPO-style fine-tuning when recovered, highlighting practical impact for scalable, ethically aligned AI systems.
Abstract
This paper addresses the challenges of aligning large language models (LLMs) with human values via preference learning (PL), focusing on incomplete and corrupted data in preference datasets. We propose a novel method for robustly and completely recalibrating values within these datasets to enhance LLMs' resilience against the issues. In particular, we devise a guaranteed polynomial time ranking algorithm that robustifies several existing models, such as the classic Bradley-Terry-Luce (BTL) (Bradley and Terry, 1952) model and certain generalizations of it. To the best of our knowledge, our present work is the first to propose an algorithm that provably recovers an $ε$-optimal ranking with high probability while allowing as large as $O(n)$ perturbed pairwise comparison results per model response. Furthermore, we show robust recovery results in the partially observed setting. Our experiments confirm that our algorithms handle adversarial noise and unobserved comparisons well in both general and LLM preference dataset settings. This work contributes to the development and scaling of more reliable and ethically aligned AI models by equipping the dataset curation pipeline with the ability to handle missing and maliciously manipulated inputs.
