Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
R
richonline
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 1
    • Issues 1
    • 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
  • Tessa Mansergh
  • richonline
  • Issues
  • #1

Closed
Open
Opened Feb 07, 2025 by Tessa Mansergh@tessamansergh
  • 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 results on par with OpenAI's o1 design on a number of standards, including MATH-500 and SWE-bench.

DeepSeek-R1 is based upon DeepSeek-V3, a mix of professionals (MoE) model just recently open-sourced by DeepSeek. This base design is fine-tuned using Group Relative Policy Optimization (GRPO), a reasoning-oriented version of RL. The research group likewise performed knowledge distillation from DeepSeek-R1 to open-source Qwen and Llama models and launched several versions of each; these designs outperform bigger designs, including GPT-4, on math and coding standards.

[DeepSeek-R1 is] the primary step toward enhancing language model reasoning capabilities using pure reinforcement learning (RL). Our objective is to explore the capacity of LLMs to establish reasoning abilities without any supervised data, concentrating on their self-evolution through a pure RL process...DeepSeek-R1 ... excels in a vast array of jobs, consisting of creative writing, basic question answering, modifying, summarization, and more. Additionally, DeepSeek-R1 demonstrates impressive efficiency on tasks needing long-context understanding, considerably outshining DeepSeek-V3 on long-context benchmarks.

To establish the design, DeepSeek began with DeepSeek-V3 as a base. They initially tried fine-tuning it only with RL, and without any supervised fine-tuning (SFT), producing a design called DeepSeek-R1-Zero, which they have likewise released. This design shows strong reasoning performance, but" effective reasoning behaviors, it faces numerous issues. For instance, DeepSeek-R1-Zero battles with challenges like poor readability and language mixing."

To resolve this, archmageriseswiki.com the team utilized a short stage of SFT to avoid the "cold start" issue of RL. They collected numerous thousand examples of chain-of-thought thinking to use in SFT of DeepSeek-V3 before running RL. After the RL process assembled, they then collected more SFT information utilizing rejection sampling, resulting in a dataset of 800k samples. This dataset was utilized for further fine-tuning and to produce the distilled models from Llama and systemcheck-wiki.de Qwen.

DeepSeek examined their design on a range of reasoning, math, and coding benchmarks and compared it to other designs, including Claude-3.5- Sonnet, wiki.dulovic.tech GPT-4o, and o1. DeepSeek-R1 outshined all of them on numerous of the standards, including AIME 2024 and wiki.dulovic.tech MATH-500.

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

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

Django structure co-creator Simon Willison blogged about his experiments with one of the DeepSeek distilled Llama models on his blog site:

Each action starts with a ... pseudo-XML tag containing the chain of idea used to help create the response. [Given the timely] "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 awful. But the process of getting there was such an interesting insight into how these new models work.

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

DeepSeek is rapidly emerging as a strong builder of open designs. Not only are these designs fantastic entertainers, however their license permits usage of their outputs for distillation, possibly pushing forward the cutting-edge for language designs (and multimodal models) of all sizes.

The DeepSeek-R1 designs 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 &

  • Generative AI
  • Large language designs

    - Related Editorial

    Related Sponsored Content

    - [eBook] Starting with Azure Kubernetes Service

    Related Sponsor

    Free services for AI apps. Are you all set to experiment with cutting-edge technologies? You can begin developing intelligent apps with free Azure app, data, and AI services to lessen in advance costs. Discover more.

    How could we enhance? Take the InfoQ reader study

    Each year, we look for feedback from our readers to assist us improve InfoQ. Would you mind spending 2 minutes to share your feedback in our short 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 community of over 250,000 senior designers.
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: tessamansergh/richonline#1