Dina Katabi, Duane Boning, Kaiwen Zha, Maohao Shen, Zhengqi Gao, Zhang-Wei Hong
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| kaiwenzha/rl-tango | canonical | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| get_alpha | Ran | kaiwenzha/rl-tango/verl/trainer/ppo/rl_tango_trainer.py code served (permissive licence) · get_code("29fdbad8d3231fdc") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Reinforcement learning (RL) has recently emerged as a compelling approach for enhancing the reasoning capabilities of large language models (LLMs), where an LLM generator serves as a policy guided by a verifier (reward model). However, current RL post-training methods for LLMs typically use verifiers that are fixed (rule-based or frozen pretrained) or trained discriminatively via supervised finetuning (SFT). Such designs are susceptible to reward hacking and generalize poorly beyond their training distributions. To overcome these limitations, we propose TANGO, a novel framework that uses RL to concurrently train both an LLM generator and a verifier in an interleaved manner. A central innovation of TANGO is its generative, process-level LLM verifier, which is trained via RL and co-evolves with the generator. Importantly, the verifier is trained solely based on outcome-level verification correctness rewards without requiring explicit process-level annotations. This generative RL-trained verifier exhibits improved robustness and superior generalization compared to deterministic or SFT-trained verifiers, fostering effective mutual reinforcement with the generator. Extensive experiments demonstrate that both components of TANGO achieve state-of-the-art results among 7B/8B-scale models: the generator attains best-in-class performance across five competition-level math benchmarks and four challenging out-of-domain reasoning tasks, while the verifier leads on the ProcessBench dataset. Remarkably, both components exhibit particularly substantial improvements on the most difficult mathematical reasoning problems. Code is at: https://github.com/kaiwenzha/rl-tango. Reinforcing Generator & Verifier Together (Tango) Verifier Warmup 9.1% * Equal contribution. 39th Conference on Neural Information Processing Systems (NeurIPS 2025).
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2505.15034")
get_code_for_paper("2505.15034")
have("2505.15034")
Connect an agent — have() is free.