hscspring/rl-llm-nlp

Curated, opinionated index of post-R1 LLM × Reinforcement Learning. Many deep-dive blog posts cross-linked to many papers — GRPO, DAPO, DPO, PPO, RLHF, GSPO, CISPO, VAPO, Reward Modeling, MoE RL stability, Verifier-Free RL, Training-Free RL, Agentic RL, DeepSeek-R1 reproduction.

75

33 commits

updated Sep 11, 2026

See the code

README

RL-LLM-NLP

A curated, opinionated index of post-R1 LLM × Reinforcement Learning. Every paper is read, classified, cross-linked, and connected back to a Chinese deep-dive blog post by hscspring.

Last updated: 2026-09 · 42 blog posts · 7 tracks

I consider RL to be a pivotal technology in the field of AI, and NLP (particularly LLM) to be a direction well worth exploring. This repo focuses on post-R1 LLM RL specifically.

Why this repo (and not another Awesome list)

Awesome lists are retrievers. This repo is a curator.

  • Has a verdict, not a vote. Each of the 7 tracks ends with the author's bottom-line judgment ("data sets the ceiling, algorithms approach it"; "most RL is sampling polish, not extrapolation"; "all internal-feedback methods compress entropy → exploration crisis"), not a paper summary.
  • Cross-links across papers. RLOO ≡ GRPO with Fnorm=1 (derived in GiGPO); REINFORCE + IS → CISPO loss (extended in CISPO); Activation Steering & Context Engineering are the upstream signals of Training-Free RL. These connections only surface when one person reads everything.
  • A narrative, not a database. The Chronological Blog Timeline reads as a year-and-a-half editorial arc through post-R1 RL × LLM: Feb-2025 R1 → GRPO family → Reward modeling → MoE stability → Training-Free RL.
  • Personal historical anchors. Pre-R1 works (RL4LMs, FTHP, Quark, DT) live in their own corner with a one-line why I personally cared, not as bibliography filler.

Topics covered: DeepSeek-R1 reproduction · GRPO family (DAPO / Dr.GRPO / VAPO / CISPO / GiGPO / GSPO / GMPO / GTPO / Reinforce++ / COPO / GAGPO) · SIS (Selective Importance Sampling) · Pass@k / advantage shaping (AAPO / ProGRPO / GRPOEA / EMPG / BAPO / ASPO) · TRPO / FiberPO theory · PPO · RLHF · DPO · Reward Modeling · Verifier-Free RL · MoE RL Stability · Training-Free RL · Activation Steering · Agentic RL · SVM (Success Visitation Matching) · SFT × RL Interplay · Distribution Alignment · Reward Philosophy (reward hack / Reward-is-Enough debate).


7 Tracks · The Author's Verdicts

Blog posts on yam.gift are grouped into 7 tracks. Each verdict below is the author's own bottom-line judgment, not a paper summary.

Track 01 — R1 Full-Chain (2025)

Parsing the original report, then digging into the data / paradigm / experiment side.

  • Core thesis: data sets the ceiling, algorithms only approach it. Pure rule-based RL is finally validated as a viable path.
  • The frame that survived: "Base+SFT / Base+RL / SFT+RL" can absorb almost all subsequent variations.
  • Loose ends still being chased: R1-Zero behavior differs sharply across base models (SimpleRL-Zoo, Yarz-Logic); LIMO/s1 confirm "less is more on activation, not on teaching".

Track 02 — GRPO Family & Engineering Refinements (2025–2026)

Every GRPO variant — DAPO / Dr.GRPO / VAPO / CISPO / GSPO / GMPO / GTPO / Reinforce++ / industry showcases — plus the TRPO → FiberPO theoretical spine.

  • Core thesis: every variant is paying off the same engineering debt — token vs. sequence-level, clip tighter/wider, length normalization, KL choice (k2 vs k3), advantage global-normalization.
  • Convergence: the GRPO objective increasingly looks like a "people's edition" of PPO with global advantage and no critic.
  • Sub-thread — clip: clip is not just a stability knob — it directly shapes the explore/exploit boundary. Spurious Rewards, Clip-Higher (DAPO), Clip-Wider (GMPO) are all moves on the same axis. SIS breaks the axis itself: token-level rejection sampling turns 60–80% of off-policy tokens back into on-policy ones (weight = 1, zero bias) instead of suppressing their gradients — stability without sacrificing signal.
  • Sub-thread spun off — Agentic RL: GiGPO / COPO / GAGPO grew out of GRPO's grouping idea, but step-level credit assignment is its own problem axis — now Track 07 below.
  • Sub-thread — TRPO foundation: TRPO is the theoretical bedrock (IS + Trust Region + Advantage). FiberPO's vanishing theorem shows γ must be 1 in LLM RL, collapsing TRPO's trust region radius to zero — PPO/GRPO clip is an empirical δ-relaxation of this collapsed bound.
  • Sub-thread — advantage shaping for exploration (2025-H2 red ocean): the fix for GRPO's exploitation collapse is increasingly to reshape the advantage scalar itself (zero-touch the loss), not the clip. Pass@k training dynamically weakens negative-sample penalties by the global correct-count (harder problems get more tolerance); AAPO adds a frozen-reference margin; ProGRPO folds in generative confidence (difficulty × certainty); GRPOEA/EMPG modulate advantage by entropy; BAPO/ASPO push the same idea down to token-level asymmetric clipping. The common realization: over-penalizing negatives is what kills exploration, and the negative-advantage term matters as much as the positive.

Track 03 — Reward Modeling, Data & Verifiers (2025–2026)

RM / RM-Data / Verifier-Free / Self-Verified / Verify-Free RL / Reward Philosophy.

  • Drift 1 (modeling): from single scalar → "principles + critique + self-verification" (DeepSeek-GRM → DeepSeekMath-V2).
  • Drift 2 (data): good reward data is more like unlocking the base model's existing capabilities than teaching new ones (Skywork-Reward-V2, Spurious Rewards).
  • Drift 3 (Verify-Free): when no external verifier exists, all internal-feedback methods (TTRL / EM / RENT / EMPO / Intuitor) end up compressing entropy. Long-term, an exploration crisis is inevitable — ETTRL / Darling / EVOL-RL / RESTRAIN are all band-aids on the same wound.
  • Drift 4 (philosophy): a reward is a lossy compression of preference, and always lossy. Reward hacking is therefore structural, not a bug — RMs provably memorize surface heuristics (length, tone, sycophancy). The reframe: treat reward as a prior to be revised, not ground truth; the "Reward is Enough" vs "Scalar reward is not enough" debate is really about whether one scalar can carry a vector of incommensurable preferences.

Track 04 — MoE RL Stability (2026)

R3 / IcePop / TIS / KAT-Coder.

  • Surface diagnosis: train-infer router mismatch is what everyone first noticed.
  • Deeper cause: logprob estimation noise on MoE is not neutral; even recomputing logprobs drifts. The importance ratio (π_new/π_old) — heart of GRPO — is silently diluted on MoE.
  • Open bet: GSPO/GMPO's sequence-level + geometric-mean might be MoE-RL-friendly; not yet validated at production scale.

Track 05 — Paradigm Frontier (2025–2026)

