PopuLoRA: Co-Evolving LLM Populations for Reasoning Self-Play
Quick Take
PopuLoRA enhances LLM reasoning through co-evolving teacher-student populations in asymmetric self-play.
Key Points
- Utilizes specialized LoRA adapters for problem-solving.
- Introduces mutations and crossovers for rapid evolution.
- Outperforms single-agent models on multiple benchmarks.
📖 Reader Mode
~2 min readAbstract:We introduce PopuLoRA, a population-based asymmetric self-play framework for reinforcement learning with verifiable rewards (RLVR) post-training of LLMs. Teachers and students are specialised LoRA adapters on a shared frozen base: teachers propose problems, matched students solve them under a programmatic verifier, and cross-evaluation between sub-populations replaces the self-calibration that limits single-agent self-play. A family of LoRA weight-space evolution operators (mutations and crossovers that produce same-rank population members in seconds) serves as the replacement step of a population-based training loop at 7B scale. We instantiate PopuLoRA on top of Absolute Zero Reasoner and compare it against a per-adapter compute-matched single-agent baseline. Where the single agent self-calibrates to generating easy problems it can reliably solve, the population enters a co-evolutionary arms race: teachers produce increasingly complex problems, student solve rates oscillate, and problem-space coverage keeps expanding throughout training. Despite lower training-time reward, the population mean outperforms the baseline on three code benchmarks (HumanEval+, MBPP+, LiveCodeBench) and seven math benchmarks (AIME 24/25, AMC 23, MATH-500, Minerva, GSM8K, OlympiadBench), and even the weakest member of the population beats the baseline on aggregate.
| Subjects: | Artificial Intelligence (cs.AI) |
| Cite as: | arXiv:2605.16727 [cs.AI] |
| (or arXiv:2605.16727v1 [cs.AI] for this version) | |
| https://doi.org/10.48550/arXiv.2605.16727 arXiv-issued DOI via DataCite (pending registration) |
Submission history
From: Augustine Mavor-Parker [view email]
[v1]
Sat, 16 May 2026 00:29:35 UTC (1,401 KB)
— Originally published at arxiv.org
More from arXiv cs.AI
See more →From Prompts to Protocols: An AI Agent for Laboratory Automation
An AI agent integrates large language models for automating laboratory protocols, enhancing efficiency and accuracy.