Meta-Rewarding Language Models: Self-Improving Alignment with LLM-as-a-Meta-Judge

Tianhao Wu, Weizhe Yuan, Olga Golovneva, Jing Xu, Yuandong Tian, Jiantao Jiao, J. Weston, Sainbayar Sukhbaatar

arXiv:2407.19594 · 2026-07-27 공개 · arXiv · PDF

reinforcement-learning llm-evaluation instruction-following llama-3 alpacaeval arena-hard self-improving meta-rewarding

Abstract

Large Language Models (LLMs) are rapidly surpassing human knowledge in many domains. While improving these models traditionally relies on costly human data, recent self-rewarding mechanisms (Yuan et al., 2024) have shown that LLMs can improve by judging their own responses instead of relying on human labelers. However, existing methods have primarily focused on improving model responses rather than judgment capabilities, resulting in rapid saturation during iterative training. To address this issue, we introduce a novel Meta-Rewarding step to the self-improvement process, where the model judges its own judgements and uses that feedback to refine its judgment skills. Surprisingly, this unsupervised approach improves the model's ability to judge {\em and} follow instructions, as demonstrated by a win rate improvement of Llama-3-8B-Instruct from 22.9% to 39.4% on AlpacaEval 2, and 20.6% to 29.1% on Arena-Hard. These results strongly suggest the potential for self-improving models without human supervision.

한국어 요약

한 줄 요약

Meta-Rewarding 기법을 통해 LLM이 스스로 판단 능력을 향상시키고, 지시사항 수행 능력도 개선하는 자가진화 메커니즘을 제시한다.

핵심 기여도

핵심 아이디어

기존 Self-Rewarding 메커니즘은 모델이 스스로의 응답을 평가하여 개선하는 방식이지만, 평가 능력 자체는 훈련되지 않아 빠르게 성능이 포화되는 문제가 있었다. 본 연구는 이 문제를 해결하기 위해 **Meta-Judge**라는 새로운 역할을 도입하여, 모델이 스스로의 판단을 평가하도록 유도한다. 이는 **LLM-as-a-Judge** 방식을 확장한 **LLM-as-a-Meta-Judge** 메커니즘이다.

Meta-Judge는 기존 Judge가 생성한 평가 결과를 다시 평가하여, **judgment score와 길이 정보를 결합**해 최적의 응답을 선택한다. 이는 특히 길이 편향(length-bias) 문제를 완화하는 데 기여하며, 반복적인 DPO(Deep Preference Optimization) 과정에서 응답 길이가 과도하게 늘어나는 현상을 방지한다.

기술적 접근법

주요 결과

의의 및 한계

실용적 활용