paper-with-me

Papers

RL Tango: Reinforcing Generator and Verifier Together for Language Reasoning

2025-05-21 · Kaiwen Zha, Zhengqi Gao, Maohao Shen, Zhang-Wei Hong, Duane S. Boning, Dina Katabi

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 fine-tuning (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.

📄 PDF Abstract BibTeX arXiv:2505.15034

Code (1)

kaiwenzha/rl-tango 공식 구현 pytorch

Tasks

MathMathematical ReasoningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Label-Free Reinforcement Learning via Cross-Model Entropy

2026-05-27 · Matt Gorbett, Hossein Shirazi arxiv

Post-training large language models with reinforcement learning is bottlenecked by the reward signal. Existing approaches require either ground-truth verifiable rewards, restricting training to domains with automatic cor…

Reinforcement LearningInstruction Following

Dynamic Bidirectional Pattern Memory: A Production-Scale Empirical Characterisation of Inference-Time Gating in Clinical NLP

2026-07-01 · Ali H. Lazem, William Teahan arxiv

We study inference-time pattern-memory gating in a production-scale clinical natural language processing (NLP) pipeline. The pipeline pairs a generator (Llama-3.3 70B) proposing extractions with a verifier (MMed-Llama-3.…

Variation in Verification: Understanding Verification Dynamics in Large Language Models

2025-09-22 · Yefan Zhou, Austin Xu, Yilun Zhou, Janvijay Singh 외 arxiv

Recent advances have shown that scaling test-time computation enables large language models (LLMs) to solve increasingly complex problems across diverse domains. One effective paradigm for test-time scaling (TTS) involve…

Mathematical Reasoning

PerturbCellRL: Verifier-Guided Reinforcement Learning for Single-Cell Perturbation Prediction

2026-06-26 · Dongxia Wu, Mingyu Li, Yuhui Zhang, Anurendra Kumar 외 arxiv

Single-cell perturbation models can reduce costly wet-lab screening by predicting how cells respond transcriptionally to interventions. While recent generative models improve population-level prediction, individual gener…

Reinforcement Learning

EVE: A Generator-Verifier System for Generative Policies

2025-12-24 · Yusuf Ali, Gryphon Patlin, Karthik Kothuri, Jeremiah Coholich 외 arxiv

Visuomotor policies based on generative such as diffusion and flow-matching have shown strong performance for robotics applications but degrade under distribution shifts, demonstrating limited recovery capabilities witho…