LGCLMay 16

The Unlearnability Phenomenon in RLVR for Language Models

arXiv:2605.1678797.9Has Code
Predicted impact top 3% in LG · last 90 daysOriginality Incremental advance
AI Analysis

For researchers working on reinforcement learning for language model reasoning, this paper reveals a fundamental limitation in current RLVR approaches that hinders learning on certain hard examples.

The paper identifies a subset of hard examples in RLVR training for LLMs that remain unlearnable despite correct rollouts, due to fundamental representation issues characterized by low gradient similarity and ungeneralizable reasoning patterns. Existing optimization, sampling, and data augmentation techniques fail to resolve this unlearnability.

Reinforcement Learning with Verifiable Reward (RLVR) has proven effective in improving Large Language Model's (LLM) reasoning ability. However, the learning dynamics of RLVR remain underexplored. In this paper, we reveal a counterintuitive phenomenon: among hard examples that the model initially struggles with, a substantial subset remains unlearnable even when correct rollouts are present. To understand the phenomenon, we first demonstrate that existing optimization and sampling techniques fail to resolve unlearnability. With cross-example gradient analysis, we show that unlearnable examples have fundamental representation issue, characterized by low gradient similarity with the rest of the examples and ungeneralizable reasoning patterns. We further show that representation flaws are difficult to mitigate in RL, as data augmentation does not improve gradient similarity. Our study provides the first systematic characterization of unlearnable data in RLVR training and reveals fundamental limitations in current RL approaches for reasoning tasks. Code and data are available at \url{https://github.com/yulinchen99/unlearnability-rlvr}.

Foundations

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

Your Notes