Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
R
remotejobsint
  • 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
  • Wesley Seifert
  • remotejobsint
  • Issues
  • #1

Closed
Open
Opened Feb 06, 2025 by Wesley Seifert@wesleyseifert
  • Report abuse
  • New issue
Report abuse New issue

DeepSeek Open-Sources DeepSeek-R1 LLM with Performance Comparable To OpenAI's O1 Model


DeepSeek-R1, an LLM fine-tuned with support learning (RL) to improve reasoning ability. DeepSeek-R1 attains results on par with OpenAI's o1 design on several benchmarks, consisting of MATH-500 and SWE-bench.

DeepSeek-R1 is based on DeepSeek-V3, wiki.vst.hs-furtwangen.de a mix 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 group also carried out understanding distillation from DeepSeek-R1 to open-source Qwen and Llama designs and released numerous variations of each; these models surpass bigger models, consisting of GPT-4, on mathematics and higgledy-piggledy.xyz coding criteria.

[DeepSeek-R1 is] the primary step towards improving language model thinking capabilities using pure support learning (RL). Our objective is to check out the potential of LLMs to develop thinking capabilities without any monitored information, focusing on their self-evolution through a pure RL process...DeepSeek-R1 ... excels in a broad variety of tasks, including imaginative writing, general concern answering, hb9lc.org modifying, summarization, and more. Additionally, DeepSeek-R1 demonstrates impressive performance on tasks needing long-context understanding, considerably 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 without any monitored fine-tuning (SFT), producing a design called DeepSeek-R1-Zero, which they have likewise launched. This design shows strong thinking performance, however" effective reasoning behaviors, it faces numerous problems. For instance, DeepSeek-R1-Zero has problem with challenges like poor readability and language blending."

To resolve this, the group utilized a brief stage of SFT to prevent the "cold start" issue 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 procedure converged, they then gathered 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 designs from Llama and Qwen.

DeepSeek examined their model on a range of reasoning, mathematics, and coding standards and compared it to other models, consisting of Claude-3.5- Sonnet, GPT-4o, and o1. DeepSeek-R1 outperformed all of them on several of the standards, consisting of AIME 2024 and MATH-500.

DeepSeek-R1 Performance. Image Source: engel-und-waisen.de DeepSeek-R1 Technical Report

Within a few days of its release, the LMArena announced that DeepSeek-R1 was ranked # 3 overall in the arena and # 1 in coding and mathematics. It was likewise connected for disgaeawiki.info # 1 with o1 in "Hard Prompt with Style Control" category.

Django framework co-creator Simon Willison composed about his explores one of the DeepSeek distilled Llama designs on his blog:

Each response starts with a ... pseudo-XML tag containing the chain of thought utilized to assist generate the action. [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 horrible. But the process of arriving was such an interesting insight into how these brand-new models work.

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

DeepSeek is quickly becoming a strong home 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 state of the art for language designs (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 topic

Related Topics:

- AI, ML & Data Engineering

  • Generative AI
  • Large language models

    - Related Editorial

    Related Sponsored Content

    - [eBook] Getting Going with Azure Kubernetes Service

    Related Sponsor

    Free services for AI apps. Are you ready to experiment with advanced technologies? You can begin building intelligent apps with complimentary Azure app, information, and AI services to minimize upfront expenses. Discover more.

    How could we improve? Take the InfoQ reader survey

    Each year, we look for feedback from our readers to assist us improve InfoQ. Would you mind costs 2 minutes to share your feedback in our brief survey? Your feedback will straight assist us continually progress how we support you. The InfoQ Team Take the study

    Related Content

    The InfoQ Newsletter

    A round-up of recently's material 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: wesleyseifert/remotejobsint#1