Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
C
corevacancies
  • 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
  • Megan Culbertson
  • corevacancies
  • Issues
  • #1

Closed
Open
Opened Jun 02, 2025 by Megan Culbertson@meganculbertso
  • Report abuse
  • New issue
Report abuse New issue

Understanding DeepSeek R1


We've been tracking the explosive rise of DeepSeek R1, which has taken the AI world by storm in recent weeks. In this session, we dove deep into the development of the DeepSeek family - from the early designs through DeepSeek V3 to the breakthrough R1. We likewise explored the technical innovations that make R1 so special on the planet of open-source AI.

The DeepSeek Family Tree: From V3 to R1

DeepSeek isn't simply a single design; it's a family of increasingly advanced AI systems. The evolution goes something like this:

DeepSeek V2:

This was the foundation design which leveraged a mixture-of-experts architecture, where just a subset of professionals are used at reasoning, dramatically enhancing the processing time for each token. It also included multi-head latent attention to decrease memory footprint.

DeepSeek V3:

This model introduced FP8 training techniques, which assisted drive down training costs by over 42.5% compared to previous iterations. FP8 is a less accurate way to keep weights inside the LLMs however can greatly improve the memory footprint. However, training utilizing FP8 can usually be unsteady, and it is hard to obtain the desired training outcomes. Nevertheless, DeepSeek uses numerous tricks and yewiki.org attains incredibly stable FP8 training. V3 set the stage as a highly efficient model that was currently affordable (with claims of being 90% more affordable than some closed-source alternatives).

DeepSeek R1-Zero:

With V3 as the base, the group then introduced R1-Zero, the very first reasoning-focused iteration. Here, the focus was on teaching the model not just to produce answers but to "think" before responding to. Using pure reinforcement learning, the model was encouraged to generate intermediate reasoning actions, for example, taking extra time (typically 17+ seconds) to resolve a basic issue like "1 +1."

The essential innovation here was using group relative policy optimization (GROP). Instead of relying on a traditional process reward design (which would have needed annotating every step of the reasoning), GROP compares multiple outputs from the design. By sampling numerous possible responses and scoring them (utilizing rule-based steps like precise match for mathematics or validating code outputs), the system discovers to prefer reasoning that causes the proper outcome without the need for specific guidance of every intermediate idea.

DeepSeek R1:

Recognizing that R1-Zero's without supervision technique produced reasoning outputs that could be tough to read or even blend languages, the designers returned to the drawing board. They used the raw outputs from R1-Zero to create "cold start" information and after that by hand curated these examples to filter and improve the quality of the thinking. This human post-processing was then used to fine-tune the original DeepSeek V3 model further-combining both reasoning-oriented reinforcement learning and supervised fine-tuning. The outcome is DeepSeek R1: a model that now produces understandable, coherent, and reliable thinking while still maintaining the effectiveness and cost-effectiveness of its predecessors.

What Makes R1 Series Special?

The most remarkable element of R1 (no) is how it developed reasoning capabilities without explicit supervision of the reasoning procedure. It can be even more enhanced by utilizing cold-start information and supervised reinforcement learning to produce understandable thinking on general jobs. Here's what sets it apart:

Open Source & Efficiency:

R1 is open source, permitting scientists and designers to inspect and build upon its innovations. Its cost efficiency is a major selling point especially when compared to closed-source models (claimed 90% more affordable than OpenAI) that need enormous calculate budget plans.

Novel Training Approach:

Instead of relying exclusively on annotated thinking (which is both expensive and lengthy), the design was trained using an outcome-based approach. It started with easily verifiable tasks, such as mathematics issues and coding workouts, where the correctness of the final answer might be quickly determined.

By utilizing group relative policy optimization, the training procedure compares multiple created responses to identify which ones satisfy the preferred output. This relative scoring mechanism allows the model to learn "how to think" even when intermediate thinking is created in a freestyle way.

Overthinking?

An interesting observation is that DeepSeek R1 sometimes "overthinks" easy problems. For instance, when asked "What is 1 +1?" it might invest almost 17 seconds examining different scenarios-even thinking about binary representations-before concluding with the right answer. This self-questioning and confirmation procedure, although it may seem ineffective initially glimpse, could prove advantageous in complex jobs where much deeper reasoning is necessary.

Prompt Engineering:

Traditional few-shot triggering methods, which have worked well for many chat-based models, can actually degrade efficiency with R1. The designers suggest using direct problem statements with a zero-shot technique that specifies the output format plainly. This guarantees that the design isn't led astray by extraneous examples or hints that may hinder its internal thinking process.

Beginning with R1

For those aiming to experiment:

Smaller variants (7B-8B) can work on customer GPUs or perhaps just CPUs


Larger versions (600B) require significant compute resources


Available through significant cloud suppliers


Can be released in your area by means of Ollama or vLLM


Looking Ahead

We're particularly intrigued by numerous implications:

The capacity for this technique to be applied to other reasoning domains


Effect on agent-based AI systems generally developed on chat designs


Possibilities for combining with other supervision methods


Implications for business AI implementation


Thanks for reading Deep Random Thoughts! Subscribe free of charge to receive new posts and support my work.

Open Questions

How will this affect the advancement of future reasoning models?


Can this technique be encompassed less verifiable domains?


What are the ramifications for multi-modal AI systems?


We'll be seeing these advancements carefully, particularly as the community begins to explore and develop upon these strategies.

Resources

Join our Slack neighborhood for continuous discussions and updates about DeepSeek and other AI developments. We're seeing remarkable applications currently emerging from our bootcamp participants working with these designs.

Chat with DeepSeek:


https://www.deepseek.com/

Papers:

DeepSeek LLM


DeepSeek-V2


DeepSeek-V3


DeepSeek-R1


Blog Posts:

The Illustrated DeepSeek-R1


DeepSeek-R1 Paper Explained


DeepSeek R1 - a brief summary


Cloud Providers:

Nvidia


Together.ai


AWS




Q&A

Q1: Which design deserves more attention - DeepSeek or Qwen2.5 Max?

A: While Qwen2.5 is also a strong design in the open-source neighborhood, the option ultimately depends on your usage case. DeepSeek R1 stresses innovative reasoning and a novel training technique that might be especially important in jobs where verifiable reasoning is vital.

Q2: Why did significant providers like OpenAI choose supervised fine-tuning rather than support learning (RL) like DeepSeek?

A: We should keep in mind in advance that they do utilize RL at the extremely least in the form of RLHF. It is highly likely that models from significant service providers that have thinking capabilities already use something similar to what DeepSeek has actually done here, but we can't make certain. It is likewise likely that due to access to more resources, they preferred monitored fine-tuning due to its stability and the prepared availability of large annotated datasets. Reinforcement knowing, although effective, can be less predictable and more difficult to manage. DeepSeek's method innovates by using RL in a reasoning-oriented manner, allowing the model to learn efficient internal thinking with only minimal procedure annotation - a technique that has shown appealing despite its intricacy.

Q3: Did DeepSeek utilize test-time compute techniques comparable to those of OpenAI?

A: DeepSeek R1's style stresses performance by leveraging methods such as the mixture-of-experts technique, which activates just a subset of criteria, to decrease calculate during inference. This focus on efficiency is main to its expense benefits.

Q4: What is the distinction in between R1-Zero and R1?

A: R1-Zero is the initial design that learns reasoning exclusively through reinforcement knowing without specific process guidance. It generates intermediate thinking actions that, while often raw or blended in language, serve as the structure for knowing. DeepSeek R1, on the other hand, refines these outputs through human post-processing and supervised fine-tuning. In essence, R1-Zero provides the not being watched "trigger," and R1 is the polished, more meaningful variation.

Q5: How can one remain upgraded with thorough, technical research study while managing a hectic schedule?

A: Remaining present involves a mix of actively engaging with the research community (like AISC - see link to sign up with slack above), following preprint servers like arXiv, participating in pertinent conferences and webinars, and taking part in conversation groups and newsletters. Continuous engagement with online communities and collaborative research projects also plays an essential function in staying up to date with technical improvements.

Q6: In what use-cases does DeepSeek outshine designs like O1?

A: The brief answer is that it's too early to inform. DeepSeek R1's strength, however, depends on its robust thinking abilities and its efficiency. It is especially well suited for jobs that need verifiable logic-such as mathematical issue fixing, code generation, and structured decision-making-where intermediate thinking can be examined and validated. Its open-source nature further permits for tailored applications in research and enterprise settings.

Q7: What are the ramifications of DeepSeek R1 for enterprises and start-ups?

