ArticleslgStudy

computer science

Reasoning model

Reasoning model is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Reasoning model rather than just read about it. In short: Reasoning language models (RLMs) or large reasoning models (LRMs) are large language models that are trained further to solve tasks that take several steps of reasoning. They tend to do better on logic, math, and programming tasks than standard LLMs, can revisit and revise earlier steps, and make use of extra computation while answering as another way to scale performance, alongside the number of training examples…

Key takeaways

  • Reasoning model belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Reasoning model to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Reasoning model from memory before moving on to harder problems.

Reference excerpt

Reasoning language models (RLMs) or large reasoning models (LRMs) are large language models that are trained further to solve tasks that take several steps of reasoning. They tend to do better on logic, math, and programming tasks than standard LLMs, can revisit and revise earlier steps, and make use of extra computation while answering as another way to scale performance, alongside the number of training examples, parameters, and training compute.

History

2024 In September 2024, OpenAI released o1-preview, an LLM with enhanced reasoning. The full version, o1, followed in December 2024. OpenAI also began sharing results on its successor, o3. The development of reasoning LLMs has illustrated what Rich Sutton called the "bitter lesson": that scaling compute often outperforms methods that rely on specific human insights. For example, the Generative AI Research Lab (GAIR) explored complex methods such as tree search and reinforcement learning to replicate o1's capabilities. In their "o1 Replication Journey" papers they reported that knowledge distillation (training a smaller model to imitate o1's outputs) worked surprisingly well. This highlighted the effectiveness of distillation in this context. Alibaba released reasoning versions of its Qwen LLMs in November 2024. In December 2024, the team introduced QvQ-72B-Preview, an experimental visual reasoning model. In December 2024, Google introduced Deep Research in Gemini, a feature that runs multi-step research tasks. On December 16, 2024, an experiment with a Llama 3B model showed that by scaling test-time compute, a relatively small model could outperform a much larger Llama 70B model on challenging reasoning tasks. This suggested that better inference strategies can unlock useful reasoning capabilities even in small models.

2025 In January 2025, DeepSeek released R1, a model with comparable performance to o1 at lower cost. The release demonstrated the effectiveness of Group Relative Policy Optimization (GRPO). On January 25, 2025, DeepSeek added a feature to DeepSeek R1 that lets the model search the web while it reasons, making it easier to combine retrieval with reasoning. The effectiveness of distillation for reasoning models was shown in works such as s1-32B, which achieved strong performance through budget forcing and scaling methods. On February 2, 2025, OpenAI released Deep Research based on their o3 model, allowing users to initiate complex research tasks and generate comprehensive reports which incorporate various sources from the web. OpenAI called GPT-4.5 its "last non-chain-of-thought model", and implemented with GPT-5 a router that selects a model based on the difficulty of the task.

2026 In January 2026, Moonshot AI released Kimi K2.5, an open-source 1 trillion parameter MoE model with 32 billion active parameters which was followed by release of Kimi K2.6 in April 2026 with both Kimi models use an “Agent Swarm” system that dynamically decomposes tasks into sub-agents for reasoning and execution, enabling more scalable multi-step problem solving than a single sequential reasoning chain, However both Kimi models despite being identical in parameters have differences in Agent Swarm with K2.5 utilizing a 100 sub-agent format while K2.6 utilized 300 sub-agent which enhanced the latter's ability for task coordination.

Supervised finetuning A large language model (LLM) can be fine-tuned on a dataset of reasoning tasks paired with example solutions and step-by-step (reasoning) traces. The fine-tuned model can then produce its own reasoning traces for new problems. Because human-written traces are costly to collect, researchers have proposed ways to build such datasets automatically. In rejection sampling finetuning (RFT), new reasoning traces are gathered in a loop:

Sample a task prompt. Generate many reasoning traces for the prompt. Use a verifier to remove reasoning traces with a wrong final answer, and optionally remove duplicates

Reinforcement learning A pretrained language model can be further trained with RL. In the RL formalism, a generative language model is a policy π {\displaystyle \pi } . A task prompt is an environmental state x {\displaystyle x} , and the model's response is an action y {\displaystyle y} . The probability that the model responds x {\displaystyle x} with y {\displaystyle y} is π ( y | x ) {\displaystyle \pi (y|x)} . Training a reasoning language model with RL means constructing a reward model r ( x , y ) {\displaystyle r(x,y)} to guide the RL process. Intuitively, the reward says how good a response is for a prompt. For a reasoning task, the reward is high if the response solves the task and low if it does not. A response y {\displaystyle y} may be broken-down into multiple steps, written y 1 , y 2 , … , y n {\displaystyle y_{1},y_{2},\dots ,y_{n}} . Most recent systems use policy-gradient methods such as Proximal Policy Optimization (PPO) because PPO constrains each policy update with a clipped objective, which stabilises training for very large policies.

Outcome reward model

… excerpt ends here. Continue reading the full article.

Worked examples

Example 1 — a first encounter with Reasoning model

Start with the simplest possible case. Write down what Reasoning model claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Reasoning model before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Reasoning model ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Reasoning model

In research
Reasoning model appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Reasoning model in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Reasoning model is common in secondary-school and first-year university syllabi. It links to neighbouring topics Artificial intelligence, Automated reasoning, Large language models, so understanding it makes those chapters shorter.
In everyday life
Look for Reasoning model outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Reasoning model in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Reasoning model means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Reasoning model out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Reasoning model in simple terms?

Reasoning language models (RLMs) or large reasoning models (LRMs) are large language models that are trained further to solve tasks that take several steps of reasoning. They tend to do better on logic, math, and programming tasks than standard LLMs, can revisit and revise earlier steps, and make u…

Why does Reasoning model matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Reasoning model?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Reasoning model.

Tags

  • Artificial intelligence
  • Automated reasoning
  • Large language models
  • Machine learning
  • Natural language processing

Keep exploring