DAJ: Data-Reweighted LLM Judge for Test-Time Scaling in Code Generation
Peijia Qin, Ruiyi Zhang, Qi Cao, Pengtao Xie
TL;DR
DAJ addresses distribution shifts in test-time scaling for code generation by introducing a bi-level data-reweighted training framework that learns domain- or instance-level sample weights to optimize generalization on a held-out meta set. It employs a reasoning-based LLM-as-a-Judge with verifiable rewards and supports both preference optimization and reinforcement learning objectives. The framework integrates three reweighting factors—instance difficulty, task similarity, and trajectory alignment—via end-to-end gradients, enabling automatic emphasis of informative data without hand-crafted heuristics. Empirically, DAJ achieves state-of-the-art performance on LiveCodeBench and BigCodeBench across multiple base models, demonstrating strong generalization and robustness to distribution shifts in code-generation tasks.
Abstract
Test-time scaling for code generation commonly relies on Best-of-N selection, in which multiple candidate solutions are sampled from a base model, and the best one is selected by an LLM judge. However, training reliable LLM judges is challenging due to severe distribution shifts, including imbalances between easy and hard problems, mismatches between training tasks and evaluation benchmarks, and trajectory mismatch arising from training data generated by cheaper models whose behavior differs from that of inference-time models. We propose DAJ, a reasoning-based LLM judge trained with verifiable rewards under a bi-level data-reweighted learning framework. The proposed framework learns data-importance weights (either domain-level or instance-level) to optimize generalization performance on a held-out meta set aligned with target benchmarks. To the best of our knowledge, this is the first application of data reweighting to LLM-as-a-Judge training for test-time scaling. Our approach automatically emphasizes hard problems, in-distribution samples, and trajectory-aligned data, without relying on hand-crafted heuristics. Empirically, DAJ achieves state-of-the-art performance on LiveCodeBench and BigCodeBench, outperforming strong test-time scaling baselines as well as leading proprietary models.
