CAMEL: Confidence-Gated Reward Model

机器之心 · wechat · 2026-07-12

CAMEL: Reward Modeling with Confidence Gating

This paper introduces CAMEL, transforming reward models from generative judges that "always output long explanations" into a pipeline that "gives a single-token initial verdict first, then decides whether to reflect based on confidence." The core signal isn't a separately trained confidence head, but the log-probability margin between two verdict tokens: a larger margin means the model is highly certain; a smaller margin triggers a reflection review.

Key Methods

Experimental Results

The authors trained the model based on Qwen3-14B and evaluated it on RewardBench, RM-Bench, and JudgeBench, covering tasks like chat, safety, math, and coding.

Conclusion

The paper emphasizes that the key to reward models isn't indiscriminately lengthening reasoning, but allocating compute budget to genuinely difficult samples. Post-training, the model's confidence distribution shifts to the left overall, indicating it has become more conservative and better at identifying which samples warrant reflection.

Original post →

More from Research

Research channel →