Learning and research after DeepSeek-R1, around test-time computing, resurgence of RL, and new LLM learning/application paradigms.
24
159 commits
updated Apr 23, 2026
Resources and research after DeepSeek-R1, around test-time computing, resurgence of RL, and new LLM learning/application paradigms.
This behavior is not only a testament to the model’s growing reasoning abilities but also a captivating example of how reinforcement learning can lead to unexpected and sophisticated outcomes.
-- From DeepSeek-R1
-- From Mark Chen, OpenAI Chief Research Officer
Training dynamics of our Qwen2.5-SimpleRL-Zero training starting from the Qwen2.5-Math-7B, without SFT or reward models.

Figure 1: DeepScaleR 1.5B model's Pass@1 accuracy on AIME2024 as RL training progresses. At step 1040 and 1520, the context length is extended to 16K and 24K. For more details, see our blog post.
There May Not be Aha Moment in R1-Zero-like Training — A Pilot Study
(2025 Mar) QwQ-32B: Embracing the Power of Reinforcement Learning
RL libraries:
Starting models: Qwen2.5 (base, instruct, R1-distilled, math) seems most popular (as of Mar 2025) (why? some empirical answers), both 3B and 7B models are made work; 0.5B is a bit weaker but could also learn
RL algorithms: GRPO, PPO (some dispute on whether GRPO is the must, here and here)
GPU resourse: see the other reproductions, and discussion e.g. here
RL + LLM applied to agents
RL + LLM applied to tool calling
RL + LLM applied with synthetic logic puzzles with controllable complexity and straightforward answer verification
RL + LLM applied to coding
RL + LLM applied to coding
RL + LLM applied to multimodality (such as VLMs)
RL + LLM applied to multimodality
RL + LLM applied to multimodality
RL + LLM applied to multimodality
RL + LLM applied to retrieval (interleaved with generaion/reasoning)
RL + LLM applied to retrieval (RAG)
RL + LLM applied to retrieval
Here is a collection of papers of different topics and flavors. They are not (cannot be) exhaustive, but grouped based on their themes to give some sense of different types of research and problems in the space.
Joe: I marked the year with month for papers, due to the extreme fast pace in this domain of exploding research
-> Test-time scaling for math
(2024 Nov) Deliberative Alignment: Reasoning Enables Safer Language Models
-> Test-time scaling for safety
(2025 Jan) s1: Simple test-time scaling
-> Test-time scaling for reasoning
(2025 Feb) S∗: Test Time Scaling for Code Generation
-> Test-time scaling for coding
(2025 Feb) Teaching Language Models to Critique via Reinforcement Learning
-> Test-time scaling for coding
[!note] Joe: If we think about test time computing promoted by OpenAI o1, Deepmind AlphaCode in 2022 already used test-time scaling to do a lot of sampling and selection to boost the performance of competitive coding.
(2025 Feb) Multi-Agent Verification: Scaling Test-Time Compute with Multiple Verifiers
-> Test-time scaling with multiple agents (LLMs) for verification
(2025 Mar) Chain-of-Retrieval Augmented Generation
-> Test-time scaling for RAG
(2025 Mar) Remasking Discrete Diffusion Models with Inference-Time Scaling
-> Test-time scaling for discrete diffusion models for texts
-> Test-time scaling for small langauge models (SLMs) with tool integration and external verification
(2024 Feb) Scaling Laws for Downstream Task Performance in Machine Translation
-> Scaling behavior in a transfer learning setting
(2025 Feb) Distillation Scaling Laws
-> Scaling behavior for knowledge distillation
(2025 Feb) Distributional Scaling Laws for Emergent Capabilities
-> Emerging capabilities across multiple training runs with different random seeds
(2025 Feb) Process Reinforcement through Implicit Rewards
(2025 Jan) Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step
(2025 Mar) ImageGen-CoT: Enhancing Text-to-Image In-context Learning with Chain-of-Thought Reasoning
(2025 Apr) SpatialReasoner: Towards Explicit and Generalizable 3D Spatial Reasoning
(2025 May) Omni-R1: Do You Really Need Audio to Fine-Tune Your Audio LLM?
(2025 Feb) Self-rewarding correction for mathematical reasoning
-> Self corrections trained with RL during generaion
(2025 Mar) Reinforcement Learning for Long-Horizon Interactive LLM Agents
-> RL (LOOP, a data- and memory-efficient variant of proximal policy optimization) for long-horizon interactive agents (AppWorld)
(2025, Sep) RLP: Reinforcement as a Pretraining Objective
-> Train with RL to let model think before generating every token
(2024, Mar) Quiet-STaR: Language Models Can Teach Themselves to Think Before Speaking
(2025 Mar) START: Self-taught Reasoner with Tools
-> Integrate tool usages with reasoning, with controled hint insertion and rejection sampling for training
(2025 Feb) LIMO: Less is More for Reasoning
(2025 May) SEAL: Steerable Reasoning Calibration of Large Language Models for Free
(2025 Jan) Advancing Language Model Reasoning through Reinforcement Learning and Inference Scaling
-> Tricks to scale up RL training to make it work
(2025 Feb) Demystifying Long Chain-of-Thought Reasoning in LLMs
-> Analyzing the learning dynamics of emergent reasoning with LLM + RL, across different factors such as SFT initilization, lengh reward design, etc.
-> Reproduction of RL training on a diverse set of base models beside Qwen used in DeepSeek-R1. Also works for small language models (SLMs).
-> Analyzing the behaviors of emergent reasoning from LLM + RL, across base models and training data
(2025 Mar) Understanding R1-Zero-Like Training: A Critical Perspective
-> Analyzing base models and RL
-> Analyzing the role of prefixes of reasoning trajectories; could also work for self-improvements
(2025 Jue) Thought Anchors: Which LLM Reasoning Steps Matter? -> Analysis of reasoning sentences
-> Not necessarily long CoT, but built a topological graph to explain reasoning patterns.
(2025 Sept) Reasoning Vectors: Transferring Chain-of-Thought Capabilities via Task Arithmetic -> Steering/task vectors for reasoning
(2025 Oct) First Try Matters: Revisiting the Role of Reflection in Reasoning Models -> challenges the conception that reflection in model reasoning actually does "reflection"
(2025 Sept) RL's Razor: Why Online Reinforcement Learning Forgets Less
(2025, Apr) Echo Chamber: RL Post-training Amplifies Behaviors Learned in Pretraining
(2025, Jun) Spurious Rewards: Rethinking Training Signals in RLVR
(2025 Nov) Reinforcement Learning Improves Traversal of Hierarchical Knowledge in LLMs
Thought Anchors: https://www.thought-anchors.com/
Open Thoughts: https://github.com/open-thoughts/open-thoughts
(2025 Nov) JustRL: Scaling a 1.5B LLM with a Simple RL Recipe
(2025, Jun) TreeRPO: Tree Relative Policy Optimization
(2025 June) Consistent Paths Lead to Truth: Self-Rewarding Reinforcement Learning for LLM Reasoning
(2025, July) STeCa: Step-level Trajectory Calibration for LLM Agent Learning
(2024 Dec) Compressed Chain of Thought: Efficient Reasoning through Dense Representations
(2024, Dec) Token-Budget-Aware LLM Reasoning
(2025, Jan) Think Smarter not Harder: Adaptive Reasoning with Inference Aware Optimization
(2025 Feb) TokenSkip: Controllable Chain-of-Thought Compression in LLMs
(2025 Mar) Chain of Draft: Thinking Faster by Writing Less
-> Joe: this is not using RL, but just a simple way of prompting by limiting the reasoning step lengths with instructions in prompts. I think similarly we can train LLM with RL to enforce this, and/or as a reward, to improve efficiency during the reasoning process
-> Joe: (a few days later) found out the following paper does that exactly lol
(2025 Mar) L1: Controlling How Long A Reasoning Model Thinks With Reinforcement Learning
-> Joe: LLM + RL to encourage shorter reasoning steps. The way is to condition on special symbols in the prompt controling reasoning steps, which poses another reward
(2025 Feb) Demystifying Long Chain-of-Thought Reasoning in LLMs
-> Joe: see Section 4.2 for the length control with reward design. Strategy is similar to the paper above.
(2025, Feb) [EMNLP 2025] LightThinker: Thinking Step-by-Step Compression
-> Joe: Compressing thinking steps into smaller set of special tokens. Train with special attention mask, inference with reduced KV cache based on the mask structures.
-> reward shaping to reduce reasoning token numbers within each GRPO batch
(2025 Apr) Z1: Efficient Test-time Scaling with Code
-> Reducing reasoning token length through SFT on QwQ-32B-preview model generated data
<think>...</think> delimiters?(2024 Apr) Reasoning Models Know When They're Right: Probing Hidden States for Self-Verification
-> Probe whether the intermediate reasoning step hidden states can predict the correctness of the final answer
(2025 Apr) ThinkPrune: Pruning Long Chain-of-Thought of LLMs via Reinforcement Learning
-> Added reasoning length limit as a reward for RL
(2025 Apr) Stop Overthinking: A Survey on Efficient Reasoning for Large Language Models
-> Survey
(2025 Apr) Learning Adaptive Parallel Reasoning with Language Models
-> Changing the generation process to combine parallel and sequential search during generation
(2025 May) Learn to Reason Efficiently with Adaptive Length-based Reward Shaping
-> Reducing reasoning trajectory with different length reward shapes
(2025 May) SEAL: Steerable Reasoning Calibration of Large Language Models for Free
(2025 May) AutoL2S: Auto Long-Short Reasoning for Efficient Large Language Models
(2025, Apr) Acting Less is Reasoning More! Teaching Model to Act Efficiently
-> reward shaping to reduce the cost of the number of tool calling
-> Again adding a length related penalty in the reward for RL training, but adjusted to the difficulty of each questions, measured by the pass rate of K samples
(2025 June) Token-Efficient RL for LLM Reasoning
-> Reduce resource usages when training with GRPO with LoRA
(2025, Jun) AALC: Large Language Model Efficient Reasoning via Adaptive Accuracy-Length Control
(2025 Aug) Efficient Inference for Large Reasoning Models: A Survey
-> Survey
(2025, Aug) Deep Think with Confidence
(2025, Oct, Webpage) Efficient LLM Reasoning Papers
-> List of recent relevant papers from Arxiv
(2025, Oct) The Markovian Thinker: Architecture-Agnostic Linear Scaling of Reasoning
-> structured compression of thinking chunks
(2025, Dec) Think Before You Prune: Self-Reflective Structured Pruning for Reasoning Language Models
159 commits
Learning and research after DeepSeek-R1, around test-time computing, resurgence of RL, and new LLM learning/application paradigms.
24
159 commits
updated Apr 23, 2026
Resources and research after DeepSeek-R1, around test-time computing, resurgence of RL, and new LLM learning/application paradigms.
This behavior is not only a testament to the model’s growing reasoning abilities but also a captivating example of how reinforcement learning can lead to unexpected and sophisticated outcomes.
-- From DeepSeek-R1
-- From Mark Chen, OpenAI Chief Research Officer
Training dynamics of our Qwen2.5-SimpleRL-Zero training starting from the Qwen2.5-Math-7B, without SFT or reward models.

