paper-with-me

Papers

Elo-Evolve: A Co-evolutionary Framework for Language Model Alignment

2026-02-14 · Jing Zhao, Ting Zhen, Junwei Bao, Hongfei Jiang, Yang Song arxiv

Current alignment methods for Large Language Models (LLMs) rely on compressing vast amounts of human preference data into static, absolute reward functions, leading to data scarcity, noise sensitivity, and training instability. We introduce Elo-Evolve, a co-evolutionary framework that redefines alignment as dynamic multi-agent competition within an adaptive opponent pool. Our approach makes two key innovations: (1) eliminating Bradley-Terry model dependencies by learning directly from binary win/loss outcomes in pairwise competitions, and (2) implementing Elo-orchestrated opponent selection that provides automatic curriculum learning through temperature-controlled sampling. We ground our approach in PAC learning theory, demonstrating that pairwise comparison achieves superior sample complexity and empirically validate a 4.5x noise reduction compared to absolute scoring approaches. Experimentally, we train a Qwen2.5-7B model using our framework with opponents including Qwen2.5-14B, Qwen2.5-32B, and Qwen3-8B models. Results demonstrate a clear performance hierarchy: point-based methods < static pairwise training < Elo-Evolve across Alpaca Eval 2.0 and MT-Bench, validating the progressive benefits of pairwise comparison and dynamic opponent selection for LLM alignment.

📄 PDF Abstract BibTeX arXiv:2602.13575

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agent Alignment in Evolving Social Norms

2024-01-09 · ShiMin Li, Tianxiang Sun, Qinyuan Cheng, Xipeng Qiu

Agents based on Large Language Models (LLMs) are increasingly permeating various domains of human production and life, highlighting the importance of aligning them with human values. The current alignment of AI systems p…

PACEvolve++: Improving Test-time Learning for Evolutionary Search Agents

2026-05-07 · Minghao Yan, Bo Peng, Benjamin Coleman, Ziqi Chen 외 arxiv

Large language models have become drivers of evolutionary search, but most systems rely on a fixed, prompt-elicited policy to sample next candidates. This limits adaptation in practical engineering and research tasks, wh…

Sequential RecommendationReinforcement Learning

CodeEvolve: an open source evolutionary coding agent for algorithmic discovery and optimization

2025-10-15 · Henrique Assumpção, Diego Ferreira, Leandro Campos, Fabricio Murai arxiv

We introduce CodeEvolve, an open-source framework that couples large language models with island-based evolutionary search for end-to-end algorithmic discovery. CodeEvolve integrates inspiration-based crossover, meta-pro…

DeltaEvolve: Accelerating Scientific Discovery through Momentum-Driven Evolution

2026-02-02 · Jiachen Jiang, Tianyu Ding, Zhihui Zhu arxiv

LLM-driven evolutionary systems have shown promise for automated science discovery, yet existing approaches such as AlphaEvolve rely on full-code histories that are context-inefficient and potentially provide weak evolut…

Population-Evolve: a Parallel Sampling and Evolutionary Method for LLM Math Reasoning

2025-12-22 · Yanzhi Zhang, Yitong Duan, Zhaoxi Zhang, Jiyan He 외 arxiv

Test-time scaling has emerged as a promising direction for enhancing the reasoning capabilities of Large Language Models in last few years. In this work, we propose Population-Evolve, a training-free method inspired by G…

Computational Efficiency