English

Aligning Large Language Models by On-Policy Self-Judgment

Machine Learning 2024-06-26 v3 Artificial Intelligence Computation and Language

Abstract

Existing approaches for aligning large language models with human preferences face a trade-off that requires a separate reward model (RM) for on-policy learning. In this paper, we present a novel alignment framework, SELF-JUDGE that (1) does on-policy learning and 2) is parameter efficient, as it does not require an additional RM for evaluating the samples for on-policy learning. To this end, we propose Judge-augmented Supervised Fine-Tuning (JSFT) to train a single model to act as both a policy and a judge. Specifically, we view the pairwise judgment task, choosing the better response from a response pair, as a special case of the instruction-following task. The resulting model can judge preferences of on-the-fly responses from current policy initialized from itself. Experimental results show the efficacy of SELF-JUDGE, outperforming baselines in preference benchmarks. We also show that the rejecting sampling by itself can improve performance further without an additional evaluator.

Keywords

Cite

@article{arxiv.2402.11253,
  title  = {Aligning Large Language Models by On-Policy Self-Judgment},
  author = {Sangkyu Lee and Sungdong Kim and Ashkan Yousefpour and Minjoon Seo and Kang Min Yoo and Youngjae Yu},
  journal= {arXiv preprint arXiv:2402.11253},
  year   = {2024}
}

Comments

Published as a main conference paper at ACL 2024

R2 v1 2026-06-28T14:51:45.462Z