Think-J: Learning to Think for Generative LLM-as-a-Judge
Hui Huang, Yancheng He, Hongli Zhou, Rui Zhang, Wei Liu, Weixun Wang, Jiaheng Liu, Wenbo Su
TL;DR
Think-J tackles the challenge of reliable LLM-based evaluation by teaching judges to think. It initializes judgment thinking traces from a small, curated LIMJ707 dataset and further optimizes thinking via two RL paths: offline critic-guided learning and online rule-based learning, using a thoughtfully designed reward system. Empirical results across RewardBench, RMBench, and Auto-J-test show Think-J, especially with larger bases, surpasses both generative and classifier-based judges with only modest data, while producing interpretable thinking traces and robust performance under data quality variations. This approach offers a scalable, privacy-preserving alternative to external evaluators and demonstrates the value of reasoning traces in preference modeling for LLM evaluation.
Abstract
LLM-as-a-Judge refers to the automatic modeling of preferences for responses generated by Large Language Models (LLMs), which is of significant importance for both LLM evaluation and reward modeling. Although generative LLMs have made substantial progress in various tasks, their performance as LLM-Judge still falls short of expectations. In this work, we propose Think-J, which improves generative LLM-as-a-Judge by learning how to think. We first utilized a small amount of curated data to develop the model with initial judgment thinking capabilities. Subsequently, we optimize the judgment thinking traces based on reinforcement learning (RL). We propose two methods for judgment thinking optimization, based on offline and online RL, respectively. The offline method requires training a critic model to construct positive and negative examples for learning. The online method defines rule-based reward as feedback for optimization. Experimental results showed that our approach can significantly enhance the evaluation capability of generative LLM-Judge, surpassing both generative and classifier-based LLM-Judge without requiring extra human annotations.
