Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
F
familyworld
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Issues 21
    • Issues 21
    • 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
  • Adrianne Cunneen
  • familyworld
  • Issues
  • #17

Closed
Open
Opened May 28, 2025 by Adrianne Cunneen@adriannecunnee
  • Report abuse
  • New issue
Report abuse New issue

Understanding DeepSeek R1


We have actually been tracking the explosive rise of DeepSeek R1, which has taken the AI world by storm in current weeks. In this session, we dove deep into the development of the DeepSeek family - from the early models through DeepSeek V3 to the breakthrough R1. We also explored the technical developments that make R1 so unique worldwide of open-source AI.

The DeepSeek Ancestral Tree: From V3 to R1

DeepSeek isn't just a single model; it's a household of increasingly advanced AI systems. The development goes something like this:

DeepSeek V2:

This was the structure design which leveraged a mixture-of-experts architecture, where only a subset of professionals are used at inference, drastically improving the processing time for each token. It likewise included multi-head latent attention to minimize memory footprint.

DeepSeek V3:

This model presented FP8 training methods, which assisted drive down training expenses by over 42.5% compared to previous versions. FP8 is a less precise way to keep weights inside the LLMs but can greatly improve the memory footprint. However, training using FP8 can normally be unsteady, and it is tough to obtain the wanted training outcomes. Nevertheless, DeepSeek uses multiple tricks and attains remarkably steady FP8 training. V3 set the phase as an extremely effective model that was already affordable (with claims of being 90% less expensive than some closed-source alternatives).

DeepSeek R1-Zero:

With V3 as the base, the group then introduced R1-Zero, the first reasoning-focused model. Here, the focus was on teaching the model not just to create answers but to "believe" before addressing. Using pure support knowing, the design was motivated to generate intermediate thinking actions, for instance, taking extra time (typically 17+ seconds) to work through an easy problem like "1 +1."

The key innovation here was the use of group relative policy optimization (GROP). Instead of counting on a conventional procedure reward model (which would have needed annotating every step of the reasoning), GROP compares numerous outputs from the design. By sampling numerous possible answers and classificados.diariodovale.com.br scoring them (using rule-based procedures like specific match for mathematics or validating code outputs), the system finds out to prefer reasoning that results in the appropriate outcome without the need for specific guidance of every intermediate thought.

DeepSeek R1:

Recognizing that R1-Zero's unsupervised technique produced thinking outputs that might be difficult to read or perhaps blend languages, the developers returned to the drawing board. They utilized the raw outputs from R1-Zero to produce "cold start" data and then by hand curated these examples to filter and improve the quality of the reasoning. This human post-processing was then utilized to fine-tune the original DeepSeek V3 model further-combining both reasoning-oriented support learning and supervised fine-tuning. The result is DeepSeek R1: a model that now produces legible, coherent, and trusted reasoning while still maintaining the efficiency and cost-effectiveness of its predecessors.

What Makes R1 Series Special?

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

Open Source & Efficiency:

R1 is open source, allowing scientists and designers to inspect and build on its innovations. Its expense performance is a major selling point specifically when compared to closed-source designs (claimed 90% more affordable than OpenAI) that need huge calculate budget plans.

Novel Training Approach:

Instead of relying exclusively on annotated thinking (which is both expensive and time-consuming), the design was trained using an outcome-based technique. It began with easily proven jobs, such as mathematics problems and coding workouts, where the correctness of the final answer could be easily measured.

By utilizing group relative policy optimization, the training procedure compares multiple generated answers to figure out which ones meet the preferred output. This relative scoring system allows the design to find out "how to believe" even when intermediate reasoning is created in a freestyle way.

Overthinking?

An interesting observation is that DeepSeek R1 often "overthinks" basic issues. For example, when asked "What is 1 +1?" it might spend almost 17 seconds evaluating different scenarios-even considering binary representations-before concluding with the proper answer. This self-questioning and confirmation procedure, although it might seem ineffective initially glimpse, could show advantageous in complicated jobs where much deeper thinking is necessary.

Prompt Engineering:

Traditional few-shot prompting techniques, which have actually worked well for numerous chat-based designs, can in fact deteriorate performance with R1. The designers recommend using direct issue statements with a zero-shot technique that specifies the output format plainly. This ensures that the model isn't led astray by extraneous examples or hints that might disrupt its internal reasoning procedure.

Beginning with R1

For those aiming to experiment:

Smaller variants (7B-8B) can run on consumer GPUs or even just CPUs


Larger variations (600B) require considerable calculate resources


Available through major cloud companies


Can be released locally through Ollama or vLLM


Looking Ahead

We're particularly interested by several ramifications:

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


Impact on agent-based AI systems generally built on chat models


Possibilities for combining with other supervision strategies


Implications for business AI release


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

Open Questions

How will this affect the development of future reasoning designs?


Can this technique be reached less verifiable domains?


What are the implications for multi-modal AI systems?


We'll be watching these advancements closely, especially as the neighborhood begins to experiment with and develop upon these techniques.

Resources

Join our Slack community for continuous discussions and updates about DeepSeek and other AI advancements. We're seeing fascinating applications already emerging from our bootcamp individuals dealing with these models.

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 model should have more attention - DeepSeek or Qwen2.5 Max?

A: While Qwen2.5 is also a strong model in the open-source community, the choice ultimately depends upon your usage case. DeepSeek R1 emphasizes advanced thinking and an unique training method that may be specifically valuable in jobs where proven logic is critical.

Q2: Why did significant providers like OpenAI go with monitored fine-tuning instead of reinforcement knowing (RL) like DeepSeek?

