paper-with-me

홈 › Papers

Label-Free Reinforcement Learning via Cross-Model Entropy

2026-05-27 · Matt Gorbett, Hossein Shirazi arxiv

Post-training large language models with reinforcement learning is bottlenecked by the reward signal. Existing approaches require either ground-truth verifiable rewards, restricting training to domains with automatic correctness checks (e.g., mathematics, code execution), or human preference labels, which are expensive to collect and prone to reward hacking. Recent label-free methods replace ground-truth verifiers with self-referential signals like majority voting or token entropy over a model's own outputs, but risk reinforcing a model's own errors. In this work we propose Cross-Model Entropy (CME), the mean log-likelihood of a generator's response under a separate verifier model, as a label-free reward signal for RL post-training. CME is continuous, training-free, and grounded in the principle that responses a verifier finds unsurprising are likely correct or high quality. Because the verifier is independent of the generator, the signal cannot be gamed through self-consistency. We integrate CME into GRPO with no other changes to the training loop, extending label-free RL to open-ended instruction following -- a regime where self-referential signals are inapplicable or poorly suited. On open-ended instruction following (UltraFeedback prompts, evaluated on AlpacaEval 2.0), CME rewards beat the untrained base in head-to-head LLM-as-Judge comparisons across four model families (Qwen, Llama, Gemma, OLMo) and three training regimes (pretrained, SFT, and instruction-tuned), with tie-adjusted win rates ranging from 52.5% to 71.4%. Code will be released upon publication.

📄 PDF Abstract BibTeX arXiv:2605.29009

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningInstruction Following

Similar Papers 제목 키워드 기반

SPINE: Token-Selective Test-Time Reinforcement Learning with Entropy-Band Regularization

2025-11-22 · Jianghao Wu, Yasmeen George, Jin Ye, Yicheng Wu 외 arxiv

Large language models (LLMs) and multimodal LLMs (MLL-Ms) excel at chain-of-thought reasoning but face distribution shift at test-time and a lack of verifiable supervision. Recent test-time reinforcement learning (TTRL) …

Reinforcement LearningTest-time Adaptation

SARL: Label-Free Reinforcement Learning by Rewarding Reasoning Topology

2026-03-30 · Yifan Wang, Bolian Li, David Cho, Ruqi Zhang 외 arxiv

Reinforcement learning is critical to improving large reasoning models, but its success relies heavily on verifiable rewards (RLVR), making it hard to use in open-ended domains where correctness is ambiguous and cannot b…

Reinforcement Learning

Reconciling a Centroid-Hypothesis Conflict in Source-Free Domain Adaptation

2022-12-07 · Idit Diamant, Roy H. Jennings, Oranit Dror, Hai Victor Habi 외

Source-free domain adaptation (SFDA) aims to transfer knowledge learned from a source domain to an unlabeled target domain, where the source data is unavailable during adaptation. Existing approaches for SFDA focus on se…

Domain AdaptationPseudo LabelSource-Free Domain Adaptation

Cross-Model Disagreement as a Label-Free Correctness Signal

2026-03-26 · Matt Gorbett, Suman Jana arxiv

Detecting when a language model is wrong without ground truth labels is a fundamental challenge for safe deployment. Existing approaches rely on a model's own uncertainty -- such as token entropy or confidence scores -- …

Respect Your Zero-Shot Uncertainty: Conservative Calibration for Test-Time-Adapted Vision-Language Models

2026-08-06 · Jingyan Jiang, Yaru Sun, Xiao Chen, Jiazhen Huang 외 arxiv

Test-time adaptation (TTA) can improve the recognition accuracy of vision-language models under distribution shift, but often degrades calibration, making predictive confidence unreliable for downstream decision-making. …

Test-time Adaptation