Do overly hard RLVR samples actually harm model capabilities?
Explores whether training on problems beyond a model's competence band causes active regression rather than mere learning failures. Investigates whether group-relative normalization amplifies accidental successes into harmful shortcuts.
The damage from over-hard RLVR samples is not merely "the model fails to improve." It is active regression. When almost every rollout on a problem fails, the rare success is unlikely to be a genuinely good solution — it is more often a shortcut, an answer reached by skipping necessary computation, or a lucky guess. Group-relative normalization then treats that one trajectory as the high-advantage exemplar of the group and reinforces it. The model learns the shortcut, not the reasoning.
The behavioral signature is concrete: answer repetition, skipping computation that the problem requires, and other degenerate patterns that look like reasoning collapse. More troubling, these effects do not stay local to the hard problems — they degrade the model's pre-existing capabilities, the things it could already do before training pushed it past its competence band. The internal-feature analysis corroborates this: hard problems activate reasoning-related features but those features become useful only on the rare successful trajectory, so most of the gradient on hard samples is reinforcing the wrong activations.
Why it matters: it identifies a specific corruption channel rather than a generic "training instability." The villain is the interaction between a sparse-success reward landscape and group-relative normalization, which together turn statistical noise (an accidental success) into a learning target. This sharpens the case against naively harvesting hard examples and connects RLVR difficulty to the broader pattern where verifiable-reward training rewards trajectories that pass the check without doing the work. The counterpoint a defender might raise — that some hard problems are exactly where capability frontiers expand — only holds when successful trajectories are sampled densely enough to outvote the shortcuts, which over-hard samples by definition fail to provide.
Inquiring lines that read this note 195
This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.
When does architectural design matter more than raw model capacity?- When does the right constraint beat additional model capacity?
- What role does inductive bias play versus model capacity in practice?
- Why does the right structural prior matter more than raw model capacity?
- How do unstated constraints become invisible to training data distributions?
- How do surface statistical regularities enable correct outputs while degrading robustness?
- Why do scaling laws show capability saturation at specific thresholds?
- Can RL format selection explain performance gains attributed to algorithmic improvements?
- Why do rare cases in medicine and science require models that preserve tail distributions?
- Why should deep learning theory prioritize average-case over worst-case analysis?
- When does statistical dominance in training create deployment failure patterns?
- Can explicit rejection responses solve the over-specialization failure mode?
- Why does filtering for correct examples prevent error compounding in self-training?
- How does error avalanching compound failures in self-training iterations?
- Can model training address failures that really originate in harness gaps?
- What makes preventative lessons from failures more valuable than success patterns?
- How do failure examples improve distillation compared to successful trajectories alone?
- How does positive-only rubric scoring prevent models from gaming intermediate steps?
- Why do proprietary models improve with training while open-source models decline?
- How does distributional distance from pre-training relate to model difficulty?
- What capabilities actually require massive scale versus specialized training regimes?
- Can training data analysis predict which samples will cause unintended personality changes?
- What makes utility-weighted training backfire in machine learning systems?
- Why does the gap between theoretical expressiveness and learned capability matter?
- Does fine-tuning actually change model capabilities or only output distribution?
- What happens to base model capabilities when you apply finetuning?
- Why does the order of training examples matter for what models learn?
- Does importance sampling actually recover capabilities lost to hard sample training?
- Can specialized components replace single fully-trained models in deployment?
- What mechanisms cause overly hard samples to degrade prior model performance?
- How do finetuning and pretraining improvements differ in their effects on model capabilities?
- How does model scale affect anticipatory behavior in structured training?
- How much performance is lost when converting pretrained checkpoints versus training from scratch?
- What trade-offs emerge between training objectives and model reliability?
- How does baseline capability level affect RL improvement ceiling?
- Why does online RL succeed where supervised training fails for self-correction?
- What breaks when you apply reinforcement learning after supervised fine-tuning?
- How do residual connections and layer norm stabilize training in deep RL?
- Can smaller models achieve domain expertise through focused RL training?
- Which recipe choices determine the asymptotic ceiling in RL training?
- Why does RL improve sampling efficiency but not expand capability boundaries?
- How does behavior cloning reduce complexity before RL training in rerankers?
- How do RL training and base models differ in creating MI peaks?
- How does post-training shift models from passive prediction to on-policy action?
- What scaling properties emerge from RL training dynamics beyond verification?
- How does absolute-advantage weighting concentrate training on boundary cases?
- Why do overtrained domains show different RL training outcomes than novel tasks?
- What capacity threshold determines whether RL teaches activation versus shortcut learning?
- Does the pretrained model prior limit RL search capability more than the optimization algorithm itself?
- Why does the pretrained prior determine the exploration ceiling?
- Why does reinforcement learning training degrade model calibration?
- Can clean benchmarks reveal true RLVR reasoning gains?
- How should researchers evaluate whether correct model outputs reflect real structural learning?
- What training regimes confound surface mechanisms with their actual causes?
- Can RLVR expand a model's reasoning capabilities beyond its training ceiling?
- Why do current RLVR methods fail to expand reasoning capability beyond base model boundaries?
- Does RLVR reward structure create pressure toward traces that look right?
- What role do high-entropy minority tokens play in RLVR?
- What limits RLVR effectiveness beyond mathematical and coding domains?
- Does RLVR expand model capability or reorganize existing capability?
- How does Supervised RL bridge the gap between SFT and RLVR?
- What failure modes do imitation and outcome methods each address?
- How do reward signals in RLVR interact with pretraining biases?
- Why does medium difficulty outperform both easy and hard RLVR training samples?
- What's the difference between RLHF, RLVR, and RLCF as training paradigms?
- How does prolonged RL training differ from standard RLVR approaches?
- Why do certain tokens at certain difficulties drive most of RLVR's learning signal?
- Does RLVR teach new reasoning or activate existing pretraining capabilities?
- Does careful reward engineering matter if pretraining determines RLVR effectiveness?
- Can combining SRL with RLVR outperform either method used alone?
- Why do harness validators shape what models learn to emit?
- What distinguishes high-signal prompts from low-signal ones in RL training?
- Can distillation methods extract directional guidance that scalar RL cannot access?
- Can curriculum degradation of document quality accelerate policy learning?
- How do loss functions simultaneously shape both learning and decision quality?
- Can trajectory quality filtering improve model training in noisy environments?
- How does non-reasoning SFT prevent overfitting before RL training begins?
- How does data quality mismatch create reasoning degradation in supervised fine-tuning?
- Why does SFT fail when expert demonstrations are too long for small models?
- Can curated demonstrations compensate for smaller or simpler training environments?
- Why does test accuracy improve after training accuracy reaches 100 percent?
- Can experimental outcomes be reliably distilled into reusable insights?
- How can post-training research become reproducible without releasing full interfaces?
- Why does asymmetric self-play create naturally calibrated difficulty better than fixed curricula?
- How do different training objectives shift whether models over-predict or under-predict?
- Can capability boundary collapse be reversed through external data?
- Why do metric choices constrain which model capabilities get developed?
- How does adversarial collapse threaten unsupervised self-play skill construction?
- How much can externalized skills improve models before hitting diminishing returns?
- Does the productive difficulty band ever stabilize during training?
- Does curriculum-based training keep small models perpetually at their learning edge?
- What failure modes emerge when model-generated content trains on itself iteratively?
- How does training data distribution determine what models can learn?
- What causes irreversible model collapse when training on model-generated content?
- What training data contamination rates threaten model safety most practically?
- Why do unified models still inherit data-distribution biases from training?
- Why does the same training data produce different gains across models?
- How do models generalize specific training exploits into broad misaligned objectives?
- Why do queries with low cross-rollout variance produce degenerate gradients?
- Can models trained with RL on pretraining data avoid reward hacking seen in RLHF?
- Can production RL systems escalate from gaming to emergent misalignment behaviors?
- Do frontier models develop strategic misalignment from ordinary training pressure alone?
- What causes models to develop domain capability cliffs after specialization?
- What capability risks emerge when models are optimized for single domains?
- How does over-specialization create capability cliffs outside target domains?
- Does specialized training in one domain create capability cliffs elsewhere?
- Does selecting examples from multiple complexity levels outperform selecting only high-quality examples?
- Why do easy training examples contribute less to model generalization than hard ones?
- How do task difficulty and skill type interact in model performance?
- Can selecting the right data subset outperform training on everything?
- How much task-similar finetuning data does test-time training actually need?
- Why do medium-difficulty problems produce more stable learning gains?
- How do difficulty metrics relate to the true value of training examples?
- Why do adaptive curriculum schemes outperform static difficulty filters?
- How does difficulty-adaptive curriculum learning change which samples get selected during training?
- How does the optimal difficulty band shift as the model's capabilities improve during training?
- Can partial solution traces convert unproductive hard samples into learnable training data?
- How do task frequency and complexity interact with model capacity during training?
- Why does training data format matter more than domain content?
- Why does training data format matter more than its domain content?
- Does training data format matter more than who generates it?
- Does training data format determine whether models collapse entropy or inflate variance?
- Can gradient-based influence scores beat difficulty metrics for identifying valuable training data?
- How can weak-to-strong progressive training target planning without interfering with grounding?
- How does training data distribution create asymmetric competence across relation types?
- Why do weaker models generate better training data than stronger models?
- Why do weaker teacher models sometimes produce better training signals than stronger ones?
- Can gradient-based influence estimation make test-time training more efficient?
- Why do zero-advantage rollouts destabilize training beyond just wasting compute?
- How does modified PPO handle samples from much older model versions?
- Can group-relative normalization be modified to resist shortcut trajectories?
- How does advantage normalization improve critic-free policy learning?
- Why does gradient discarding limit standard policy clipping?
- Can trust region constraints prevent the sample inefficiency problems of RLHF?
- Which AI safety problems lack the scalar metrics autoresearch requires?
- Can bilevel autoresearch autonomously modify its own learning algorithms?
- What inductive bias would force models to learn Newtonian mechanics instead of shortcuts?
- Why does curriculum learning with tight budgets beat fixed-budget approaches?
- How does training-time voting differ from inference-time majority voting over samples?
- When do aggregated imperfect demonstrations fail to outperform the best expert?
- What signals detect when consensus training is silently degrading performance?
- What stability techniques prevent collapse in policy-critic adversarial training?
- What distinguishes training-time entropy collapse from test-time variance inflation?
- How does inference variance differ from training entropy collapse?
- Can unsupervised confidence-based training scale to domains beyond human evaluation reach?
- How does model confidence relate to accuracy in underfitted domains?
- Does reverse-curriculum learning approximate process supervision using only outcome signals?
- How does relative progress estimation reduce dependence on hard labels for process supervision?
- Can diversity-aware RL objectives prevent format convergence?
- Why does supervised fine-tuning on diverse demonstrations expand exploration diversity compared to RL?
- Why does outcome-based RL specifically lose diversity during training?
- How does active selection of training content differ from random reinforcement sampling?
- Why do production teams choose expensive frontier models over fine-tuning?
- What specific failure modes appear when AI tackles research-level experiments?
- Does refining around bad results risk cascading errors in automated research?
- How do past research mistakes prevent future pivot loops from repeating them?
- Does foundational model training or user priors more strongly shape final outputs?
- Why do structure-targeted training negatives fail to fix the underlying problem?
- Why does negative experience transfer better than positive examples alone?
- Why does combining reasoning distillation with RLVR outperform either training stage alone?
- Why does prolonged RL discover strategies absent from any base model sample?
- Do high-entropy RLVR tokens correspond to MI-peak tokens during inference?
- Why does token-level gradient targeting matter more than aggregate loss?
- What happens when you project the same model onto different harnesses?
- Why do mid-tier models benefit more from memorized harness shortcuts?
- Where does skill extraction fail compared to genuine model adaptation?
- Can dynamic variance weighting replace fixed objective combination weights?
- Does finetuning facts into weights overwrite existing model capabilities?
- Does RL training activate latent meta-learning capacity or create it from scratch?
- How much training data is truly necessary to unlock latent model reasoning?
- What pretraining formats encode latent reasoning strategies that RLVR can surface?
- Do base models already contain latent behavioral principles waiting to be amplified?
- What makes a model fail to activate relevant skills from its own harness?
Related concepts in this collection 6
This note in its neighbourhood — explore the map, then jump to a related concept in the list below.
Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph
-
Why do medium-difficulty problems teach reasoning better than hard ones?
Does harder always mean better for learning? This explores why easy and extremely hard samples produce weak training signals in RLVR, while medium-difficulty problems drive the strongest improvements.
the parent finding; this note details the downside arm of the inverted-U
-
Does RLVR actually improve mathematical reasoning or just coherence?
RLVR post-training makes reasoning traces locally more consistent, but does this structural improvement translate to valid mathematical proofs? We investigate whether trace coherence is sufficient for correctness.
same gap between surface success and genuine reasoning; shortcut amplification is one mechanism producing coherent-but-invalid traces
-
Why does RLVR training narrow a model's problem solving ability?
RLVR's on-policy constraint may force models to exploit known reasoning paths rather than explore new ones, potentially shrinking their effective problem-solving scope. Understanding this mechanism could reveal how to design better exploration incentives in language model reasoning.
the capability-erosion outcome at scale; over-hard samples are one driver of the boundary collapse
-
Do conversational recommender benchmarks actually measure recommendation skill?
Conversational recommender systems are evaluated against ground-truth items mentioned later in conversations. But does this metric distinguish between genuinely recommending new items versus simply repeating items users already discussed?
parallel shortcut-amplification dynamic in a different domain: the reward structure rewards a degenerate copy strategy
-
Why does RLVR work with completely random rewards?
RLVR improves reasoning performance even with incorrect or random reward signals. This challenges the assumption that reward quality determines learning outcomes and raises questions about what RLVR is actually doing.
counterpoint and complication: RLVR can work despite noisy reward, but this note shows the regime (over-hard samples) where reward noise becomes actively harmful
-
What reasoning features does each difficulty level reinforce?
When models train on problems of different difficulty, do they build the same internal reasoning machinery or different kinds? This matters because accuracy gains alone hide what's actually being learned.
same-paper companion: supplies the internal-feature mechanism — hard samples activate reasoning features that only the rare success rewards, so most gradient reinforces the wrong activations
Related papers in this collection 8
Papers most semantically related to this note, ranked by cosine similarity in the embedding space.
- Mechanistically Interpreting the Role of Sample Difficulty in RLVR for LLMs
- Does Reinforcement Learning Really Incentivize Reasoning Capacity in LLMs Beyond the Base Model?
- Reinforcement Learning for Reasoning in Large Language Models with One Training Example
- The Invisible Leash: Why RLVR May Not Escape Its Origin
- RL-PLUS: Countering Capability Boundary Collapse of LLMs in Reinforcement Learning with Hybrid-policy Optimization
- Does Fine-Tuning LLMs on New Knowledge Encourage Hallucinations?
- Absolute Zero: Reinforced Self-play Reasoning with Zero Data
- ProRL: Prolonged Reinforcement Learning Expands Reasoning Boundaries in Large Language Models
Original note title
overly hard rlvr samples induce degenerate behaviors and amplify shortcut trajectories degrading prior capability