Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
germanjob
  • 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
  • Lester Hooton
  • germanjob
  • Issues
  • #1

Closed
Open
Opened Apr 02, 2025 by Lester Hooton@lesterhooton8
  • 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 support learning (RL) to enhance thinking ability. DeepSeek-R1 attains results on par with OpenAI's o1 model on a number of benchmarks, including MATH-500 and SWE-bench.

DeepSeek-R1 is based on DeepSeek-V3, a mixture of experts (MoE) model just 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 study team likewise performed understanding distillation from DeepSeek-R1 to open-source Qwen and Llama models and released numerous variations of each; these models surpass larger designs, including GPT-4, on math and coding standards.

[DeepSeek-R1 is] the first step towards improving language model reasoning abilities using pure reinforcement learning (RL). Our objective is to explore the capacity of LLMs to develop reasoning abilities without any monitored data, concentrating on their self-evolution through a pure RL process...DeepSeek-R1 ... excels in a large range of jobs, demo.qkseo.in including creative writing, general concern answering, modifying, summarization, and more. Additionally, DeepSeek-R1 demonstrates impressive efficiency on tasks requiring long-context understanding, considerably outshining DeepSeek-V3 on long-context criteria.

To establish the model, DeepSeek began with DeepSeek-V3 as a base. They first attempted fine-tuning it just with RL, and with no monitored fine-tuning (SFT), producing a model called DeepSeek-R1-Zero, which they have actually likewise released. This model shows strong thinking performance, however" effective reasoning habits, it faces numerous issues. For circumstances, DeepSeek-R1-Zero battles with obstacles like bad readability and language blending."

To resolve this, the group used a short stage of SFT to prevent the "cold start" problem of RL. They collected 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 information 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 model on a variety of thinking, math, 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 standards, 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 tied for # 1 with o1 in "Hard Prompt with Style Control" category.

Django framework co-creator Simon Willison discussed his try outs one of the DeepSeek distilled Llama designs on his blog site:

Each reaction begins with a ... pseudo-XML tag containing the chain of thought utilized to help create the action. [Given the prompt] "a joke about a pelican and a walrus who run a tea room together" ... It then thought for 20 paragraphs before the joke! ... [T] he joke is dreadful. But the process of getting there was such a fascinating 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 designs. Not only are these designs excellent entertainers, but their license allows use of their outputs for distillation, possibly pressing forward the cutting-edge 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 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 explore advanced innovations? You can start building intelligent apps with totally free Azure app, information, and AI services to lessen upfront expenses. Find out more.

    How could we enhance? Take the InfoQ reader survey

    Each year, we look for larsaluarna.se feedback from our readers to help us enhance InfoQ. Would you mind spending 2 minutes to share your feedback in our short survey? Your feedback will straight assist us continuously develop how we support you. The InfoQ Team Take the survey

    Related Content

    The InfoQ Newsletter

    A round-up of last week'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
None
0
Labels
None
Assign labels
  • View project labels
Reference: lesterhooton8/germanjob#1