lasgroup/SDPO
Reinforcement Learning via Self-Distillation (SDPO) observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 90
- Release rhythm 35
- Longevity 15
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 221
- days_rel: n/a
- days_push: 63
- n_releases_24m: 0
Adoption not part of the score
1075 stars · 125 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
SDPO (Self-Distilled Policy Optimization) is a research library implementing a reinforcement learning framework for post-training large language models. It converts tokenized environment feedback into dense learning signals by distilling the model's own feedback-informed predictions back into the policy, without an external teacher or reward model.
Use cases
- train llms with reinforcement learning on verifiable rewards
- improve sample efficiency of rl post-training for math and code reasoning
- use rich textual feedback like runtime errors as a dense training signal
- fine-tune a policy model using self-distillation from its own successful rollouts
- accelerate test-time discovery on hard binary-reward tasks
When to choose
- you are doing research on RLVR or rich-feedback reinforcement learning for LLMs
- you want denser credit assignment than scalar outcome rewards provide
- you need a reference implementation of the SDPO paper
When to avoid
- you need a production-grade, supported training framework
- you lack GPU resources for LLM post-training
- you want simple supervised fine-tuning without RL
Facets
library · maturity active
llm-training reinforcement-learning machine-learning deep-learning large-language-models machine-learning reinforcement-learning artificial-intelligence python rlvr self-distillation policy-optimization reasoning research-code verifiable-rewards gpu linux
2 sources
- readme: https://github.com/lasgroup/SDPO · fetched 2026-08-28 · d29eda2094a2
- homepage: https://self-distillation.github.io/SDPO · fetched 2026-08-29 · 8ee61b9737c3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lasgroup/SDPO | main | 56 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem