CLAIMay 20, 2025

Think-J: Learning to Think for Generative LLM-as-a-Judge

arXiv:2505.14268v113 citationsh-index: 13Has Code
Originality Incremental advance
AI Analysis

This addresses the need for better automated preference modeling in LLM evaluation and reward modeling, representing an incremental improvement over existing methods.

The paper tackles the problem of improving generative LLMs as judges for evaluating LLM-generated responses by proposing Think-J, which learns to think through reinforcement learning, resulting in significant enhancement in evaluation capability without extra human annotations.

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 RL 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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes