paper-with-me

홈 › Papers

J-Zero: Unified Challenger--Solver--Judge Co-Evolution from Zero Data

2026-08-27 · Gyouk Chu, Myeongho Jeon, Eunho Yang hf

Self-evolving language models have recently emerged as a promising path toward superintelligence, with the advantage of reducing the cost of human supervision. While considerable progress has been made in verifiable domains, self-evolution in unverifiable domains remains substantially less explored. We propose Judge co-adaptation from Zero data (J-Zero), a unified Challenger--Solver--Judge co-evolution framework that supports self-improvement across both domains. The Challenger and Solver co-evolve through an adversarial interaction: the Challenger generates increasingly difficult tasks, while the Solver learns to produce higher-quality responses to them. In parallel, the Judge co-adapts using preference pairs whose ordering is known in advance from how each response was produced, i.e., the Solver's answer over the Challenger's, and its decomposed-and-recombined answer over its one-shot answer, rather than from the Judge's own scores. J-Zero outperforms the baselines by an average of 4.2 points on verifiable and 8.0 points on unverifiable domains, and continues to improve through at least ten iterations, whereas the baselines degrade after two.

📄 PDF Abstract BibTeX arXiv:2608.26582

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Guided Self-Evolving LLMs with Minimal Human Supervision

2025-12-02 · Wenhao Yu, Zhenwen Liang, Chengsong Huang, Kishan Panaganti 외 arxiv

AI self-evolution has long been envisioned as a path toward superintelligence, where models autonomously acquire, refine, and internalize knowledge from their own learning experiences. Yet in practice, unguided self-evol…

Question Generation

SQL-Zero: Self-Evolving Text-to-SQL

2026-09-04 · Daniel Machado Pedrozo, Julia Soares Dollis, Bryan Lincoln Marques de Oliveira, Vinicius Alboneti Aguiar 외 arxiv

Training a competitive Text-to-SQL agent usually depends on human-annotated natural-language/SQL pairs, which are expensive, domain-specific, and a bottleneck for scaling to new databases. We show it is possible to train…

R-Zero: Self-Evolving Reasoning LLM from Zero Data

2025-08-07 · Chengsong Huang, Wenhao Yu, Xiaoyang Wang, Hongming Zhang 외 arxiv

Self-evolving Large Language Models (LLMs) offer a scalable path toward super-intelligence by autonomously generating, refining, and learning from their own experiences. However, existing methods for training such models…

Reinforcement Learning

SCOPE: Self-Play via Co-Evolving Policies for Open-Ended Tasks

2026-05-29 · Wai-Chung Kwan, Aryo Pradipta Gema, Joshua Ong Jun Leang, Pasquale Minervini arxiv

Self-play can train language models without external supervision. However, existing methods require rule-checkable answers, leaving open-ended tasks dependent on curated prompts or frontier-model judges. We introduce SCO…

SAGE: Multi-Agent Self-Evolution for LLM Reasoning

2026-03-16 · Yulin Peng, Xinxin Zhu, Chenxing Wei, Nianbo Zeng 외 arxiv

Reinforcement learning with verifiable rewards improves reasoning in large language models (LLMs), but many methods still rely on large human-labeled datasets. While self-play reduces this dependency, it often lacks expl…

Reinforcement Learning