A: We must keep in mind in advance that they do utilize RL at the minimum in the form of RLHF. It is most likely that models from major companies that have thinking capabilities already use something similar to what DeepSeek has done here, however we can't make certain. It is also likely that due to access to more resources, they favored supervised fine-tuning due to its stability and the all set availability of big annotated datasets. Reinforcement knowing, although powerful, trademarketclassifieds.com can be less foreseeable and more difficult to control. DeepSeek's technique innovates by applying RL in a reasoning-oriented way, allowing the design to find out effective internal reasoning with only very little procedure annotation - a method that has actually proven promising in spite of its complexity.

Q3: Did DeepSeek use test-time compute methods comparable to those of OpenAI?

A: DeepSeek R1's design emphasizes efficiency by leveraging techniques such as the mixture-of-experts method, which triggers only a subset of parameters, to minimize calculate throughout inference. This focus on performance is main to its cost advantages.

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

A: R1-Zero is the preliminary model that finds out reasoning entirely through support knowing without specific process guidance. It generates intermediate thinking actions that, while often raw or wiki.myamens.com mixed in language, serve as the foundation for knowing. DeepSeek R1, on the other hand, fine-tunes these outputs through human post-processing and monitored fine-tuning. In essence, R1-Zero offers the without supervision "spark," and R1 is the polished, more meaningful version.

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

A: Remaining present involves a combination of actively engaging with the research community (like AISC - see link to join slack above), following preprint servers like arXiv, participating in relevant conferences and webinars, and getting involved in conversation groups and newsletters. Continuous engagement with online neighborhoods and collaborative research projects also plays a crucial role in keeping up with technical improvements.

Q6: In what use-cases does DeepSeek exceed models like O1?

A: The short answer is that it's too early to inform. DeepSeek R1's strength, however, depends on its robust thinking capabilities and its effectiveness. It is particularly well suited for jobs that need verifiable logic-such as mathematical problem solving, code generation, and structured decision-making-where intermediate reasoning can be reviewed and verified. Its open-source nature even more enables tailored applications in research and business settings.

Q7: What are the implications of DeepSeek R1 for business and start-ups?

A: The open-source and cost-efficient design of DeepSeek R1 lowers the entry barrier for deploying advanced language designs. Enterprises and start-ups can take advantage of its advanced thinking for agentic applications varying from automated code generation and customer support to data analysis. Its flexible release options-on consumer hardware for smaller sized models or cloud platforms for bigger ones-make it an appealing alternative to exclusive .

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

A: While DeepSeek R1 has actually been observed to "overthink" easy problems by exploring several reasoning paths, it includes stopping criteria and evaluation mechanisms to avoid infinite loops. The support finding out framework encourages merging towards a verifiable output, even in uncertain cases.

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

A: Yes, DeepSeek V3 is open source and acted as the structure for later versions. It is built on its own set of innovations-including the mixture-of-experts approach and FP8 training-and is not based upon the Qwen architecture. Its design highlights effectiveness and cost decrease, setting the phase for the thinking developments seen in R1.

Q10: How does DeepSeek R1 perform on vision jobs?

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

Q11: Can experts in specialized fields (for example, labs working on cures) apply these methods 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 techniques to build designs that address their particular challenges while gaining from lower compute expenses and robust reasoning abilities. It is most likely that in deeply specialized fields, however, there will still be a need for monitored fine-tuning to get dependable outcomes.

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

A: The discussion suggested that the annotators mainly concentrated on domains where accuracy is easily verifiable-such as math and coding. This recommends that proficiency in technical fields was certainly leveraged to guarantee the accuracy and clearness of the thinking data.

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

A: While the design is developed to optimize for proper responses through reinforcement knowing, there is constantly a threat of errors-especially in uncertain circumstances. However, by assessing several prospect outputs and reinforcing those that lead to proven results, wiki.whenparked.com the training procedure lessens the possibility of propagating inaccurate thinking.

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

A: Making use of rule-based, proven tasks (such as math 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 appropriate result, the design is assisted far from producing unproven or hallucinated details.

Q15: Does the model rely on complex vector mathematics?

A: Yes, advanced techniques-including complex vector math-are essential to the implementation of mixture-of-experts and attention systems in DeepSeek R1. However, the main focus is on using these techniques to allow efficient thinking instead of showcasing mathematical intricacy for its own sake.

Q16: Some fret that the model's "thinking" may not be as fine-tuned as human thinking. Is that a legitimate concern?

A: Early versions like R1-Zero did produce raw and sometimes hard-to-read thinking. However, the subsequent refinement process-where human professionals curated and enhanced the reasoning data-has considerably enhanced the clarity and dependability of DeepSeek R1's internal thought process. While it remains a progressing system, iterative training and wavedream.wiki feedback have caused meaningful enhancements.

Q17: Which model versions are appropriate for local release on a laptop with 32GB of RAM?

A: For regional testing, a medium-sized model-typically in the range of 7B to 8B parameters-is recommended. Larger designs (for instance, those with numerous billions of parameters) require significantly more computational resources and are better fit for cloud-based deployment.

Q18: Is DeepSeek R1 "open source" or does it offer only open weights?

A: DeepSeek R1 is supplied with open weights, wiki.rolandradio.net meaning that its model parameters are openly available. This aligns with the general open-source approach, allowing researchers and designers to additional explore and build upon its innovations.

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

A: The present technique permits the design to first check out and create its own reasoning patterns through unsupervised RL, and then improve these patterns with monitored techniques. Reversing the order may constrain the model's ability to discover varied reasoning courses, potentially limiting its total efficiency in tasks that gain from autonomous thought.

Thanks for reading Deep Random Thoughts! Subscribe totally free to receive brand-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: adriannecunnee/familyworld#17