Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in
1
104-6
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 61
    • Issues 61
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
  • Alanna Dollery
  • 104-6
  • Issues
  • #58

Closed
Open
Opened Jun 01, 2025 by Alanna Dollery@alannadollery9
  • Report abuse
  • New issue
Report abuse New issue

DeepSeek Open-Sources DeepSeek-R1 LLM with Performance Comparable To OpenAI's O1 Model


DeepSeek open-sourced DeepSeek-R1, an LLM fine-tuned with reinforcement knowing (RL) to enhance reasoning capability. DeepSeek-R1 attains outcomes on par with OpenAI's o1 model on a number of criteria, consisting of MATH-500 and SWE-bench.

DeepSeek-R1 is based upon DeepSeek-V3, a mix of (MoE) model recently open-sourced by DeepSeek. This base design is fine-tuned utilizing Group Relative Policy Optimization (GRPO), a reasoning-oriented variant of RL. The research group likewise performed knowledge distillation from DeepSeek-R1 to open-source Qwen and Llama designs and released a number of variations of each; these designs surpass bigger models, including GPT-4, on mathematics and coding criteria.

[DeepSeek-R1 is] the initial step towards enhancing language design reasoning capabilities utilizing pure support knowing (RL). Our objective is to check out the potential of LLMs to develop reasoning capabilities without any monitored data, concentrating on their self-evolution through a pure RL process...DeepSeek-R1 ... master a vast array of jobs, including creative writing, basic question answering, editing, summarization, and more. Additionally, DeepSeek-R1 demonstrates outstanding performance on jobs requiring long-context understanding, substantially outshining DeepSeek-V3 on long-context standards.

To develop the model, DeepSeek began with DeepSeek-V3 as a base. They first attempted fine-tuning it just with RL, and without any supervised fine-tuning (SFT), producing a model called DeepSeek-R1-Zero, which they have also released. This model exhibits strong thinking efficiency, but" effective thinking habits, it deals with numerous concerns. For circumstances, DeepSeek-R1-Zero deals with difficulties like poor readability and language blending."

To address this, the team used a brief stage of SFT to avoid the "cold start" problem of RL. They gathered a number of thousand examples of chain-of-thought reasoning to use in SFT of DeepSeek-V3 before running RL. After the RL procedure converged, they then gathered more SFT data utilizing rejection sampling, leading to a dataset of 800k samples. This dataset was used for additional fine-tuning and to produce the distilled designs from Llama and Qwen.

DeepSeek evaluated their design on a range of thinking, mathematics, and oeclub.org coding criteria and wiki.dulovic.tech compared it to other designs, consisting of Claude-3.5- Sonnet, GPT-4o, and setiathome.berkeley.edu o1. DeepSeek-R1 outshined all of them on several of the standards, consisting of AIME 2024 and MATH-500.

DeepSeek-R1 Performance. Image Source: wiki.dulovic.tech DeepSeek-R1 Technical Report

Within a few days of its release, the LMArena announced that DeepSeek-R1 was ranked # 3 general in the arena and # 1 in coding and math. It was likewise tied for # 1 with o1 in "Hard Prompt with Style Control" category.

Django structure co-creator Simon Willison blogged about his explores one of the DeepSeek distilled Llama designs on his blog:

Each action begins with a ... pseudo-XML tag containing the chain of idea used to assist generate the reaction. [Given the prompt] "a joke about a pelican and a walrus who run a tea space together" ... It then thought for 20 paragraphs before outputting the joke! ... [T] he joke is terrible. But the process of getting there was such an intriguing insight into how these new models work.

Andrew Ng's newsletter The Batch blogged about DeepSeek-R1:

DeepSeek is rapidly emerging as a strong home builder of open models. Not only are these models excellent entertainers, however their license permits use of their outputs for distillation, potentially pressing forward the cutting-edge for language designs (and archmageriseswiki.com multimodal designs) of all sizes.

The DeepSeek-R1 models are available on HuggingFace.

About the Author

Anthony Alford

Rate this Article

This content remains in the AI, ML & Data Engineering topic

Related Topics:

- AI, ML & Data Engineering

  • Generative AI
  • Large language models

    - Related Editorial

    Related Sponsored Content

    - [eBook] Getting Going with Azure Kubernetes Service

    Related Sponsor

    Free services for AI apps. Are you prepared to try out innovative technologies? You can start building smart apps with complimentary Azure app, information, and AI services to lessen upfront costs. Discover more.

    How could we enhance? Take the InfoQ reader study

    Each year, we seek feedback from our readers to assist us improve InfoQ. Would you mind spending 2 minutes to share your feedback in our brief survey? Your feedback will straight assist us constantly develop how we support you. The InfoQ Team Take the survey

    Related Content

    The InfoQ Newsletter

    A round-up of recently's content on InfoQ sent every Tuesday. Join a community of over 250,000 senior developers.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
0
Labels
None
Assign labels
  • View project labels
Reference: alannadollery9/104-6#58