Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
R
rolandradio
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 71
    • Issues 71
    • 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
  • Alba Caban
  • rolandradio
  • Issues
  • #20

Closed
Open
Opened Feb 27, 2025 by Alba Caban@albacaban67437
  • 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 results on par with OpenAI's o1 design on several standards, including MATH-500 and SWE-bench.

DeepSeek-R1 is based on DeepSeek-V3, yewiki.org a mixture of experts (MoE) design just recently open-sourced by DeepSeek. This base model is fine-tuned utilizing 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 launched a number of variations of each; these designs exceed bigger models, including GPT-4, on math and coding benchmarks.

[DeepSeek-R1 is] the primary step toward enhancing language model reasoning abilities using pure support learning (RL). Our objective is to explore the capacity of LLMs to develop thinking abilities with no supervised data, concentrating on their self-evolution through a pure RL process...DeepSeek-R1 ... excels in a large range of tasks, including imaginative writing, bio.rogstecnologia.com.br basic concern answering, modifying, summarization, and more. Additionally, forum.pinoo.com.tr DeepSeek-R1 shows exceptional efficiency on tasks needing long-context understanding, considerably surpassing DeepSeek-V3 on long-context standards.

To establish the model, DeepSeek began with DeepSeek-V3 as a base. They first attempted fine-tuning it only with RL, and with no monitored fine-tuning (SFT), producing a design called DeepSeek-R1-Zero, which they have actually likewise released. This model exhibits strong reasoning efficiency, but" effective thinking behaviors, it deals with several issues. For example, DeepSeek-R1-Zero has problem with obstacles like bad readability and language mixing."

To resolve this, the group used a short phase of SFT to prevent the "cold start" issue of RL. They collected numerous thousand examples of chain-of-thought reasoning to use in SFT of DeepSeek-V3 before running RL. After the RL process assembled, they then collected more SFT data using rejection sampling, leading to a dataset of 800k samples. This dataset was utilized for additional fine-tuning and to produce the distilled models from Llama and Qwen.

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

DeepSeek-R1 Performance. Image Source: bytes-the-dust.com DeepSeek-R1 Technical Report

Within a few days of its release, the 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 framework co-creator Simon Willison wrote about his experiments with one of the DeepSeek distilled Llama designs on his blog site:

Each action begins with a ... pseudo-XML tag containing the chain of thought used to help create the response. [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 awful. But the process of getting there was such a fascinating insight into how these new models work.

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

DeepSeek is rapidly becoming a strong contractor of open models. Not just are these models excellent entertainers, garagesale.es but their license permits use of their outputs for distillation, possibly pressing forward the state of the art for language models (and multimodal designs) of all sizes.

The DeepSeek-R1 designs are available on HuggingFace.

About the Author

Anthony Alford

Rate this Article

This material remains in the AI, ML & Data Engineering subject

Related Topics:

- AI, ML & Data Engineering - Generative AI

  • Large language models

    - Related Editorial

    Related Sponsored Content

    - [eBook] Beginning with Azure Kubernetes Service

    Related Sponsor

    Free services for AI apps. Are you all set to try out innovative innovations? You can start developing smart apps with free Azure app, data, and AI services to minimize upfront costs. Discover more.

    How could we improve? Take the InfoQ reader study

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

    Related Content

    The InfoQ Newsletter

    A round-up of last week's content on InfoQ sent every Tuesday. Join a neighborhood of over 250,000 senior designers.
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: albacaban67437/rolandradio#20