paper-with-me

홈 › Papers

GRAM: A Generative Foundation Reward Model for Reward Generalization

2025-06-17 · Chenglong Wang, Yang Gan, Yifu Huo, Yongyu Mu, Qiaozhi He, Murun Yang, Bei Li, Tong Xiao, Chunliang Zhang, Tongran Liu, Jingbo Zhu

In aligning large language models (LLMs), reward models have played an important role, but are standardly trained as discriminative models and rely only on labeled human preference data. In this paper, we explore methods that train reward models using both unlabeled and labeled data. Building on the generative models in LLMs, we develop a generative reward model that is first trained via large-scale unsupervised learning and then fine-tuned via supervised learning. We also show that by using label smoothing, we are in fact optimizing a regularized pairwise ranking loss. This result, in turn, provides a new view of training reward models, which links generative models and discriminative models under the same class of training objectives. The outcome of these techniques is a foundation reward model, which can be applied to a wide range of tasks with little or no further fine-tuning effort. Extensive experiments show that this model generalizes well across several tasks, including response ranking, reinforcement learning from human feedback, and task adaptation with fine-tuning, achieving significant performance improvements over several strong baseline models.

📄 PDF Abstract BibTeX arXiv:2506.14175

Code (2)

niutrans/gram 공식 구현 pytorch
wangclnlp/GRAM 공식 구현 pytorch

Similar Papers 제목 키워드 기반

GRAM-R$^2$: Self-Training Generative Foundation Reward Models for Reward Reasoning

2025-09-02 · Chenglong Wang, Yongyu Mu, Hang Zhou, Yifu Huo 외 arxiv

Significant progress in reward modeling over recent years has been driven by a paradigm shift from task-specific designs towards generalist reward models. Despite this trend, developing effective reward models remains a …

Reinforcement Learning

Video Prediction Models as Rewards for Reinforcement Learning

2023-05-23 · NeurIPS 2023 11

Specifying reward signals that allow agents to learn complex behaviors is a long-standing challenge in reinforcement learning. A promising approach is to extract preferences for behaviors from unlabeled videos, which are…

Predictionreinforcement-learningReinforcement LearningVideo Prediction

Planning with Language and Generative Models: Toward General Reward-Guided Wireless Network Design

2026-01-30 · Chenyang Yuan, Xiaoyuan Cheng arxiv

Intelligent access point (AP) deployment remains challenging in next-generation wireless networks due to complex indoor geometries and signal propagation. We firstly benchmark general-purpose large language models (LLMs)…

ARM-FM: Automated Reward Machines via Foundation Models for Compositional Reinforcement Learning

2025-10-16 · Roger Creus Castanyer, Faisal Mohamed, Pablo Samuel Castro, Cyrus Neary 외 arxiv

Reinforcement learning (RL) algorithms are highly sensitive to reward function specification, which remains a central challenge limiting their broad applicability. We present ARM-FM: Automated Reward Machines via Foundat…

Zero-shot GeneralizationReinforcement Learning

Imagine a City: CityGenAgent for Procedural 3D City Generation

2026-02-05 · Zishan Liu, Zecong Tang, RuoCheng Wu, Xinzhe Zheng 외 arxiv

The automated generation of interactive 3D cities is a critical challenge with broad applications in autonomous driving, virtual reality, and embodied intelligence. While recent advances in generative models and procedur…

Reinforcement LearningAutonomous DrivingSpatial Reasoning