A: The open-source and cost-efficient style of DeepSeek R1 lowers the entry barrier for deploying advanced language designs. Enterprises and start-ups can leverage its innovative thinking for agentic applications varying from automated code generation and consumer support to information analysis. Its versatile deployment options-on customer hardware for smaller models or cloud platforms for bigger ones-make it an attractive alternative to proprietary services.

Q8: Will the design get stuck in a loop of "overthinking" if no proper response is found?

A: While DeepSeek R1 has actually been observed to "overthink" simple problems by exploring numerous thinking paths, it includes stopping criteria and assessment mechanisms to avoid unlimited loops. The reinforcement discovering framework motivates merging towards a verifiable output, even in uncertain cases.

Q9: Is DeepSeek V3 completely open source, and is it based upon the Qwen architecture?

A: Yes, DeepSeek V3 is open source and acted as the structure for later iterations. It is developed on its own set of innovations-including the mixture-of-experts method and FP8 training-and is not based on the Qwen architecture. Its style highlights effectiveness and expense reduction, setting the phase for the thinking developments seen in R1.

Q10: How does DeepSeek R1 carry out on vision jobs?

A: DeepSeek R1 is a text-based model and does not integrate vision abilities. Its style and training focus solely on language processing and thinking.

Q11: Can specialists in specialized fields (for example, laboratories working on remedies) use these approaches to train domain-specific designs?

A: Yes. The innovations behind DeepSeek R1-such as its outcome-based reasoning training and efficient architecture-can be adapted to different domains. Researchers in fields like biomedical sciences can tailor these approaches to develop designs that resolve their specific challenges while gaining from lower calculate costs and robust thinking abilities. It is likely that in deeply specialized fields, however, there will still be a need for supervised fine-tuning to get trusted results.

Q12: Were the annotators for the human post-processing specialists in technical fields like computer technology or mathematics?

A: The conversation indicated that the annotators mainly focused on domains where accuracy is easily verifiable-such as math and coding. This recommends that competence in technical fields was certainly leveraged to guarantee the precision and clearness of the reasoning data.

Q13: Could the model get things incorrect if it depends on its own outputs for discovering?

A: While the design is developed to optimize for appropriate responses via reinforcement knowing, there is always a danger of errors-especially in uncertain circumstances. However, by examining numerous prospect outputs and enhancing those that cause verifiable outcomes, the training procedure minimizes the possibility of propagating inaccurate reasoning.

Q14: How are hallucinations minimized in the design provided its iterative thinking loops?

A: Using rule-based, proven jobs (such as mathematics and coding) assists anchor the model's thinking. By comparing numerous outputs and using group relative policy optimization to enhance only those that yield the proper result, the model is assisted away from creating unfounded or hallucinated details.

Q15: Does the design rely on complex vector mathematics?

A: Yes, advanced techniques-including complex vector math-are integral to the execution of mixture-of-experts and attention systems in DeepSeek R1. However, the main focus is on using these methods to enable reliable thinking rather than showcasing mathematical intricacy for its own sake.

Q16: Some fret that the model's "thinking" may not be as refined as human reasoning. Is that a legitimate issue?

A: Early versions like R1-Zero did produce raw and in some cases hard-to-read reasoning. However, the subsequent improvement process-where human experts curated and improved the thinking data-has substantially enhanced the clarity and dependability of DeepSeek R1's internal thought process. While it remains a progressing system, iterative training and feedback have actually led to meaningful improvements.

Q17: Which design versions appropriate for regional deployment on a laptop computer with 32GB of RAM?

A: For screening, a medium-sized model-typically in the variety of 7B to 8B parameters-is recommended. Larger models (for instance, those with numerous billions of specifications) require significantly more computational resources and are much better suited for cloud-based implementation.

Q18: Is DeepSeek R1 "open source" or does it provide just open weights?

A: DeepSeek R1 is offered with open weights, implying that its design specifications are openly available. This lines up with the total open-source philosophy, allowing scientists and designers to more check out and build on its innovations.

Q19: What would happen if the order of training were reversed-starting with monitored fine-tuning before not being watched support learning?

A: The existing approach enables the model to first explore and create its own reasoning patterns through without supervision RL, and after that fine-tune these patterns with monitored approaches. Reversing the order might constrain the model's capability to find diverse reasoning paths, potentially limiting its total performance in tasks that gain from self-governing thought.

Thanks for reading Deep Random Thoughts! Subscribe totally free to get new posts and support my work.

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: meganculbertso/corevacancies#1