arXiv:2602.13551cs.CL2026-02被引 3

不用参考答案或评分标准,用反向推理生成奖励信号。

Small Reward Models via Backward Inference

  • 通过反向推理推断出最可能产生给定回复的指令
  • 在13个小型模型上平均比大模型打分高出79.6%
  • 适合小模型、长输出及防奖励劫持场景

奖励模型(RMs)在语言模型流水线中扮演核心角色,尤其在不可验证领域。当前主流的大型模型作为评判者范式依赖大模型的强大推理能力,而其他方法需参考回复或明确评分标准,限制灵活性与可及性。本文提出FLIP(反向推理用于提示重建),一种无需参考答案或评分标准的奖励建模方法:通过反向推理,推断出最可能生成给定回复的原始指令,并以推断指令与原指令的相似度作为奖励信号。在四个领域的13个小型语言模型上评估显示,FLIP平均比大型模型打分基线高出79.6%。此外,在测试时扩展采样和GRPO训练下,下游任务性能显著提升。研究发现FLIP对长输出尤为有效,且对常见奖励劫持形式具有鲁棒性。通过显式利用验证-生成差距,FLIP实现了在模型缩放后的可靠奖励建模。代码已公开于https://github.com/yikee/FLIP。

原文摘要 · Abstract (English)

Reward models (RMs) play a central role throughout the language model (LM) pipeline, particularly in non-verifiable domains. However, the dominant LLM-as-a-Judge paradigm relies on the strong reasoning capabilities of large models, while alternative approaches require reference responses or explicit rubrics, limiting flexibility and broader accessibility. In this work, we propose FLIP (FLipped Inference for Prompt reconstruction), a reference-free and rubric-free reward modeling approach that reformulates reward modeling through backward inference: inferring the instruction that would most plausibly produce a given response. The similarity between the inferred and the original instructions is then used as the reward signal. Evaluations across four domains using 13 small language models show that FLIP outperforms LLM-as-a-Judge baselines by an average of 79.6%. Moreover, FLIP substantially improves downstream performance in extrinsic evaluations under test-time scaling via parallel sampling and GRPO training. We further find that FLIP is particularly effective for longer outputs and robust to common forms of reward hacking. By explicitly exploiting the validation-generation gap, FLIP enables reliable reward modeling in downscaled regimes where judgment methods fail. Code available at https://github.com/yikee/FLIP.

奖励建模小模型反向推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。