Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
T
textasian
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 50
    • Issues 50
    • 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
  • Angelia Clune
  • textasian
  • Issues
  • #42

Closed
Open
Opened May 30, 2025 by Angelia Clune@angeliaclune7
  • 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 improve reasoning capability. DeepSeek-R1 attains outcomes on par with OpenAI's o1 model on numerous benchmarks, consisting of MATH-500 and SWE-bench.

DeepSeek-R1 is based on DeepSeek-V3, a mix of experts (MoE) design just recently open-sourced by DeepSeek. This base model is fine-tuned using Group Relative Policy Optimization (GRPO), a reasoning-oriented variant of RL. The research study team also carried out knowledge distillation from DeepSeek-R1 to open-source Qwen and Llama designs and released a number of variations of each; these models outperform bigger models, including GPT-4, on math and coding criteria.

[DeepSeek-R1 is] the first action toward improving language design thinking abilities utilizing pure support learning (RL). Our objective is to check out the potential of LLMs to develop reasoning abilities with no supervised information, concentrating on their self-evolution through a pure RL process...DeepSeek-R1 ... master a vast array of tasks, consisting of imaginative writing, basic concern answering, modifying, summarization, and more. Additionally, DeepSeek-R1 demonstrates exceptional performance on jobs needing long-context understanding, substantially exceeding DeepSeek-V3 on long-context standards.

To develop the model, DeepSeek began with DeepSeek-V3 as a base. They first tried fine-tuning it only with RL, and without any monitored fine-tuning (SFT), producing a design called DeepSeek-R1-Zero, which they have likewise released. This design shows strong reasoning efficiency, however" powerful reasoning habits, it deals with several issues. For instance, DeepSeek-R1-Zero has problem with obstacles like poor readability and language mixing."

To resolve this, the team used a brief stage of SFT to avoid the "cold start" issue of RL. They collected a number of thousand examples of chain-of-thought reasoning to utilize in SFT of DeepSeek-V3 before running RL. After the RL procedure assembled, they then gathered more SFT information using rejection tasting, resulting in a dataset of 800k samples. This dataset was used for more fine-tuning and to produce the distilled models from Llama and Qwen.

DeepSeek assessed their design on a range of thinking, mathematics, and coding benchmarks and bytes-the-dust.com compared it to other designs, including Claude-3.5- Sonnet, GPT-4o, and o1. DeepSeek-R1 exceeded 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 few days of its release, the LMArena revealed that DeepSeek-R1 was ranked # 3 overall in the arena and # 1 in coding and mathematics. It was also connected for # 1 with o1 in "Hard Prompt with Style Control" category.

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

Each action starts with a ... pseudo-XML tag containing the chain of idea used to assist generate the action. [Given the timely] "a joke about a pelican and a walrus who run a tea room together" ... It then thought for 20 paragraphs before outputting the joke! ... [T] he joke is dreadful. But the process of arriving was such an intriguing insight into how these brand-new designs work.

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

DeepSeek is quickly becoming a strong builder of open models. Not just are these models terrific entertainers, but their license allows usage of their outputs for distillation, potentially pushing forward the state of the art for language designs (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 topic

Related Topics:

- AI, ML & Data Engineering

  • Generative AI
  • Large language models

    - Related Editorial

    Related Sponsored Content

    - [eBook] Getting Started with Azure Kubernetes Service

    Related Sponsor

    Free services for AI apps. Are you prepared to try out innovative innovations? You can begin building intelligent apps with totally free Azure app, data, and AI services to minimize upfront costs. Discover more.

    How could we improve? Take the InfoQ reader survey

    Each year, we seek feedback from our readers to help us enhance InfoQ. Would you mind costs 2 minutes to share your feedback in our brief study? Your feedback will straight assist us constantly evolve 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: angeliaclune7/textasian#42