LGAIJan 30

Learning Robust Reasoning through Guided Adversarial Self-Play

arXiv:2602.00173v15 citationsh-index: 12
Originality Highly original
AI Analysis

This addresses the robustness issue in reasoning models for AI applications, but it is incremental as it builds on existing RLVR methods.

The paper tackles the problem of reinforcement learning from verifiable rewards (RLVR) models failing under fallible conditioning contexts, such as corrupted chain-of-thought or input perturbations, by introducing GASP (Guided Adversarial Self-Play), a method that trains detect-and-repair capabilities without human labels, resulting in robust reasoning models that withstand misleading contexts and often improve clean accuracy across models from 1.5B to 8B parameters.

Reinforcement learning from verifiable rewards (RLVR) produces strong reasoning models, yet they can fail catastrophically when the conditioning context is fallible (e.g., corrupted chain-of-thought, misleading partial solutions, or mild input perturbations), since standard RLVR optimizes final-answer correctness only under clean conditioning. We introduce GASP (Guided Adversarial Self-Play), a robustification method that explicitly trains detect-and-repair capabilities using only outcome verification. Without human labels or external teachers, GASP forms an adversarial self-play game within a single model: a polluter learns to induce failure via locally coherent corruptions, while an agent learns to diagnose and recover under the same corrupted conditioning. To address the scarcity of successful recoveries early in training, we propose in-distribution repair guidance, an imitation term on self-generated repairs that increases recovery probability while preserving previously acquired capabilities. Across four open-weight models (1.5B--8B), GASP transforms strong-but-brittle reasoners into robust ones that withstand misleading and perturbed context while often improving clean accuracy. Further analysis shows that adversarial corruptions induce an effective curriculum, and in-distribution guidance enables rapid recovery learning with minimal representational drift.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes