skills/skillxiv-v0.0.2-claude-opus-4.6/exploration-exploitation-rlvr/SKILL.md
Investigate exploration-exploitation trade-offs in reinforcement learning with verifiable rewards through theoretical analysis and empirical validation. Derive explicit clipping bias bounds, establish policy-entropy shift formulation, and introduce reward-misalignment framework. Show policy entropy and performance lack direct causal relationships.
npx skillsauth add ADu2021/skillXiv exploration-exploitation-rlvrInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This research investigates fundamental exploration-exploitation trade-offs in RLVR through theoretical analysis and empirical validation. The work derives explicit bounds on clipping bias and introduces a one-step policy-entropy shift formulation establishing that clipping systematically reduces entropy independent of reward signals. Paradoxically, clipping decreases performance under random rewards, contradicting prior assumptions. A probabilistic reward-misalignment framework explains when spurious rewards help: stronger models improve because they generate more correct rollouts, experiencing less damage from reward label mislabeling. Key finding: policy entropy and performance lack direct causal relationships—entropy reduction complements rather than replaces principled reward signals.
Three interconnected contributions clarify exploration-exploitation dynamics:
1. Theoretical Analysis of Clipping Derive explicit bounds on clipping bias showing that clipping "does not constitute a meaningful learning signal" under random rewards and instead functions as regularization controlling entropy dynamics. Clipping systematically reduces entropy independent of reward signals through policy divergence effects.
2. One-Step Policy-Entropy Shift Formulation Establish mathematical framework showing how clipping affects policy entropy over single training steps. This reveals mechanisms by which clipping operates—not through learning signal but through regularization dynamics.
3. Reward-Misalignment Framework Introduce probabilistic model explaining when spurious rewards benefit models. Key insight: stronger models improve under random rewards because they generate more correct rollouts (high baseline quality), experiencing less "damage" from false positive/negative reward mislabeling. Weaker models suffer more.
Understand that clipping primarily functions as entropy regularization, not learning signal. Consider reward signal quality—stronger models tolerate noisier rewards better. Use entropy reduction to complement (not replace) high-quality rewards. Validate entropy effects empirically on your specific task/model combination.
testing
Uses flow maps as look-ahead operators to enable principled reward-guided diffusion by predicting trajectory endpoints at any denoising step. Deploy when applying rewards or preferences to diffusion trajectories with meaningful gradients throughout generation.
testing
Train language models where each expert learns independently on closed datasets, enabling flexible inference with selective data inclusion or exclusion. 41% performance improvement while allowing users to opt out of specific data sources without retraining.
data-ai
Understand how token generation flexibility in diffusion LMs paradoxically constrains reasoning, as models exploit ordering flexibility to avoid uncertain tokens, and apply simplified approaches that preserve parallel decoding benefits. Use when optimizing diffusion-based language models for reasoning tasks.
devops
Enable LLM agents to improve continuously during deployment by constructing structured experience libraries through self-reflection on successes and failures—achieving 23% improvement on reasoning without gradient-based parameter updates or external training.