Training-Free / Experiential / Real-time / Planning / RL Boundary.

  • Boundary realization: most RL is just sampling polish (Yue), not true pass@k extrapolation.
  • Counter-evidence: ProRL / DELTA show extrapolation is possible — but only with edge data + process reward + avoiding "all-zero pass@k" cold start.
  • Upstream signals (already in 2025 H2): "Activation Steering" and "Context Engineering" both pointed in this direction before Training-Free RL had a name — behavior can be shaped without touching weights.
  • New paradigm A — Training-Free RL: advantage lives in text/context, not in weight space (TRT, Training-Free GRPO, MemAPO, Update-Free Steering).
  • New paradigm B — Experience-as-RL: the loop becomes "trajectory → information gain → re-supervision". Reflection, meta-search and open-ended learning are all data-construction tricks in disguise.
  • Higher-level question: "reasoning" should be studied as a data format, not as an RL task (Think-Strategy / LEPA).
  • Forward extrapolation of this track (cited anchor, not a paper deep-dive): 从持续学习到下一代 AI 方向探讨 argues the next-gen learning unit is experience, not token — with RL as the self-evolution core (Sutton's continual backprop, experience-based learning, In-Place TTT, PEFT-scaling). It is the forward-looking companion to the Pre-R1 reflection anchor AI-Future-Framework.

Track 06 — Unified Theory of Post-Training (2026)

SFT × RL interplay, forgetting dynamics, distribution alignment — the search for one theory behind all post-training methods.

  • Core thesis: SFT is a special case of RL (single-path, 1/π_θ-weighted). The question is not "can SFT generalize?" but "which layer is activating vs. memorizing?"
  • Forgetting law: on-policy RL stays closer to base (KL-minimal path → less forgetting, RL's Razor); SFT can drift arbitrarily far.
  • One estimator: HPT/GFT unify SFT/RL into one policy gradient estimator, differing only in data source and stabilizer.
  • Distribution alignment lens: SVM / DPO / RLHF / SFT all reduce to aligning a policy distribution to target anchors via log density-ratio rewards (r = log d⁺/d⁻). Differences lie in three axes: anchor count (one vs two), KL direction (forward = mode-covering SFT, reverse = mode-seeking RL/DPO — the same axis as MiniLLM's reverse-KL distillation), and anchor observability (explicit classifier vs implicit optimal policy). SFT's "pure pull, no push" (only d⁺, no d⁻) explains its instability on low-probability tokens (GFT's 1/π_θ explosion).

Track 07 — Agentic RL (2025–2026)

Step-level credit assignment for multi-turn agent tasks: GiGPO / COPO / GAGPO / SVM. Spun off from Track 02's grouping idea — now its own problem axis.

  • What makes it different: agent tasks have real steps — physically meaningful, often near-deterministic transitions — unlike the pseudo-steps of token-level reasoning. That stability is an exploitable "anchor".
  • The arc is one question — how to get per-step advantage without a critic: GiGPO (hierarchical group-in-group advantage) → COPO (cognitive-mode step reweighting) → GAGPO (group-based V estimation + GAE, pulling back toward PPO+GAE) → SVM (success/failure visitation classifier turns sparse outcome reward into dense process reward).
  • Direction: sparse → dense; each method differs only in which anchor it trusts (group statistics / cognitive modes / historical visitation). SVM's log density-ratio reward connects this thread straight into Track 06's distribution-alignment lens.

Library

GitHubFromYearDescription
prime-rlPrimeIntellect-ai2025Decentralized large-scale RL training framework
PRIMEPRIME-RL2025Scalable RL recipe for reasoning
rStarMicrosoft2025Self-evolved deep reasoning for SLMs
veRLByteDance2024LLM RL training framework (Volcano Engine)
trlHuggingFace2024Train language models with RL
RL4LMsAllen2023Aligning LMs to human preference via RL
alignment-handbookHuggingFace2023Recipes for aligning to human/AI preference

Papers

Notation for the My Notes column:

  • [short title](url) — full Chinese deep-dive available (yam.gift blog or book chapter)
  • (omnibus → ...) — covered as a main thread in a survey/overview blog
  • (<verb: derived/extended/contrasted/described/framed/criticized/...> in [blog]: ...) — touched on as a sub-topic inside another deep-dive, with a one-line pointer; multiple pointers can be chained with ;
  • to-write — not yet written
  • (shelved: ...) — deliberately not written; the one-line reason is itself the verdict

RL Reasoning Reproduction (R1 and Beyond)

AbbrTitleFromYearLinkMy Notes
R1DeepSeek-R1: Incentivizing Reasoning Capability via RLDeepSeek2025paperDeepSeek R1 深度技术解析及其影响
LIMOLIMO: Less Is More for ReasoningSJTU2025paper少量高质量数据 SFT 激活推理
s1s1: Simple test-time scalingStanford2025paper(omnibus → SFT-Data)
R1 SurveyThe R1-era LLM new paradigm2025DeepSeek R1 后 LLM 新范式
R1-Zero+Further understanding of R1-Zero2025R1-Zero 的进一步理解和探索
SimpleRL-ZooSimpleRL-Zoo: R1-Zero RL across diverse base modelsHKUST2025paper(omnibus → Think-More-about-R1-Zero)
FastCuRLFastCuRL: Curriculum RL with Stage-wise Context Scaling2025paper(omnibus → Think-More-about-R1-Zero)
Logic-RLLogic-RL: Unleashing LLM Reasoning with Rule-Based RL2025paperYarz-Logic:R1-Zero 相关实验报告
Seed-ThinkingSeed-Thinking-v1.5: Advancing Superb ReasoningByteDance2025paperR1 后范式最佳实践:Seed-Thinking 和 Qwen3
Qwen3Qwen3 Technical ReportQwen2025paper(omnibus → Seed-Thinking-Qwen3)

RL Data Selection & Scaling

AbbrTitleFromYearLinkMy Notes
LIMRLIMR: Less is More for RL ScalingGAIR-NLP2025paper, GitHubR1 相关:RL 数据选择与 Scaling
ORZOpen-Reasoner-ZeroStepFun2025paper, GitHub(omnibus → PPO-Data)
Online-DPO-R1Online-DPO-R1: Effective Reasoning Without the PPO OverheadSalesforce2025paper, GitHubR1 相关:DPO 数据选择与 DPO 等 RL 算法
LIMDLIMD: Less is More on DPO Data2025(omnibus → DPO-Data)
OREALExploring the Limit of Outcome Reward for Math ReasoningInternLM2025paper, GitHub(shelved: the "limit of outcome reward" question got absorbed by the process/dense-reward thread — DELTA / SVM — and RM-Data's "unlocking" view)
DeepScaleRDeepScaleR: Surpassing O1-Preview with a 1.5B Model by Scaling RLAgentica2025paper, GitHub(omnibus → R1-New-Paradigm)
L1 / LCPOControlling How Long A Reasoning Model Thinks With RLCMU2025paper, GitHub(omnibus → R1-New-Paradigm)
MRTOptimizing Test-Time Compute via Meta RL Fine-TuningCMU2025paper, GitHub(shelved: budget control already covered by L1/LCPO in R1-New-Paradigm; its dense progress reward is the same sparse→dense move as Track 07)
ScalingLawValue-Based Deep RL Scales PredictablyBerkeley2025paperto-write (as the pre-LLM anchor of a future "RL Scaling Law" post — ScaleRL-era work as the main thread; RL compute scaling is currently the index's blind spot)

Reward Model (modeling / data / verifier)

AbbrTitleFromYearLinkMy Notes
GRMInference-Time Scaling for Generalist Reward ModelingDeepSeek2025paperReward Model 建模
Skywork-Reward-V2Skywork-Reward-V2Skywork2025paperReward 数据如何塑造与激发推理策略
Spurious RewardsSpurious Rewards: Rethinking Training Signals in RLVRAllen2025paper(omnibus → RM-Data / GRPO-Clip)
ICMAnthropic Internal Coherence MaximizationAnthropic2025blog(omnibus → RM-Data)
DeepSeekMath-V2Towards Self-Verifiable Mathematical ReasoningDeepSeek2025paper, GitHubDeepSeekMath-V2 自我验证:搞数据的风吹到了 RM

Reward Philosophy & Foundations

What a reward is, why reward hacking is structural, and whether one scalar can carry intelligence. All covered in one blog: Reward 设计的本质:从 hack 到 hard.

AbbrTitleFromYearLinkMy Notes
RM-MemorizeWhat do Reward Models Memorize?DeepMind2026paperReward 设计的本质:从 hack 到 hard (RMs memorize surface heuristics → reward hack is structural)
Reward is EnoughReward is EnoughDeepMind (Silver, Singh, Precup, Sutton)2021paper(omnibus → Reward-Design: a single scalar reward can drive all of intelligence — AlphaZero as proof)
Scalar Reward not EnoughScalar Reward is not EnoughVamplew et al.2021paper(omnibus → Reward-Design: rebuttal — intelligence needs vector/multi-objective rewards)
Era of ExperienceWelcome to the Era of ExperienceSutton & Silver2025paper(omnibus → Reward-Design: user-guided reward adaptation over grounded signals; bi-level optimization)
Why LMs HallucinateWhy Language Models HallucinateOpenAI2025paper(omnibus → Reward-Design: hallucination as a form of reward hack — binary benchmarks make "admit uncertainty" never optimal)

Verifier-Free RL (internal-feedback RL)

Two blogs (Verifier-Free RL and Verify-Free RL) cover the algorithms below — listed individually for searchability.

AbbrTitleFromYearLinkMy Notes
NOVERNOVER: Incentive Training without External Verifiers2025paper无验证器 RL 与 Reference 的妙用
TTRLTTRL: Test-Time Reinforcement Learning2025paper无验证 RL——当模型只能相信自己
SRTCan Large Reasoning Models Self-Train?2025paper(omnibus → Verify-Free RL)
EMThe Unreasonable Effectiveness of Entropy Minimization in LLM Reasoning2025paper(omnibus → Verify-Free RL; covers EM-FT / EM-RL / EM-INF)
RENTMaximizing Confidence Alone Improves Reasoning2025paper(omnibus → Verify-Free RL)
EMPORight Question is Already Half the Answer: Fully Unsupervised LLM Reasoning Incentivization2025paper(omnibus → Verify-Free RL)
IntuitorLearning to Reason without External Rewards2025paper(omnibus → Verify-Free RL)
ETTRLETTRL: Balancing Exploration and Exploitation via Entropy Mechanism2025paper(omnibus → Verify-Free RL)
DarlingJointly Reinforcing Diversity and Quality in Language Model Generations2025paper(omnibus → Verify-Free RL)
EVOL-RLEvolving Language Models without Labels: Majority Drives Selection, Novelty Promotes Variation2025paper(omnibus → Verify-Free RL)
RESTRAINRESTRAIN: From Spurious Votes to Signals — Self-Driven RL with Self-Penalization2025paper(omnibus → Verify-Free RL)
No Free LunchNo Free Lunch: Rethinking Internal Feedback for LLM Reasoning2025paper(theoretical critique of Verify-Free; omnibus → Verify-Free RL)

Alignment Classics

AbbrTitleFromYearLinkMy Notes
RLHFTraining language models to follow instructions with human feedbackOpenAI2022paperHuggingLLM 1.3.3:RLHF 流程与思想
RLOOBack to Basics: Revisiting REINFORCE Style Optimization for RLHFCohere2024paper(derived in GiGPO: GRPO with Fnorm=1 ≡ RLOO)
ReMaxReMax: A Simple, Effective, and Efficient RL Method for LLMCUHK2024paper(contrasted in Reinforce++: greedy-baseline variant — inefficient because greedy response is unused for training)

MoE RL Stability

AbbrTitleFromYearLinkMy Notes
R3Stabilizing MoE RL by Aligning Training and Inference RoutersXiaomi2025paper稳定压倒一切:MoE RL 训推不一致问题及解决策略
IcePopSmall Leak Can Sink a Great Ship — Boost RL Training on MoEAnt2025paper(omnibus → RL-MoE-Stable)
TISYour Efficient RL Framework Secretly Brings You Off-Policy RL TrainingUCSD2025paper(omnibus → RL-MoE-Stable)
KATKAT-Coder Tech ReportKuaishou2026blogMoE RL 训练不稳定性再思考:训推不一致,还是采样噪声?

Agentic RL (Step-Level Credit Assignment)

AbbrTitleFromYearLinkMy Notes
GiGPOGroup-in-Group Policy Optimization for LLM Agent TrainingNTU, Skywork AI2025paper, GitHubGiGPO:双层级优势函数驱动的 Agent RL 新范式
COPOThink Fast and Slow: Step-Level Cognitive Depth Adaptation for LLM AgentsTencent2026paper, GitHubCOPO:基于认知模式的 Step-Level Agentic RL 优化
GAGPOGeneralized Advantage Grouped Policy Optimization2026paperGAGPO:如果把GiGPO拉回PPO+GAE
SVMLearning Process Rewards via Success Visitation Matching for Efficient RL2026paper从 SVM 到分布对齐:后训练方法的另一个统一视角

Optimization Algorithms (GRPO Family + Classics)

AbbrTitleFromYearLinkMy Notes
GRPODeepSeekMath: Pushing the Limits of Mathematical ReasoningDeepSeek2024paper(covered in DAPO and R1)
DAPODAPO: An Open-Source LLM RL System at ScaleByteDance Seed2025paper, GitHubDAPO:为 GRPO 的锦上加四点花
Dr.GRPOUnderstanding R1-Zero-Like Training: A Critical PerspectiveSea AI Lab2025paper, GitHub异曲同工的 Dr.GRPO
VAPOVAPO: Efficient and Reliable RL for Advanced ReasoningByteDance Seed2025paperVAPO:基于价值方法的新突破
CISPOMiniMax-M1: Scaling Test-Time Compute EfficientlyMiniMax2025paper, GitHubGRPO 优化在继续:CISPO 和熵
GSPOGroup Sequence Policy OptimizationQwen2025paperToken Level X:DAPO/DrGRPO 与 GSPO/GMPO 的殊途同归
GMPOGeometric-Mean Policy OptimizationUCAS, Microsoft2025paper, GitHub(omnibus → Token-Level-GSPO-GMPO)
GTPOGTPO: Trajectory-Based Policy Optimization in LLMs2025paperGRPO「第一背锅侠」X2:GTPO 双 T 傍地走
Reinforce++REINFORCE++: Stabilizing Critic-Free Policy OptimizationOpenRLHF2025paper, GitHubReinforce++ 和它的 KL Loss 选择
KimiRLKimi k1.5: Scaling RL with LLMsKimi2025paper(omnibus → Open-LLM-RL-ShowCase)
AGAPOEXAONE 4.0: Unified LLM Integrating Non-reasoning and Reasoning ModesLG AI2025paper(omnibus → Open-LLM-RL-ShowCase)
K-EXAONEEXAONE-2 Tech ReportLG AI2026paper(omnibus → Open-LLM-RL-ShowCase)
MOPDMiMo-V2-Flash Technical ReportXiaomi2026paper(omnibus → Open-LLM-RL-ShowCase)
SAPOSoft Adaptive Policy OptimizationQwen2026paper(omnibus → Open-LLM-RL-ShowCase)
DCPODCPO: Dynamic Clipping Policy OptimizationBaichuan2025paper, GitHub(described in GRPO-Clip: adaptive clip bounds based on token prior probability — expanding exploration room for low-probability tokens)
SISTurning Off-Policy Tokens On-Policy: A Plug-in Approach for Improving LLM AlignmentRUC, JD2026paperSIS:不硬clip,大部分token其实可转为on-policy
Pass@k TrainingPass@k Training for Adaptively Balancing Exploration and ExploitationByteDance Seed, RUC2025paper从Pass@k到advantage,一场意想不到的邂逅
AAPOAAPO: Enhancing Reasoning with Advantage Margin2025paper(omnibus → PassK-Training: frozen-reference margin keeps gradient alive when GRPO advantage → 0)
ProGRPOBack to Basics: Revisiting Exploration via Generative Probabilities2026paper(omnibus → PassK-Training: advantage bias = difficulty × generative confidence, 2-D correction)
GRPOEAReasoning with Exploration: An Entropy Perspective2025paper(first in CISPO-and-Entropy: add a clipped, stop-grad entropy term straight onto advantage; revisited in PassK-Training)
EMPGEntropy-Modulated Policy Gradients for Long-Horizon LLM Agents2025paper(omnibus → PassK-Training: multiplicative entropy gate g(H) — amplify confident steps, damp uncertain ones)
BAPOBAPO: Balanced Policy Optimization with Adaptive Clipping2025paper(omnibus → PassK-Training: negatives dominate the gradient & clip blocks entropy-raising updates → adaptive c_high/c_low)
ASPOWhen Importance Sampling Misallocates Credit: Asymmetric Ratios2025paper(omnibus → PassK-Training: flip the IS ratio for positive tokens only — low-prob key tokens finally get strong updates)
Pass@K POPass@K Policy Optimization: Solving Harder RL ProblemsDeepMind2025paperto-write (low-variance unbiased pass@k gradient estimator — the proof-heavy companion to Pass@k Training)
OPOOn-Policy RL with Optimal Reward BaselineMicrosoft2025paper(described in Token-Level-GSPO-GMPO: optimal reward baseline minimizes gradient variance; contrasted in GTPO: focuses on advantage/reward level rather than token level)
SRPOSRPO: Cross-Domain Implementation of Large-Scale RL on LLMKuaishou2025paper, HF(contrasted in Token-Level-GSPO-GMPO: historical resampling retains key samples to improve sample efficiency)
DPODirect Preference OptimizationStanford2024paper(compared inside DPO-Data)
TRPOTrust Region Policy OptimizationBerkeley2015paperTRPO深度拆解:为什么做后训练应该读懂TRPO
FiberPOFiberPO (vanishing theorem & δ-relaxation)2026为什么TRPO在LLM里不能用?——FiberPO的起点 (series part 1)
PPOProximal Policy Optimization AlgorithmsOpenAI2017paper(extended in VAPO: Value-based Augmented PPO with GAE refinements / value-pretraining; contrasted in Reinforce++: PPO with critic vs critic-free Reinforce-style)
REINFORCESimple Statistical Gradient-Following AlgorithmsNortheastern1992paper(extended in CISPO: REINFORCE + IS → CISPO loss; framed in Open-LLM-RL-ShowCase: REINFORCE-with-baseline as analytic frame for all GRPO variants)

Pre-R1 Foundations (Historical Anchors)

Pre-R1 RL × NLP works the author considers personally important. Kept here for sentimental and historical reasons rather than as active reading. Includes the final days of the pre-R1 era — PRIME and rStar-Math shipped in early January 2025, and R1 (Jan 20) buried their lines within weeks. The author's full reflection: 《通向 AGI 的技术路径:多模态、强化学习与新架构的交汇点》"22 年 RL4LMs 出来后我兴奋的晚上觉都没睡着,第一时间就读了他们的代码。"

AbbrTitleFromYearLinkNote
RL4LMs / NLPORL (Not) for NLP: Benchmarks, Baselines, Building BlocksAllen2022paper, GitHubPersonally cited milestone in AI-Future-Framework — first felt RL × NLP could really land
FTHPFine-Tuning Language Models from Human PreferencesOpenAI2020paper, GitHubOpenAI's earliest RLHF experiment; the seed of InstructGPT/ChatGPT
QuarkQuark: Controllable Text Generation with Reinforced [Un]learningAllen2022paper, GitHubEarly attempt at RL for controllable generation × unlearning — niche but conceptually clean
DTDecision Transformer: RL via Sequence ModelingBerkeley2021paper, GitHubThe "RL = sequence modeling" reframing — a parallel branch that diverged from the LLM-RL trunk
rStarrStar: Mutual Reasoning Makes Smaller LLMs StrongerMicrosoft2024paper, GitHubHigh-water mark of the MCTS + SLM mutual-reasoning line — conceptually clean, ended by R1 along with the rest of the search-based branch
rStar-MathrStar-Math: Small LLMs Can Master Math ReasoningMicrosoft2025paper, GitHubShipped 12 days before R1 — the MCTS+PRM line's peak, instantly buried. The author had a blog half-written when R1 landed: a genuinely good paper born in the wrong era; (described in R1-New-Paradigm: rule-based verification on intermediate results via Python execution)
PRIMEProcess Reinforcement through Implicit RewardsPRIME-RL2025paper, GitHubImplicit PRM (trained as ORM, used as PRM) — the line died with R1, though process reward itself returned later as Track 07's dense rewards; (described in R1-New-Paradigm)

Frontier RL — Boundary, Process Reward & Experience

Pure RL frontier: where the training loop itself is being pushed (boundary, process reward, experience-as-data, planning-as-data).

AbbrTitleFromYearLinkMy Notes
DeepSeek-V3.2 Post-trainDeepSeek-V3.2 Tech ReportDeepSeek2025paperDeepSeek V3.2 后训练:稳定压倒一切
RL Boundary (Yue)Does RL Really Incentivize Reasoning Capacity Beyond the Base Model?2025paperRL 究竟能不能突破 Base 边界
Invisible LeashInvisible LeashWu et al.2025paper(omnibus → RL-Are-You-OK)
ProRLProRL: Prolonged RL Expands Reasoning BoundariesNVIDIA2025paper(omnibus → RL-Are-You-OK)
DELTADELTA: Dense Process Reward for RL Boundary Extrapolation2025(omnibus → RL-Are-You-OK)
ERLExperience-as-RL2026paperRL 新范式:从经验到更高质量数据
MR-SearchMR-Search: Meta-Reasoning Search2026paper(omnibus → RL-New-Paradigm-Data)
OELOpen-Ended Learning2026paper(omnibus → RL-New-Paradigm-Data)
LEPALEPA: Learn to Plan before Answering2025paper从「会答」到「会想」:Planning as Data 与思考范式重构
Self-SteeringSelf-Steering2025paper(omnibus → Think-Strategy)

SFT × RL Interplay

SFT as a special case of RL, forgetting dynamics, unified post-training theory.

AbbrTitleFromYearLinkMy Notes
GFTFrom Imitation to Reward Fine-Tuning with Unbiased Group Advantages2026paper你可能没那么懂 SFT:SFT 与 RL 的爱恨纠葛
HPTTowards a Unified View of Large Language Model Post-Training2025paper(omnibus → SFT-vs-RL)
RL's RazorWhy Online Reinforcement Learning Forgets Less2025paper(omnibus → SFT-vs-RL)
Conditional SFTRethinking Generalization in Reasoning SFT2026paper(omnibus → SFT-vs-RL)
MiniLLMMiniLLM: Knowledge Distillation of Large Language ModelsTHU, MSR2023paper(described in Open-LLM-RL-ShowCase: forward vs reverse KL in distillation; connected in SVM-to-Alignment: reverse-KL distillation sits on the same mode-seeking axis as RL/DPO)

Beyond RL — Training-Free / Behavior Shaping / Real-time PEFT

Post-RL directions covered in the same blogs. The paradigm is moving away from classical RL training, into context, behavior, and parameter-efficient adaptation. They are not RL by the textbook definition, but they share the same goal — shape model behavior — and several of them (Activation Steering, Context Engineering) are the upstream signals that Training-Free RL only later named explicitly.

AbbrTitleFromYearLinkMy Notes
TRTTest-time Recursive Thinking: Self-Improvement without External FeedbackMicrosoft2026paperTraining-Free RL:当训练不再更新参数,而是更新上下文
Training-Free GRPOTraining-Free Group Relative Policy Optimization2025paper(omnibus → Training-Free RL)
MemAPOMemAPO: Memory-Augmented Policy Optimization2026paper(omnibus → Training-Free RL)
Update-Free SteeringUpdate-Free On-Policy Steering via Verifiers2026paper(omnibus → Training-Free RL)
Activation EngineeringSteering Language Models With Activation Engineering2023paper激活诱导 LLM 指令跟随
Activation Steering (IF)Improving Instruction-Following in Language Models through Activation SteeringMicrosoft2024paper(omnibus → 激活诱导 LLM 指令跟随)
Context EngineeringContext Engineering for AI Agents: Lessons from Building ManusManus2025blog重识 LLM 法则:上下文工程与数据进化
MiCAMiCA: Minor-Component Adaptation2026paper实时学习:极致高效的子空间微调
TinyLoRATinyLoRA2026(omnibus → Real-time-Learning-from-PEFT)

Chronological Blog Timeline

All blog posts in publishing order, with the author's one-sentence takeaway. Use this when you want to follow the narrative arc rather than search by paper.

DateTrackBlog (Chinese)One-sentence takeaway
2025-02-1701DeepSeek R1 深度技术解析及其影响Data sets the ceiling, algorithms approach it; pure rule-based RL works.
2025-02-1801少量高质量数据 SFT 激活推理LIMO/s1: small high-quality SFT activates reasoning, doesn't teach it.
2025-02-2701R1 相关:RL 数据选择与 ScalingLIMR/ORZ: less-is-more applies to RL data, not just SFT.
2025-03-0201R1 相关:DPO 数据选择与 DPO 等 RL 算法Online-DPO can rival PPO when paired with the right data pipeline.
2025-03-1501DeepSeek R1 后 LLM 新范式The post-R1 path forks into multiple parallel lines (length, scaling, MRT, …).
2025-03-1902DAPO:为 GRPO 的锦上加四点花DAPO = Clip-Higher + Dynamic Sampling + Token-Level Loss + Overlong Reward Shaping.
2025-03-2802异曲同工的 Dr.GRPODr.GRPO removes the length & std normalization biases hidden in vanilla GRPO.
2025-04-1001R1-Zero 的进一步理解和探索R1-Zero behavior depends heavily on base model; "Aha moment" is partly base-pretrain artifact.
2025-04-1902VAPO:基于价值方法的新突破Value-based methods come back to compete with critic-free GRPO.
2025-04-2601Yarz-Logic:R1-Zero 相关实验报告Hands-on Logic-RL replication: where R1-Zero's edges are in practice.
2025-05-0101R1 后范式最佳实践:Seed-Thinking 和 Qwen3Seed-Thinking + Qwen3 are the two most complete industrial post-R1 recipes.
2025-06-0903Reward Model 建模General-domain RM needs principles+critique, not a single scalar (DeepSeek-GRM).
2025-06-1902GRPO 优化在继续:CISPO 和熵CISPO shows clip is not just stability — it shapes the explore/exploit edge.
2025-07-0105激活诱导 LLM 指令跟随Activation Steering: behavior shaping without weight updates — the prequel to Update-Free Steering.
2025-07-1303Reward 数据如何塑造与激发推理策略Good reward data unlocks pre-existing strategies; even spurious rewards can do this.
2025-07-2507GiGPO:双层级优势函数驱动的 Agent RL 新范式Agent RL needs hierarchical (group-in-group) advantages for proper credit assignment.
2025-07-2705重识 LLM 法则:上下文工程与数据进化"Everything is context" — the early manifesto behind Training-Free RL.
2025-08-1402Token Level X:DAPO/DrGRPO 与 GSPO/GMPO 的殊途同归Token-level vs sequence-level is THE axis of the GRPO family.
2025-08-3002GRPO「第一背锅侠」X2:GTPO 双 T 傍地走GTPO: trajectory-level view exposes more of GRPO's hidden assumptions.
2025-09-1202GRPO「又一背锅侠」:Clip 的各种拉扯Side-by-side: Clip-Higher vs Clip-Wider vs Spurious Rewards on the same axis.
2025-10-2402Reinforce++ 和它的 KL Loss 选择KL Loss choice (k2 vs k3) matters more than usually credited.
2025-11-1103无验证器 RL 与 Reference 的妙用Without verifiers, use PPL / reference-likelihood / reverse-self-eval as proxies.
2025-11-2903DeepSeekMath-V2 自我验证:搞数据的风吹到了 RMReward should model "where the answer is wrong"; generation ↔ verification co-evolve.
2025-12-0302DeepSeek V3.2 后训练:稳定压倒一切Industry's MoE post-train recipe: stability above all else.
2025-12-2103无验证 RL——当模型只能相信自己All internal-feedback methods compress entropy → exploration crisis sooner or later.
2025-12-3105RL 究竟能不能突破 Base 边界Most RL is sampling polish; true extrapolation needs edge data + process reward.
2026-01-1402LLM 强化的「炼金术」:主流开源模型的 RL 优化策略赏析5 industrial GRPO variants (Kimi/EXAONE/MiMo/MiniMax/Qwen) compared side-by-side — every team is patching the same holes.
2026-01-1704稳定压倒一切:MoE RL 训推不一致问题及解决策略Train-infer router mismatch is the surface; R3 / IcePop / TIS each take a different angle.
2026-01-2204MoE RL 训练不稳定性再思考:训推不一致,还是采样噪声?Even recomputing logprobs on MoE drifts; the deeper cause is sampling noise, not routing.
2026-03-2405Training-Free RL:当训练不再更新参数,而是更新上下文Advantage in text/context, not in weight space — fixed model can still "RL".
2026-03-2905RL 新范式:从经验到更高质量数据The loop becomes "trajectory → information gain → re-supervision".
2026-04-1105实时学习:极致高效的子空间微调MiCA/TinyLoRA: pluggable real-time learning by occupying the minor singular directions.
2026-04-1705从「会答」到「会想」:Planning as Data 与思考范式重构Reasoning becomes a data format; the next battle is how to construct planning data.
2026-04-2307COPO:基于认知模式的 Step-Level Agentic RL 优化Step-level cognitive advantage reweighting — GRPO should not treat all steps equally in agentic tasks.
2026-05-1102TRPO深度拆解:为什么做后训练应该读懂TRPOTRPO is the theoretical bedrock of PPO and GRPO — IS + Trust Region + Advantage are the three pillars.
2026-05-1807GAGPO:如果把GiGPO拉回PPO+GAECritic-free Agentic RL: use GRPO's grouping to estimate V, then GAE for per-step advantage.
2026-06-0106你可能没那么懂 SFT:SFT 与 RL 的爱恨纠葛SFT is a special case of RL; the question is "which layer is activating vs. memorizing?"
2026-06-2202为什么TRPO在LLM里不能用?——FiberPO的起点γ must be 1 in LLM RL → TRPO trust region vanishes to zero; PPO/GRPO clip is empirical δ-relaxation.
2026-07-0406从 SVM 到分布对齐:后训练方法的另一个统一视角SVM/DPO/RLHF/SFT are all distribution alignment — differing in anchor count, KL direction, and anchor observability.
2026-07-1302SIS:不硬clip,大部分token其实可转为on-policyRejection sampling turns most off-policy tokens on-policy — keep the gradient signal instead of clipping it; provably tighter error bound (D_SIS ≤ D).
2026-08-2603Reward 设计的本质:从 hack 到 hardReward is a lossy compression of preference; reward hack is structural, not a bug — treat reward as a prior to revise, not ground truth.
2026-09-1102从Pass@k到advantage,一场意想不到的邂逅Pass@k training = dynamically weakening negative-advantage by global correct-count; converges to the whole 2025-H2 advantage-shaping red ocean (AAPO/ProGRPO/GRPOEA/EMPG/BAPO/ASPO).

Appendix

Citation / Feedback

If this index or the linked blog posts are useful, leave a note on GitHub Issues, or cite yam.gift when referencing.

"Don't chase the wind — chase the long view; measure one year by the yardstick of ten." — 长琴

agentic-rl
alignment
awesome
awesome-list
curated-list
deepseek-r1
dpo
grpo
llm
llm-reasoning
llm-training
moe
paper-list
post-training
ppo
reasoning
reinforcement-learning
reward-modeling
rl-from-human-feedback
rlhf

Contributors

hscspring

33 commits

hscspring/rl-llm-nlp

Curated, opinionated index of post-R1 LLM × Reinforcement Learning. Many deep-dive blog posts cross-linked to many papers — GRPO, DAPO, DPO, PPO, RLHF, GSPO, CISPO, VAPO, Reward Modeling, MoE RL stability, Verifier-Free RL, Training-Free RL, Agentic RL, DeepSeek-R1 reproduction.

75

33 commits

updated Sep 11, 2026

See the code

README

RL-LLM-NLP

A curated, opinionated index of post-R1 LLM × Reinforcement Learning. Every paper is read, classified, cross-linked, and connected back to a Chinese deep-dive blog post by hscspring.

Last updated: 2026-09 · 42 blog posts · 7 tracks

I consider RL to be a pivotal technology in the field of AI, and NLP (particularly LLM) to be a direction well worth exploring. This repo focuses on post-R1 LLM RL specifically.

Why this repo (and not another Awesome list)

Awesome lists are retrievers. This repo is a curator.

  • Has a verdict, not a vote. Each of the 7 tracks ends with the author's bottom-line judgment ("data sets the ceiling, algorithms approach it"; "most RL is sampling polish, not extrapolation"; "all internal-feedback methods compress entropy → exploration crisis"), not a paper summary.
  • Cross-links across papers. RLOO ≡ GRPO with Fnorm=1 (derived in GiGPO); REINFORCE + IS → CISPO loss (extended in CISPO); Activation Steering & Context Engineering are the upstream signals of Training-Free RL. These connections only surface when one person reads everything.
  • A narrative, not a database. The Chronological Blog Timeline reads as a year-and-a-half editorial arc through post-R1 RL × LLM: Feb-2025 R1 → GRPO family → Reward modeling → MoE stability → Training-Free RL.
  • Personal historical anchors. Pre-R1 works (RL4LMs, FTHP, Quark, DT) live in their own corner with a one-line why I personally cared, not as bibliography filler.

Topics covered: DeepSeek-R1 reproduction · GRPO family (DAPO / Dr.GRPO / VAPO / CISPO / GiGPO / GSPO / GMPO / GTPO / Reinforce++ / COPO / GAGPO) · SIS (Selective Importance Sampling) · Pass@k / advantage shaping (AAPO / ProGRPO / GRPOEA / EMPG / BAPO / ASPO) · TRPO / FiberPO theory · PPO · RLHF · DPO · Reward Modeling · Verifier-Free RL · MoE RL Stability · Training-Free RL · Activation Steering · Agentic RL · SVM (Success Visitation Matching) · SFT × RL Interplay · Distribution Alignment · Reward Philosophy (reward hack / Reward-is-Enough debate).


7 Tracks · The Author's Verdicts

Blog posts on yam.gift are grouped into 7 tracks. Each verdict below is the author's own bottom-line judgment, not a paper summary.

Track 01 — R1 Full-Chain (2025)

Parsing the original report, then digging into the data / paradigm / experiment side.

  • Core thesis: data sets the ceiling, algorithms only approach it. Pure rule-based RL is finally validated as a viable path.
  • The frame that survived: "Base+SFT / Base+RL / SFT+RL" can absorb almost all subsequent variations.
  • Loose ends still being chased: R1-Zero behavior differs sharply across base models (SimpleRL-Zoo, Yarz-Logic); LIMO/s1 confirm "less is more on activation, not on teaching".

Track 02 — GRPO Family & Engineering Refinements (2025–2026)

Every GRPO variant — DAPO / Dr.GRPO / VAPO / CISPO / GSPO / GMPO / GTPO / Reinforce++ / industry showcases — plus the TRPO → FiberPO theoretical spine.

  • Core thesis: every variant is paying off the same engineering debt — token vs. sequence-level, clip tighter/wider, length normalization, KL choice (k2 vs k3), advantage global-normalization.
  • Convergence: the GRPO objective increasingly looks like a "people's edition" of PPO with global advantage and no critic.
  • Sub-thread — clip: clip is not just a stability knob — it directly shapes the explore/exploit boundary. Spurious Rewards, Clip-Higher (DAPO), Clip-Wider (GMPO) are all moves on the same axis. SIS breaks the axis itself: token-level rejection sampling turns 60–80% of off-policy tokens back into on-policy ones (weight = 1, zero bias) instead of suppressing their gradients — stability without sacrificing signal.
  • Sub-thread spun off — Agentic RL: GiGPO / COPO / GAGPO grew out of GRPO's grouping idea, but step-level credit assignment is its own problem axis — now Track 07 below.
  • Sub-thread — TRPO foundation: TRPO is the theoretical bedrock (IS + Trust Region + Advantage). FiberPO's vanishing theorem shows γ must be 1 in LLM RL, collapsing TRPO's trust region radius to zero — PPO/GRPO clip is an empirical δ-relaxation of this collapsed bound.
  • Sub-thread — advantage shaping for exploration (2025-H2 red ocean): the fix for GRPO's exploitation collapse is increasingly to reshape the advantage scalar itself (zero-touch the loss), not the clip. Pass@k training dynamically weakens negative-sample penalties by the global correct-count (harder problems get more tolerance); AAPO adds a frozen-reference margin; ProGRPO folds in generative confidence (difficulty × certainty); GRPOEA/EMPG modulate advantage by entropy; BAPO/ASPO push the same idea down to token-level asymmetric clipping. The common realization: over-penalizing negatives is what kills exploration, and the negative-advantage term matters as much as the positive.

Track 03 — Reward Modeling, Data & Verifiers (2025–2026)

RM / RM-Data / Verifier-Free / Self-Verified / Verify-Free RL / Reward Philosophy.

  • Drift 1 (modeling): from single scalar → "principles + critique + self-verification" (DeepSeek-GRM → DeepSeekMath-V2).
  • Drift 2 (data): good reward data is more like unlocking the base model's existing capabilities than teaching new ones (Skywork-Reward-V2, Spurious Rewards).
  • Drift 3 (Verify-Free): when no external verifier exists, all internal-feedback methods (TTRL / EM / RENT / EMPO / Intuitor) end up compressing entropy. Long-term, an exploration crisis is inevitable — ETTRL / Darling / EVOL-RL / RESTRAIN are all band-aids on the same wound.
  • Drift 4 (philosophy): a reward is a lossy compression of preference, and always lossy. Reward hacking is therefore structural, not a bug — RMs provably memorize surface heuristics (length, tone, sycophancy). The reframe: treat reward as a prior to be revised, not ground truth; the "Reward is Enough" vs "Scalar reward is not enough" debate is really about whether one scalar can carry a vector of incommensurable preferences.

Track 04 — MoE RL Stability (2026)

R3 / IcePop / TIS / KAT-Coder.

  • Surface diagnosis: train-infer router mismatch is what everyone first noticed.
  • Deeper cause: logprob estimation noise on MoE is not neutral; even recomputing logprobs drifts. The importance ratio (π_new/π_old) — heart of GRPO — is silently diluted on MoE.
  • Open bet: GSPO/GMPO's sequence-level + geometric-mean might be MoE-RL-friendly; not yet validated at production scale.

Track 05 — Paradigm Frontier (2025–2026)

Training-Free / Experiential / Real-time / Planning / RL Boundary.

  • Boundary realization: most RL is just sampling polish (Yue), not true pass@k extrapolation.
  • Counter-evidence: ProRL / DELTA show extrapolation is possible — but only with edge data + process reward + avoiding "all-zero pass@k" cold start.
  • Upstream signals (already in 2025 H2): "Activation Steering" and "Context Engineering" both pointed in this direction before Training-Free RL had a name — behavior can be shaped without touching weights.
  • New paradigm A — Training-Free RL: advantage lives in text/context, not in weight space (TRT, Training-Free GRPO, MemAPO, Update-Free Steering).
  • New paradigm B — Experience-as-RL: the loop becomes "trajectory → information gain → re-supervision". Reflection, meta-search and open-ended learning are all data-construction tricks in disguise.
  • Higher-level question: "reasoning" should be studied as a data format, not as an RL task (Think-Strategy / LEPA).
  • Forward extrapolation of this track (cited anchor, not a paper deep-dive): 从持续学习到下一代 AI 方向探讨 argues the next-gen learning unit is experience, not token — with RL as the self-evolution core (Sutton's continual backprop, experience-based learning, In-Place TTT, PEFT-scaling). It is the forward-looking companion to the Pre-R1 reflection anchor AI-Future-Framework.

Track 06 — Unified Theory of Post-Training (2026)

SFT × RL interplay, forgetting dynamics, distribution alignment — the search for one theory behind all post-training methods.

  • Core thesis: SFT is a special case of RL (single-path, 1/π_θ-weighted). The question is not "can SFT generalize?" but "which layer is activating vs. memorizing?"
  • Forgetting law: on-policy RL stays closer to base (KL-minimal path → less forgetting, RL's Razor); SFT can drift arbitrarily far.
  • One estimator: HPT/GFT unify SFT/RL into one policy gradient estimator, differing only in data source and stabilizer.
  • Distribution alignment lens: SVM / DPO / RLHF / SFT all reduce to aligning a policy distribution to target anchors via log density-ratio rewards (r = log d⁺/d⁻). Differences lie in three axes: anchor count (one vs two), KL direction (forward = mode-covering SFT, reverse = mode-seeking RL/DPO — the same axis as MiniLLM's reverse-KL distillation), and anchor observability (explicit classifier vs implicit optimal policy). SFT's "pure pull, no push" (only d⁺, no d⁻) explains its instability on low-probability tokens (GFT's 1/π_θ explosion).

Track 07 — Agentic RL (2025–2026)

Step-level credit assignment for multi-turn agent tasks: GiGPO / COPO / GAGPO / SVM. Spun off from Track 02's grouping idea — now its own problem axis.

  • What makes it different: agent tasks have real steps — physically meaningful, often near-deterministic transitions — unlike the pseudo-steps of token-level reasoning. That stability is an exploitable "anchor".
  • The arc is one question — how to get per-step advantage without a critic: GiGPO (hierarchical group-in-group advantage) → COPO (cognitive-mode step reweighting) → GAGPO (group-based V estimation + GAE, pulling back toward PPO+GAE) → SVM (success/failure visitation classifier turns sparse outcome reward into dense process reward).
  • Direction: sparse → dense; each method differs only in which anchor it trusts (group statistics / cognitive modes / historical visitation). SVM's log density-ratio reward connects this thread straight into Track 06's distribution-alignment lens.

Library

GitHubFromYearDescription
prime-rlPrimeIntellect-ai2025Decentralized large-scale RL training framework
PRIMEPRIME-RL2025Scalable RL recipe for reasoning
rStarMicrosoft2025Self-evolved deep reasoning for SLMs
veRLByteDance2024LLM RL training framework (Volcano Engine)
trlHuggingFace2024Train language models with RL
RL4LMsAllen2023Aligning LMs to human preference via RL
alignment-handbookHuggingFace2023Recipes for aligning to human/AI preference

Papers

Notation for the My Notes column:

  • [short title](url) — full Chinese deep-dive available (yam.gift blog or book chapter)
  • (omnibus → ...) — covered as a main thread in a survey/overview blog
  • (<verb: derived/extended/contrasted/described/framed/criticized/...> in [blog]: ...) — touched on as a sub-topic inside another deep-dive, with a one-line pointer; multiple pointers can be chained with ;
  • to-write — not yet written
  • (shelved: ...) — deliberately not written; the one-line reason is itself the verdict

RL Reasoning Reproduction (R1 and Beyond)

AbbrTitleFromYearLinkMy Notes
R1DeepSeek-R1: Incentivizing Reasoning Capability via RLDeepSeek2025paperDeepSeek R1 深度技术解析及其影响
LIMOLIMO: Less Is More for ReasoningSJTU2025paper少量高质量数据 SFT 激活推理
s1s1: Simple test-time scalingStanford2025paper(omnibus → SFT-Data)
R1 SurveyThe R1-era LLM new paradigm2025DeepSeek R1 后 LLM 新范式
R1-Zero+Further understanding of R1-Zero2025R1-Zero 的进一步理解和探索
SimpleRL-ZooSimpleRL-Zoo: R1-Zero RL across diverse base modelsHKUST2025paper(omnibus → Think-More-about-R1-Zero)
FastCuRLFastCuRL: Curriculum RL with Stage-wise Context Scaling2025paper(omnibus → Think-More-about-R1-Zero)
Logic-RLLogic-RL: Unleashing LLM Reasoning with Rule-Based RL2025paperYarz-Logic:R1-Zero 相关实验报告
Seed-ThinkingSeed-Thinking-v1.5: Advancing Superb ReasoningByteDance2025paperR1 后范式最佳实践:Seed-Thinking 和 Qwen3
Qwen3Qwen3 Technical ReportQwen2025paper(omnibus → Seed-Thinking-Qwen3)

RL Data Selection & Scaling

AbbrTitleFromYearLinkMy Notes
LIMRLIMR: Less is More for RL ScalingGAIR-NLP2025paper, GitHubR1 相关:RL 数据选择与 Scaling
ORZOpen-Reasoner-ZeroStepFun2025paper, GitHub(omnibus → PPO-Data)
Online-DPO-R1Online-DPO-R1: Effective Reasoning Without the PPO OverheadSalesforce2025paper, GitHubR1 相关:DPO 数据选择与 DPO 等 RL 算法
LIMDLIMD: Less is More on DPO Data2025(omnibus → DPO-Data)
OREALExploring the Limit of Outcome Reward for Math ReasoningInternLM2025paper, GitHub(shelved: the "limit of outcome reward" question got absorbed by the process/dense-reward thread — DELTA / SVM — and RM-Data's "unlocking" view)
DeepScaleRDeepScaleR: Surpassing O1-Preview with a 1.5B Model by Scaling RLAgentica2025paper, GitHub(omnibus → R1-New-Paradigm)
L1 / LCPOControlling How Long A Reasoning Model Thinks With RLCMU2025paper, GitHub(omnibus → R1-New-Paradigm)
MRTOptimizing Test-Time Compute via Meta RL Fine-TuningCMU2025paper, GitHub(shelved: budget control already covered by L1/LCPO in R1-New-Paradigm; its dense progress reward is the same sparse→dense move as Track 07)
ScalingLawValue-Based Deep RL Scales PredictablyBerkeley2025paperto-write (as the pre-LLM anchor of a future "RL Scaling Law" post — ScaleRL-era work as the main thread; RL compute scaling is currently the index's blind spot)

Reward Model (modeling / data / verifier)

AbbrTitleFromYearLinkMy Notes
GRMInference-Time Scaling for Generalist Reward ModelingDeepSeek2025paperReward Model 建模
Skywork-Reward-V2Skywork-Reward-V2Skywork2025paperReward 数据如何塑造与激发推理策略
Spurious RewardsSpurious Rewards: Rethinking Training Signals in RLVRAllen2025paper(omnibus → RM-Data / GRPO-Clip)
ICMAnthropic Internal Coherence MaximizationAnthropic2025blog(omnibus → RM-Data)
DeepSeekMath-V2Towards Self-Verifiable Mathematical ReasoningDeepSeek2025paper, GitHubDeepSeekMath-V2 自我验证:搞数据的风吹到了 RM

Reward Philosophy & Foundations

What a reward is, why reward hacking is structural, and whether one scalar can carry intelligence. All covered in one blog: Reward 设计的本质:从 hack 到 hard.

AbbrTitleFromYearLinkMy Notes
RM-MemorizeWhat do Reward Models Memorize?DeepMind2026paperReward 设计的本质:从 hack 到 hard (RMs memorize surface heuristics → reward hack is structural)
Reward is EnoughReward is EnoughDeepMind (Silver, Singh, Precup, Sutton)2021paper(omnibus → Reward-Design: a single scalar reward can drive all of intelligence — AlphaZero as proof)
Scalar Reward not EnoughScalar Reward is not EnoughVamplew et al.2021paper(omnibus → Reward-Design: rebuttal — intelligence needs vector/multi-objective rewards)
Era of ExperienceWelcome to the Era of ExperienceSutton & Silver2025paper(omnibus → Reward-Design: user-guided reward adaptation over grounded signals; bi-level optimization)
Why LMs HallucinateWhy Language Models HallucinateOpenAI2025paper(omnibus → Reward-Design: hallucination as a form of reward hack — binary benchmarks make "admit uncertainty" never optimal)

Verifier-Free RL (internal-feedback RL)

Two blogs (Verifier-Free RL and Verify-Free RL) cover the algorithms below — listed individually for searchability.

AbbrTitleFromYearLinkMy Notes
NOVERNOVER: Incentive Training without External Verifiers2025paper无验证器 RL 与 Reference 的妙用
TTRLTTRL: Test-Time Reinforcement Learning2025paper无验证 RL——当模型只能相信自己
SRTCan Large Reasoning Models Self-Train?2025paper(omnibus → Verify-Free RL)
EMThe Unreasonable Effectiveness of Entropy Minimization in LLM Reasoning2025paper(omnibus → Verify-Free RL; covers EM-FT / EM-RL / EM-INF)
RENTMaximizing Confidence Alone Improves Reasoning2025paper(omnibus → Verify-Free RL)
EMPORight Question is Already Half the Answer: Fully Unsupervised LLM Reasoning Incentivization2025paper(omnibus → Verify-Free RL)
IntuitorLearning to Reason without External Rewards2025paper(omnibus → Verify-Free RL)
ETTRLETTRL: Balancing Exploration and Exploitation via Entropy Mechanism2025paper(omnibus → Verify-Free RL)
DarlingJointly Reinforcing Diversity and Quality in Language Model Generations2025paper(omnibus → Verify-Free RL)
EVOL-RLEvolving Language Models without Labels: Majority Drives Selection, Novelty Promotes Variation2025paper(omnibus → Verify-Free RL)
RESTRAINRESTRAIN: From Spurious Votes to Signals — Self-Driven RL with Self-Penalization2025paper(omnibus → Verify-Free RL)
No Free LunchNo Free Lunch: Rethinking Internal Feedback for LLM Reasoning2025paper(theoretical critique of Verify-Free; omnibus → Verify-Free RL)

Alignment Classics

AbbrTitleFromYearLinkMy Notes
RLHFTraining language models to follow instructions with human feedbackOpenAI2022paperHuggingLLM 1.3.3:RLHF 流程与思想
RLOOBack to Basics: Revisiting REINFORCE Style Optimization for RLHFCohere2024paper(derived in GiGPO: GRPO with Fnorm=1 ≡ RLOO)
ReMaxReMax: A Simple, Effective, and Efficient RL Method for LLMCUHK2024paper(contrasted in Reinforce++: greedy-baseline variant — inefficient because greedy response is unused for training)

MoE RL Stability

AbbrTitleFromYearLinkMy Notes
R3Stabilizing MoE RL by Aligning Training and Inference RoutersXiaomi2025paper稳定压倒一切:MoE RL 训推不一致问题及解决策略
IcePopSmall Leak Can Sink a Great Ship — Boost RL Training on MoEAnt2025paper(omnibus → RL-MoE-Stable)
TISYour Efficient RL Framework Secretly Brings You Off-Policy RL TrainingUCSD2025paper(omnibus → RL-MoE-Stable)
KATKAT-Coder Tech ReportKuaishou2026blogMoE RL 训练不稳定性再思考:训推不一致,还是采样噪声?

Agentic RL (Step-Level Credit Assignment)

AbbrTitleFromYearLinkMy Notes
GiGPOGroup-in-Group Policy Optimization for LLM Agent TrainingNTU, Skywork AI2025paper, GitHubGiGPO:双层级优势函数驱动的 Agent RL 新范式
COPOThink Fast and Slow: Step-Level Cognitive Depth Adaptation for LLM AgentsTencent2026paper, GitHubCOPO:基于认知模式的 Step-Level Agentic RL 优化
GAGPOGeneralized Advantage Grouped Policy Optimization2026paperGAGPO:如果把GiGPO拉回PPO+GAE
SVMLearning Process Rewards via Success Visitation Matching for Efficient RL2026paper从 SVM 到分布对齐:后训练方法的另一个统一视角

Optimization Algorithms (GRPO Family + Classics)

AbbrTitleFromYearLinkMy Notes
GRPODeepSeekMath: Pushing the Limits of Mathematical ReasoningDeepSeek2024paper(covered in DAPO and R1)
DAPODAPO: An Open-Source LLM RL System at ScaleByteDance Seed2025paper, GitHubDAPO:为 GRPO 的锦上加四点花
Dr.GRPOUnderstanding R1-Zero-Like Training: A Critical PerspectiveSea AI Lab2025paper, GitHub异曲同工的 Dr.GRPO
VAPOVAPO: Efficient and Reliable RL for Advanced ReasoningByteDance Seed2025paperVAPO:基于价值方法的新突破
CISPOMiniMax-M1: Scaling Test-Time Compute EfficientlyMiniMax2025paper, GitHubGRPO 优化在继续:CISPO 和熵
GSPOGroup Sequence Policy OptimizationQwen2025paperToken Level X:DAPO/DrGRPO 与 GSPO/GMPO 的殊途同归
GMPOGeometric-Mean Policy OptimizationUCAS, Microsoft2025paper, GitHub(omnibus → Token-Level-GSPO-GMPO)
GTPOGTPO: Trajectory-Based Policy Optimization in LLMs2025paperGRPO「第一背锅侠」X2:GTPO 双 T 傍地走
Reinforce++REINFORCE++: Stabilizing Critic-Free Policy OptimizationOpenRLHF2025paper, GitHubReinforce++ 和它的 KL Loss 选择
KimiRLKimi k1.5: Scaling RL with LLMsKimi2025paper(omnibus → Open-LLM-RL-ShowCase)
AGAPOEXAONE 4.0: Unified LLM Integrating Non-reasoning and Reasoning ModesLG AI2025paper(omnibus → Open-LLM-RL-ShowCase)
K-EXAONEEXAONE-2 Tech ReportLG AI2026paper(omnibus → Open-LLM-RL-ShowCase)
MOPDMiMo-V2-Flash Technical ReportXiaomi2026paper(omnibus → Open-LLM-RL-ShowCase)
SAPOSoft Adaptive Policy OptimizationQwen2026paper(omnibus → Open-LLM-RL-ShowCase)
DCPODCPO: Dynamic Clipping Policy OptimizationBaichuan2025paper, GitHub(described in GRPO-Clip: adaptive clip bounds based on token prior probability — expanding exploration room for low-probability tokens)
SISTurning Off-Policy Tokens On-Policy: A Plug-in Approach for Improving LLM AlignmentRUC, JD2026paperSIS:不硬clip,大部分token其实可转为on-policy
Pass@k TrainingPass@k Training for Adaptively Balancing Exploration and ExploitationByteDance Seed, RUC2025paper从Pass@k到advantage,一场意想不到的邂逅
AAPOAAPO: Enhancing Reasoning with Advantage Margin2025paper(omnibus → PassK-Training: frozen-reference margin keeps gradient alive when GRPO advantage → 0)
ProGRPOBack to Basics: Revisiting Exploration via Generative Probabilities2026paper(omnibus → PassK-Training: advantage bias = difficulty × generative confidence, 2-D correction)
GRPOEAReasoning with Exploration: An Entropy Perspective2025paper(first in CISPO-and-Entropy: add a clipped, stop-grad entropy term straight onto advantage; revisited in PassK-Training)
EMPGEntropy-Modulated Policy Gradients for Long-Horizon LLM Agents2025paper(omnibus → PassK-Training: multiplicative entropy gate g(H) — amplify confident steps, damp uncertain ones)
BAPOBAPO: Balanced Policy Optimization with Adaptive Clipping2025paper(omnibus → PassK-Training: negatives dominate the gradient & clip blocks entropy-raising updates → adaptive c_high/c_low)
ASPOWhen Importance Sampling Misallocates Credit: Asymmetric Ratios2025paper(omnibus → PassK-Training: flip the IS ratio for positive tokens only — low-prob key tokens finally get strong updates)
Pass@K POPass@K Policy Optimization: Solving Harder RL ProblemsDeepMind2025paperto-write (low-variance unbiased pass@k gradient estimator — the proof-heavy companion to Pass@k Training)
OPOOn-Policy RL with Optimal Reward BaselineMicrosoft2025paper(described in Token-Level-GSPO-GMPO: optimal reward baseline minimizes gradient variance; contrasted in GTPO: focuses on advantage/reward level rather than token level)
SRPOSRPO: Cross-Domain Implementation of Large-Scale RL on LLMKuaishou2025paper, HF(contrasted in Token-Level-GSPO-GMPO: historical resampling retains key samples to improve sample efficiency)
DPODirect Preference OptimizationStanford2024paper(compared inside DPO-Data)
TRPOTrust Region Policy OptimizationBerkeley2015paperTRPO深度拆解:为什么做后训练应该读懂TRPO
FiberPOFiberPO (vanishing theorem & δ-relaxation)2026为什么TRPO在LLM里不能用?——FiberPO的起点 (series part 1)
PPOProximal Policy Optimization AlgorithmsOpenAI2017paper(extended in VAPO: Value-based Augmented PPO with GAE refinements / value-pretraining; contrasted in Reinforce++: PPO with critic vs critic-free Reinforce-style)
REINFORCESimple Statistical Gradient-Following AlgorithmsNortheastern1992paper(extended in CISPO: REINFORCE + IS → CISPO loss; framed in Open-LLM-RL-ShowCase: REINFORCE-with-baseline as analytic frame for all GRPO variants)

Pre-R1 Foundations (Historical Anchors)

Pre-R1 RL × NLP works the author considers personally important. Kept here for sentimental and historical reasons rather than as active reading. Includes the final days of the pre-R1 era — PRIME and rStar-Math shipped in early January 2025, and R1 (Jan 20) buried their lines within weeks. The author's full reflection: 《通向 AGI 的技术路径:多模态、强化学习与新架构的交汇点》"22 年 RL4LMs 出来后我兴奋的晚上觉都没睡着,第一时间就读了他们的代码。"

AbbrTitleFromYearLinkNote
RL4LMs / NLPORL (Not) for NLP: Benchmarks, Baselines, Building BlocksAllen2022paper, GitHubPersonally cited milestone in AI-Future-Framework — first felt RL × NLP could really land
FTHPFine-Tuning Language Models from Human PreferencesOpenAI2020paper, GitHubOpenAI's earliest RLHF experiment; the seed of InstructGPT/ChatGPT
QuarkQuark: Controllable Text Generation with Reinforced [Un]learningAllen2022paper, GitHubEarly attempt at RL for controllable generation × unlearning — niche but conceptually clean
DTDecision Transformer: RL via Sequence ModelingBerkeley2021paper, GitHubThe "RL = sequence modeling" reframing — a parallel branch that diverged from the LLM-RL trunk
rStarrStar: Mutual Reasoning Makes Smaller LLMs StrongerMicrosoft2024paper, GitHubHigh-water mark of the MCTS + SLM mutual-reasoning line — conceptually clean, ended by R1 along with the rest of the search-based branch
rStar-MathrStar-Math: Small LLMs Can Master Math ReasoningMicrosoft2025paper, GitHubShipped 12 days before R1 — the MCTS+PRM line's peak, instantly buried. The author had a blog half-written when R1 landed: a genuinely good paper born in the wrong era; (described in R1-New-Paradigm: rule-based verification on intermediate results via Python execution)
PRIMEProcess Reinforcement through Implicit RewardsPRIME-RL2025paper, GitHubImplicit PRM (trained as ORM, used as PRM) — the line died with R1, though process reward itself returned later as Track 07's dense rewards; (described in R1-New-Paradigm)

Frontier RL — Boundary, Process Reward & Experience

Pure RL frontier: where the training loop itself is being pushed (boundary, process reward, experience-as-data, planning-as-data).

AbbrTitleFromYearLinkMy Notes
DeepSeek-V3.2 Post-trainDeepSeek-V3.2 Tech ReportDeepSeek2025paperDeepSeek V3.2 后训练:稳定压倒一切
RL Boundary (Yue)Does RL Really Incentivize Reasoning Capacity Beyond the Base Model?2025paperRL 究竟能不能突破 Base 边界
Invisible LeashInvisible LeashWu et al.2025paper(omnibus → RL-Are-You-OK)
ProRLProRL: Prolonged RL Expands Reasoning BoundariesNVIDIA2025paper(omnibus → RL-Are-You-OK)
DELTADELTA: Dense Process Reward for RL Boundary Extrapolation2025(omnibus → RL-Are-You-OK)
ERLExperience-as-RL2026paperRL 新范式:从经验到更高质量数据
MR-SearchMR-Search: Meta-Reasoning Search2026paper(omnibus → RL-New-Paradigm-Data)
OELOpen-Ended Learning2026paper(omnibus → RL-New-Paradigm-Data)
LEPALEPA: Learn to Plan before Answering2025paper从「会答」到「会想」:Planning as Data 与思考范式重构
Self-SteeringSelf-Steering2025paper(omnibus → Think-Strategy)

SFT × RL Interplay

SFT as a special case of RL, forgetting dynamics, unified post-training theory.

AbbrTitleFromYearLinkMy Notes
GFTFrom Imitation to Reward Fine-Tuning with Unbiased Group Advantages2026paper你可能没那么懂 SFT:SFT 与 RL 的爱恨纠葛
HPTTowards a Unified View of Large Language Model Post-Training2025paper(omnibus → SFT-vs-RL)
RL's RazorWhy Online Reinforcement Learning Forgets Less2025paper(omnibus → SFT-vs-RL)
Conditional SFTRethinking Generalization in Reasoning SFT2026paper(omnibus → SFT-vs-RL)
MiniLLMMiniLLM: Knowledge Distillation of Large Language ModelsTHU, MSR2023paper(described in Open-LLM-RL-ShowCase: forward vs reverse KL in distillation; connected in SVM-to-Alignment: reverse-KL distillation sits on the same mode-seeking axis as RL/DPO)

Beyond RL — Training-Free / Behavior Shaping / Real-time PEFT

Post-RL directions covered in the same blogs. The paradigm is moving away from classical RL training, into context, behavior, and parameter-efficient adaptation. They are not RL by the textbook definition, but they share the same goal — shape model behavior — and several of them (Activation Steering, Context Engineering) are the upstream signals that Training-Free RL only later named explicitly.

AbbrTitleFromYearLinkMy Notes
TRTTest-time Recursive Thinking: Self-Improvement without External FeedbackMicrosoft2026paperTraining-Free RL:当训练不再更新参数,而是更新上下文
Training-Free GRPOTraining-Free Group Relative Policy Optimization2025paper(omnibus → Training-Free RL)
MemAPOMemAPO: Memory-Augmented Policy Optimization2026paper(omnibus → Training-Free RL)
Update-Free SteeringUpdate-Free On-Policy Steering via Verifiers2026paper(omnibus → Training-Free RL)
Activation EngineeringSteering Language Models With Activation Engineering2023paper激活诱导 LLM 指令跟随
Activation Steering (IF)Improving Instruction-Following in Language Models through Activation SteeringMicrosoft2024paper(omnibus → 激活诱导 LLM 指令跟随)
Context EngineeringContext Engineering for AI Agents: Lessons from Building ManusManus2025blog重识 LLM 法则:上下文工程与数据进化
MiCAMiCA: Minor-Component Adaptation2026paper实时学习:极致高效的子空间微调
TinyLoRATinyLoRA2026(omnibus → Real-time-Learning-from-PEFT)

Chronological Blog Timeline

All blog posts in publishing order, with the author's one-sentence takeaway. Use this when you want to follow the narrative arc rather than search by paper.

DateTrackBlog (Chinese)One-sentence takeaway
2025-02-1701DeepSeek R1 深度技术解析及其影响Data sets the ceiling, algorithms approach it; pure rule-based RL works.
2025-02-1801少量高质量数据 SFT 激活推理LIMO/s1: small high-quality SFT activates reasoning, doesn't teach it.
2025-02-2701R1 相关:RL 数据选择与 ScalingLIMR/ORZ: less-is-more applies to RL data, not just SFT.
2025-03-0201R1 相关:DPO 数据选择与 DPO 等 RL 算法Online-DPO can rival PPO when paired with the right data pipeline.
2025-03-1501DeepSeek R1 后 LLM 新范式The post-R1 path forks into multiple parallel lines (length, scaling, MRT, …).
2025-03-1902DAPO:为 GRPO 的锦上加四点花DAPO = Clip-Higher + Dynamic Sampling + Token-Level Loss + Overlong Reward Shaping.
2025-03-2802异曲同工的 Dr.GRPODr.GRPO removes the length & std normalization biases hidden in vanilla GRPO.
2025-04-1001R1-Zero 的进一步理解和探索R1-Zero behavior depends heavily on base model; "Aha moment" is partly base-pretrain artifact.
2025-04-1902VAPO:基于价值方法的新突破Value-based methods come back to compete with critic-free GRPO.
2025-04-2601Yarz-Logic:R1-Zero 相关实验报告Hands-on Logic-RL replication: where R1-Zero's edges are in practice.
2025-05-0101R1 后范式最佳实践:Seed-Thinking 和 Qwen3Seed-Thinking + Qwen3 are the two most complete industrial post-R1 recipes.
2025-06-0903Reward Model 建模General-domain RM needs principles+critique, not a single scalar (DeepSeek-GRM).
2025-06-1902GRPO 优化在继续:CISPO 和熵CISPO shows clip is not just stability — it shapes the explore/exploit edge.
2025-07-0105激活诱导 LLM 指令跟随Activation Steering: behavior shaping without weight updates — the prequel to Update-Free Steering.
2025-07-1303Reward 数据如何塑造与激发推理策略Good reward data unlocks pre-existing strategies; even spurious rewards can do this.
2025-07-2507GiGPO:双层级优势函数驱动的 Agent RL 新范式Agent RL needs hierarchical (group-in-group) advantages for proper credit assignment.
2025-07-2705重识 LLM 法则:上下文工程与数据进化"Everything is context" — the early manifesto behind Training-Free RL.
2025-08-1402Token Level X:DAPO/DrGRPO 与 GSPO/GMPO 的殊途同归Token-level vs sequence-level is THE axis of the GRPO family.
2025-08-3002GRPO「第一背锅侠」X2:GTPO 双 T 傍地走GTPO: trajectory-level view exposes more of GRPO's hidden assumptions.
2025-09-1202GRPO「又一背锅侠」:Clip 的各种拉扯Side-by-side: Clip-Higher vs Clip-Wider vs Spurious Rewards on the same axis.
2025-10-2402Reinforce++ 和它的 KL Loss 选择KL Loss choice (k2 vs k3) matters more than usually credited.
2025-11-1103无验证器 RL 与 Reference 的妙用Without verifiers, use PPL / reference-likelihood / reverse-self-eval as proxies.
2025-11-2903DeepSeekMath-V2 自我验证:搞数据的风吹到了 RMReward should model "where the answer is wrong"; generation ↔ verification co-evolve.
2025-12-0302DeepSeek V3.2 后训练:稳定压倒一切Industry's MoE post-train recipe: stability above all else.
2025-12-2103无验证 RL——当模型只能相信自己All internal-feedback methods compress entropy → exploration crisis sooner or later.
2025-12-3105RL 究竟能不能突破 Base 边界Most RL is sampling polish; true extrapolation needs edge data + process reward.
2026-01-1402LLM 强化的「炼金术」:主流开源模型的 RL 优化策略赏析5 industrial GRPO variants (Kimi/EXAONE/MiMo/MiniMax/Qwen) compared side-by-side — every team is patching the same holes.
2026-01-1704稳定压倒一切:MoE RL 训推不一致问题及解决策略Train-infer router mismatch is the surface; R3 / IcePop / TIS each take a different angle.
2026-01-2204MoE RL 训练不稳定性再思考:训推不一致,还是采样噪声?Even recomputing logprobs on MoE drifts; the deeper cause is sampling noise, not routing.
2026-03-2405Training-Free RL:当训练不再更新参数,而是更新上下文Advantage in text/context, not in weight space — fixed model can still "RL".
2026-03-2905RL 新范式:从经验到更高质量数据The loop becomes "trajectory → information gain → re-supervision".
2026-04-1105实时学习:极致高效的子空间微调MiCA/TinyLoRA: pluggable real-time learning by occupying the minor singular directions.
2026-04-1705从「会答」到「会想」:Planning as Data 与思考范式重构Reasoning becomes a data format; the next battle is how to construct planning data.
2026-04-2307COPO:基于认知模式的 Step-Level Agentic RL 优化Step-level cognitive advantage reweighting — GRPO should not treat all steps equally in agentic tasks.
2026-05-1102TRPO深度拆解:为什么做后训练应该读懂TRPOTRPO is the theoretical bedrock of PPO and GRPO — IS + Trust Region + Advantage are the three pillars.
2026-05-1807GAGPO:如果把GiGPO拉回PPO+GAECritic-free Agentic RL: use GRPO's grouping to estimate V, then GAE for per-step advantage.
2026-06-0106你可能没那么懂 SFT:SFT 与 RL 的爱恨纠葛SFT is a special case of RL; the question is "which layer is activating vs. memorizing?"
2026-06-2202为什么TRPO在LLM里不能用?——FiberPO的起点γ must be 1 in LLM RL → TRPO trust region vanishes to zero; PPO/GRPO clip is empirical δ-relaxation.
2026-07-0406从 SVM 到分布对齐:后训练方法的另一个统一视角SVM/DPO/RLHF/SFT are all distribution alignment — differing in anchor count, KL direction, and anchor observability.
2026-07-1302SIS:不硬clip,大部分token其实可转为on-policyRejection sampling turns most off-policy tokens on-policy — keep the gradient signal instead of clipping it; provably tighter error bound (D_SIS ≤ D).
2026-08-2603Reward 设计的本质:从 hack 到 hardReward is a lossy compression of preference; reward hack is structural, not a bug — treat reward as a prior to revise, not ground truth.
2026-09-1102从Pass@k到advantage,一场意想不到的邂逅Pass@k training = dynamically weakening negative-advantage by global correct-count; converges to the whole 2025-H2 advantage-shaping red ocean (AAPO/ProGRPO/GRPOEA/EMPG/BAPO/ASPO).

Appendix

Citation / Feedback

If this index or the linked blog posts are useful, leave a note on GitHub Issues, or cite yam.gift when referencing.

"Don't chase the wind — chase the long view; measure one year by the yardstick of ten." — 长琴

agentic-rl
alignment
awesome
awesome-list
curated-list
deepseek-r1
dpo
grpo
llm
llm-reasoning
llm-training
moe
paper-list
post-training
ppo
reasoning
reinforcement-learning
reward-modeling
rl-from-human-feedback
rlhf

Contributors

hscspring

33 commits