Figure 1: DeepScaleR 1.5B model's Pass@1 accuracy on AIME2024 as RL training progresses. At step 1040 and 1520, the context length is extended to 16K and 24K. For more details, see our blog post.
There May Not be Aha Moment in R1-Zero-like Training — A Pilot Study
(2025 Mar) QwQ-32B: Embracing the Power of Reinforcement Learning
RL libraries:
Starting models: Qwen2.5 (base, instruct, R1-distilled, math) seems most popular (as of Mar 2025) (why? some empirical answers), both 3B and 7B models are made work; 0.5B is a bit weaker but could also learn
RL algorithms: GRPO, PPO (some dispute on whether GRPO is the must, here and here)
GPU resourse: see the other reproductions, and discussion e.g. here
RL + LLM applied to agents
RL + LLM applied to tool calling
RL + LLM applied with synthetic logic puzzles with controllable complexity and straightforward answer verification
RL + LLM applied to coding
RL + LLM applied to coding
RL + LLM applied to multimodality (such as VLMs)
RL + LLM applied to multimodality
RL + LLM applied to multimodality
RL + LLM applied to multimodality
RL + LLM applied to retrieval (interleaved with generaion/reasoning)
RL + LLM applied to retrieval (RAG)
RL + LLM applied to retrieval
Here is a collection of papers of different topics and flavors. They are not (cannot be) exhaustive, but grouped based on their themes to give some sense of different types of research and problems in the space.
Joe: I marked the year with month for papers, due to the extreme fast pace in this domain of exploding research
-> Test-time scaling for math
(2024 Nov) Deliberative Alignment: Reasoning Enables Safer Language Models
-> Test-time scaling for safety
(2025 Jan) s1: Simple test-time scaling
-> Test-time scaling for reasoning
(2025 Feb) S∗: Test Time Scaling for Code Generation
-> Test-time scaling for coding
(2025 Feb) Teaching Language Models to Critique via Reinforcement Learning
-> Test-time scaling for coding
[!note] Joe: If we think about test time computing promoted by OpenAI o1, Deepmind AlphaCode in 2022 already used test-time scaling to do a lot of sampling and selection to boost the performance of competitive coding.
(2025 Feb) Multi-Agent Verification: Scaling Test-Time Compute with Multiple Verifiers
-> Test-time scaling with multiple agents (LLMs) for verification
(2025 Mar) Chain-of-Retrieval Augmented Generation
-> Test-time scaling for RAG
(2025 Mar) Remasking Discrete Diffusion Models with Inference-Time Scaling
-> Test-time scaling for discrete diffusion models for texts
-> Test-time scaling for small langauge models (SLMs) with tool integration and external verification
(2024 Feb) Scaling Laws for Downstream Task Performance in Machine Translation
-> Scaling behavior in a transfer learning setting
(2025 Feb) Distillation Scaling Laws
-> Scaling behavior for knowledge distillation
(2025 Feb) Distributional Scaling Laws for Emergent Capabilities
-> Emerging capabilities across multiple training runs with different random seeds
(2025 Feb) Process Reinforcement through Implicit Rewards
(2025 Jan) Can We Generate Images with CoT? Let's Verify and Reinforce Image Generation Step by Step
(2025 Mar) ImageGen-CoT: Enhancing Text-to-Image In-context Learning with Chain-of-Thought Reasoning
(2025 Apr) SpatialReasoner: Towards Explicit and Generalizable 3D Spatial Reasoning
(2025 May) Omni-R1: Do You Really Need Audio to Fine-Tune Your Audio LLM?
(2025 Feb) Self-rewarding correction for mathematical reasoning
-> Self corrections trained with RL during generaion
(2025 Mar) Reinforcement Learning for Long-Horizon Interactive LLM Agents
-> RL (LOOP, a data- and memory-efficient variant of proximal policy optimization) for long-horizon interactive agents (AppWorld)
(2025, Sep) RLP: Reinforcement as a Pretraining Objective
-> Train with RL to let model think before generating every token
(2024, Mar) Quiet-STaR: Language Models Can Teach Themselves to Think Before Speaking
(2025 Mar) START: Self-taught Reasoner with Tools
-> Integrate tool usages with reasoning, with controled hint insertion and rejection sampling for training
(2025 Feb) LIMO: Less is More for Reasoning
(2025 May) SEAL: Steerable Reasoning Calibration of Large Language Models for Free
(2025 Jan) Advancing Language Model Reasoning through Reinforcement Learning and Inference Scaling
-> Tricks to scale up RL training to make it work
(2025 Feb) Demystifying Long Chain-of-Thought Reasoning in LLMs
-> Analyzing the learning dynamics of emergent reasoning with LLM + RL, across different factors such as SFT initilization, lengh reward design, etc.
-> Reproduction of RL training on a diverse set of base models beside Qwen used in DeepSeek-R1. Also works for small language models (SLMs).
-> Analyzing the behaviors of emergent reasoning from LLM + RL, across base models and training data
(2025 Mar) Understanding R1-Zero-Like Training: A Critical Perspective
-> Analyzing base models and RL
-> Analyzing the role of prefixes of reasoning trajectories; could also work for self-improvements
(2025 Jue) Thought Anchors: Which LLM Reasoning Steps Matter? -> Analysis of reasoning sentences
-> Not necessarily long CoT, but built a topological graph to explain reasoning patterns.
(2025 Sept) Reasoning Vectors: Transferring Chain-of-Thought Capabilities via Task Arithmetic -> Steering/task vectors for reasoning
(2025 Oct) First Try Matters: Revisiting the Role of Reflection in Reasoning Models -> challenges the conception that reflection in model reasoning actually does "reflection"
(2025 Sept) RL's Razor: Why Online Reinforcement Learning Forgets Less
(2025, Apr) Echo Chamber: RL Post-training Amplifies Behaviors Learned in Pretraining
(2025, Jun) Spurious Rewards: Rethinking Training Signals in RLVR
(2025 Nov) Reinforcement Learning Improves Traversal of Hierarchical Knowledge in LLMs
Thought Anchors: https://www.thought-anchors.com/
Open Thoughts: https://github.com/open-thoughts/open-thoughts
(2025 Nov) JustRL: Scaling a 1.5B LLM with a Simple RL Recipe
(2025, Jun) TreeRPO: Tree Relative Policy Optimization
(2025 June) Consistent Paths Lead to Truth: Self-Rewarding Reinforcement Learning for LLM Reasoning
(2025, July) STeCa: Step-level Trajectory Calibration for LLM Agent Learning
(2024 Dec) Compressed Chain of Thought: Efficient Reasoning through Dense Representations
(2024, Dec) Token-Budget-Aware LLM Reasoning
(2025, Jan) Think Smarter not Harder: Adaptive Reasoning with Inference Aware Optimization
(2025 Feb) TokenSkip: Controllable Chain-of-Thought Compression in LLMs
(2025 Mar) Chain of Draft: Thinking Faster by Writing Less
-> Joe: this is not using RL, but just a simple way of prompting by limiting the reasoning step lengths with instructions in prompts. I think similarly we can train LLM with RL to enforce this, and/or as a reward, to improve efficiency during the reasoning process
-> Joe: (a few days later) found out the following paper does that exactly lol
(2025 Mar) L1: Controlling How Long A Reasoning Model Thinks With Reinforcement Learning
-> Joe: LLM + RL to encourage shorter reasoning steps. The way is to condition on special symbols in the prompt controling reasoning steps, which poses another reward
(2025 Feb) Demystifying Long Chain-of-Thought Reasoning in LLMs
-> Joe: see Section 4.2 for the length control with reward design. Strategy is similar to the paper above.
(2025, Feb) [EMNLP 2025] LightThinker: Thinking Step-by-Step Compression
-> Joe: Compressing thinking steps into smaller set of special tokens. Train with special attention mask, inference with reduced KV cache based on the mask structures.
-> reward shaping to reduce reasoning token numbers within each GRPO batch
(2025 Apr) Z1: Efficient Test-time Scaling with Code
-> Reducing reasoning token length through SFT on QwQ-32B-preview model generated data
<think>...</think> delimiters?(2024 Apr) Reasoning Models Know When They're Right: Probing Hidden States for Self-Verification
-> Probe whether the intermediate reasoning step hidden states can predict the correctness of the final answer
(2025 Apr) ThinkPrune: Pruning Long Chain-of-Thought of LLMs via Reinforcement Learning
-> Added reasoning length limit as a reward for RL
(2025 Apr) Stop Overthinking: A Survey on Efficient Reasoning for Large Language Models
-> Survey
(2025 Apr) Learning Adaptive Parallel Reasoning with Language Models
-> Changing the generation process to combine parallel and sequential search during generation
(2025 May) Learn to Reason Efficiently with Adaptive Length-based Reward Shaping
-> Reducing reasoning trajectory with different length reward shapes
(2025 May) SEAL: Steerable Reasoning Calibration of Large Language Models for Free
(2025 May) AutoL2S: Auto Long-Short Reasoning for Efficient Large Language Models
(2025, Apr) Acting Less is Reasoning More! Teaching Model to Act Efficiently
-> reward shaping to reduce the cost of the number of tool calling
-> Again adding a length related penalty in the reward for RL training, but adjusted to the difficulty of each questions, measured by the pass rate of K samples
(2025 June) Token-Efficient RL for LLM Reasoning
-> Reduce resource usages when training with GRPO with LoRA
(2025, Jun) AALC: Large Language Model Efficient Reasoning via Adaptive Accuracy-Length Control
(2025 Aug) Efficient Inference for Large Reasoning Models: A Survey
-> Survey
(2025, Aug) Deep Think with Confidence
(2025, Oct, Webpage) Efficient LLM Reasoning Papers
-> List of recent relevant papers from Arxiv
(2025, Oct) The Markovian Thinker: Architecture-Agnostic Linear Scaling of Reasoning
-> structured compression of thinking chunks
(2025, Dec) Think Before You Prune: Self-Reflective Structured Pruning for Reasoning Language Models
159 commits