English

ConsistRM: Improving Generative Reward Models via Consistency-Aware Self-Training

Artificial Intelligence 2026-04-21 v2 Computation and Language Machine Learning

Abstract

Generative reward models (GRMs) have emerged as a promising approach for aligning Large Language Models (LLMs) with human preferences by offering greater representational capacity and flexibility than traditional scalar reward models. However, GRMs face two major challenges: reliance on costly human-annotated data restricts scalability, and self-training approaches often suffer from instability and vulnerability to reward hacking. To address these issues, we propose ConsistRM, a self-training framework that enables effective and stable GRM training without human annotations. ConsistRM incorporates the Consistency-Aware Answer Reward, which produces reliable pseudo-labels with temporal consistency, thereby providing more stable model optimization. Moreover, the Consistency-Aware Critique Reward is introduced to assess semantic consistency across multiple critiques and allocates fine-grained and differentiated rewards. Experiments on five benchmark datasets across four base models demonstrate that ConsistRM outperforms vanilla Reinforcement Fine-Tuning (RFT) by an average of 1.5%. Further analysis shows that ConsistRM enhances output consistency and mitigates position bias caused by input order, highlighting the effectiveness of consistency-aware rewards in improving GRMs. Our implementation is available at https://github.com/yuliangCarmelo/ConsistRM.

Keywords

Cite

@article{arxiv.2604.07484,
  title  = {ConsistRM: Improving Generative Reward Models via Consistency-Aware Self-Training},
  author = {Yu Liang and Liangxin Liu and Longzheng Wang and Yan Wang and Yueyang Zhang and Long Xia and Zhiyuan Sun and Daiting Shi},
  journal= {arXiv preprint arXiv:2604.07484},
  year   = {2026}
}

Comments

Published as a Main conference paper at the 64th Annual Meeting of the Association for Computational Linguistics (ACL 2026)

R2 v1 2026-07-01T11:59:56.690Z