Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
C
cooqie
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 32
    • Issues 32
    • 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
  • Cassandra Moody
  • cooqie
  • Issues
  • #30

Closed
Open
Opened May 30, 2025 by Cassandra Moody@cassandramoody
  • 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 learning (RL) to improve reasoning capability. DeepSeek-R1 attains outcomes on par with OpenAI's o1 design on several standards, including MATH-500 and SWE-bench.

DeepSeek-R1 is based on DeepSeek-V3, garagesale.es a mixture of professionals (MoE) design just recently open-sourced by DeepSeek. This base design is fine-tuned utilizing Group Relative Policy Optimization (GRPO), a reasoning-oriented variation of RL. The research study group likewise performed knowledge distillation from DeepSeek-R1 to open-source Qwen and Llama designs and released several versions of each; these models outshine larger models, including GPT-4, on mathematics and coding criteria.

[DeepSeek-R1 is] the primary step toward enhancing language design reasoning capabilities utilizing pure reinforcement learning (RL). Our objective is to explore the potential of LLMs to develop reasoning capabilities without any monitored information, concentrating on their self-evolution through a pure RL process...DeepSeek-R1 ... excels in a vast array of tasks, including imaginative writing, general question answering, editing, summarization, and more. Additionally, DeepSeek-R1 shows outstanding performance on jobs needing understanding, substantially outperforming DeepSeek-V3 on long-context criteria.

To establish the design, DeepSeek began with DeepSeek-V3 as a base. They initially tried fine-tuning it only with RL, and with no monitored fine-tuning (SFT), producing a design called DeepSeek-R1-Zero, which they have likewise launched. This model displays strong thinking performance, but" powerful reasoning behaviors, it faces numerous issues. For instance, DeepSeek-R1-Zero battles with challenges like bad readability and language mixing."

To address this, the team utilized a brief phase of SFT to prevent the "cold start" problem of RL. They collected several thousand examples of chain-of-thought reasoning to utilize in SFT of DeepSeek-V3 before running RL. After the RL process assembled, they then gathered more SFT data utilizing rejection tasting, leading to a dataset of 800k samples. This dataset was utilized for further fine-tuning and to produce the distilled designs from Llama and Qwen.

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

DeepSeek-R1 Performance. Image Source: DeepSeek-R1 Technical Report

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

Django structure co-creator Simon Willison composed about his explores among the DeepSeek distilled Llama designs on his blog site:

Each response begins with a ... pseudo-XML tag containing the chain of idea utilized to help produce the action. [Given the prompt] "a joke about a pelican and a walrus who run a tea room together" ... It then believed for 20 paragraphs before outputting the joke! ... [T] he joke is horrible. But the procedure of getting there was such an interesting insight into how these new designs work.

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

DeepSeek is rapidly becoming a strong home builder of open designs. Not just are these designs fantastic entertainers, however their license allows usage of their outputs for distillation, possibly pressing forward the state of the art for language models (and multimodal models) 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 subject

Related Topics:

- AI, ML & Data Engineering

  • Generative AI
  • Large language designs

    - Related Editorial

    Related Sponsored Content

    - [eBook] Getting Started with Azure Kubernetes Service

    Related Sponsor

    Free services for AI apps. Are you ready to try out cutting-edge technologies? You can begin developing intelligent apps with totally free Azure app, data, and AI services to decrease in advance costs. Learn More.

    How could we improve? Take the InfoQ reader study

    Each year, we seek feedback from our readers to help us enhance InfoQ. Would you mind spending 2 minutes to share your feedback in our short study? Your feedback will straight help us continuously progress how we support you. The InfoQ Team Take the study

    Related Content

    The InfoQ Newsletter

    A round-up of recently's content on InfoQ sent every Tuesday. Join a neighborhood 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: cassandramoody/cooqie#30