skills/skillxiv-v0.0.2-claude-opus-4.6/deepseek-math-v2-self-verifiable/SKILL.md
Synergistic verifier-generator training loop enabling LLMs to identify logical issues in mathematical proofs without reference solutions, improving reasoning rigor through meta-verification. Apply when you need to scale mathematical reasoning without hand-labeled proof annotations.
npx skillsauth add ADu2021/skillXiv deepseek-math-v2-self-verifiableInstall 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.
DeepSeekMath-V2 introduces a self-verifiable mathematical reasoning system through an iterative training cycle between proof verification and generation components. Instead of using final-answer rewards, the approach directly addresses proof rigor by training an LLM-based verifier that identifies logical issues and a generator that performs self-verification, creating synergistic improvement cycles.
The system operates through three coupled components:
Verifier Training: Train an LLM to identify logical issues in proofs using meta-verification—where the verifier itself must identify which rubrics it should evaluate against. This eliminates the need for reference solutions or ground-truth proof steps.
Generator Self-Verification: Train the proof generator to analyze its own work using the same rubrics as the external verifier, enabling deliberate self-refinement during generation rather than blind trial-and-error.
Verification-Scaled Labeling: Use the verifier to automatically label challenging proofs, creating training data that progressively improves both components in a reinforcement cycle.
Meta-verification: The verifier outputs both a proof evaluation and the reasoning criteria it applied. This self-aware approach ensures the verifier produces faithful analyses rather than hallucinated critiques.
Synergistic scaling: Allocate compute to verification as a first-class post-training component, not just as an evaluation metric. Scaling verification compute directly improves the verifier's ability to label and improve the generator.
Iterative refinement: Cycle between: (1) generator creates proofs with self-verification, (2) external verifier identifies remaining issues, (3) both components retrain on improved data, (4) repeat.
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.