paper-with-me

Papers

Generative Adversarial Reasoner: Enhancing LLM Reasoning with Adversarial Reinforcement Learning

2025-12-18 · Qihao Liu, Luoxin Ye, Wufei Ma, Yu-Cheng Chou, Alan Yuille arxiv

Large language models (LLMs) with explicit reasoning capabilities excel at mathematical reasoning yet still commit process errors, such as incorrect calculations, brittle logic, and superficially plausible but invalid steps. In this paper, we introduce Generative Adversarial Reasoner, an on-policy joint training framework designed to enhance reasoning by co-evolving an LLM reasoner and an LLM-based discriminator through adversarial reinforcement learning. A compute-efficient review schedule partitions each reasoning chain into logically complete slices of comparable length, and the discriminator evaluates each slice's soundness with concise, structured justifications. Learning couples complementary signals: the LLM reasoner is rewarded for logically consistent steps that yield correct answers, while the discriminator earns rewards for correctly detecting errors or distinguishing traces in the reasoning process. This produces dense, well-calibrated, on-policy step-level rewards that supplement sparse exact-match signals, improving credit assignment, increasing sample efficiency, and enhancing overall reasoning quality of LLMs. Across various mathematical benchmarks, the method delivers consistent gains over strong baselines with standard RL post-training. Specifically, on AIME24, we improve DeepSeek-R1-Distill-Qwen-7B from 54.0 to 61.3 (+7.3) and DeepSeek-R1-Distill-Llama-8B from 43.7 to 53.7 (+10.0). The modular discriminator also enables flexible reward shaping for objectives such as teacher distillation, preference alignment, and mathematical proof-based reasoning.

📄 PDF Abstract BibTeX arXiv:2512.16917

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Neural Belief Reasoner

2019-09-10 · Haifeng Qian

This paper proposes a new generative model called neural belief reasoner (NBR). It differs from previous models in that it specifies a belief function rather than a probability distribution. Its implementation consists o…

Adversarial Robustness

Adversarial Yet Cooperative: Multi-Perspective Reasoning in Retrieved-Augmented Language Models

2026-01-08 · Can Xu, Lingyong Yan, Jiayi Wu, Haosen Wang 외 arxiv

Recent advances in synergizing large reasoning models (LRMs) with retrieval-augmented generation (RAG) have shown promising results, yet two critical challenges remain: (1) reasoning models typically operate from a singl…

Enhancing Pathological VLMs with Cross-scale Reasoning

2026-06-16 · Chi Phan, Tianyi Zhang, Qiaochu Xue, Yufeng Wu 외 arxiv

Pathological images are inherently multi-scale, requiring pathologists to integrate evidence from global tissue architecture at low magnification to cellular morphology at higher magnification for accurate diagnosis. Whi…

Visual Question AnsweringReinforcement Learning

On Generalization in Agentic Tool Calling: CoreThink Agentic Reasoner and MAVEN Dataset

2025-10-27 · Vishvesh Bhat, Omkar Ghugarkar, Julian McAuley arxiv

Generalization across Agentic tool-calling environments remains a key unsolved challenge in developing reliable agentic reasoning systems. While large language models (LLMs) demonstrate strong performance on isolated ben…

Spatial Reasoners for Continuous Variables in Any Domain

2025-07-14 · Bart Pogodzinski, Christopher Wewer, Bernt Schiele, Jan Eric Lenssen arxiv

We present Spatial Reasoners, a software framework to perform spatial reasoning over continuous variables with generative denoising models. Denoising generative models have become the de-facto standard for image generati…

Spatial ReasoningImage Generation