English

Learning from Reference Answers: Versatile Language Model Alignment without Binary Human Preference Data

Computation and Language 2025-10-14 v3 Artificial Intelligence Machine Learning

Abstract

Large language models~(LLMs) are expected to be helpful, harmless, and honest. In different alignment scenarios, such as safety, confidence, and general preference alignment, binary preference data collection and reward modeling are resource-intensive but play a central role in transferring human preferences. In this work, we explore using the similarity between sampled generations and reference answers as a supplementary reward function for alignment. When unary reference answers are available, such similarity-based rewards can circumvent the need for binary preference data and explicit reward modeling. We introduce \textit{RefAlign}, a versatile REINFORCE-style alignment algorithm that does not rely on reward or reference models. RefAlign utilizes language generation evaluation metrics, such as BERTScore, between sampled generations and reference answers as surrogate rewards. Beyond general preference optimization, RefAlign can be naturally extended to diverse scenarios, including safety and confidence alignment, by combining similarity-based rewards with task-specific objectives. Across multiple scenarios, RefAlign achieves performance comparable to prior alignment methods while operating without binary preference data or reward models. The code is available at https://github.com/mzhaoshuai/RefAlign.

Keywords

Cite

@article{arxiv.2504.09895,
  title  = {Learning from Reference Answers: Versatile Language Model Alignment without Binary Human Preference Data},
  author = {Shuai Zhao and Yunqiu Xu and Linchao Zhu and Yi Yang},
  journal= {arXiv preprint arXiv:2504.09895},
  year   = {2025}
}

Comments

The code is at https://github.com/mzhaoshuai/RefAlign

R2 v1 2026-06-28T22:57:08.805Z