Skip to content

modelscope/awesome-deep-reasoning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Awesome-deep-reasoning

Collect the awesome works evolved around reasoning models like O1/R1! You can also find the collection here.

Table of Contents

News

  • OpenAI publishes a deep-research capability.
  • OpenAI has launched the latest o3 model: o3-mini & o3-mini-high, which specifically support science, math and coding. These two models are available in ChatGPT App, Poe, etc.
  • NVIDIA-NIM has supported the DeepSeek-R1 model.
  • Qwen has launched a powerful multi-modal MoE model: Qwen2.5-Max, this model is available in the Bailian platform.
  • CodeGPT: VSCode co-pilot now supports R1.

Highlights

DeepSeek repos:

DeepSeek-R1 Stars - DeepSeek-R1 official repository.

Qwen repos:

Qwen-QwQ Stars - Qwen 2.5 official repository, with QwQ.

S1 from stanford - From Feifei Li team, a distillation and test-time compute impl which can match the performance of O1 and R1.

Papers

Models

DeepSeek series:

Model ID ModelScope Hugging Face
DeepSeek R1 Model Link Model Link
DeepSeek V3 Model Link Model Link
DeepSeek-R1-Distill-Qwen-32B Model Link Model Link
DeepSeek-R1-Distill-Qwen-14B Model Link Model Link
DeepSeek-R1-Distill-Llama-8B Model Link Model Link
DeepSeek-R1-Distill-Qwen-7B Model Link Model Link
DeepSeek-R1-Distill-Qwen-1.5B Model Link Model Link
DeepSeek-R1-GGUF Model Link Model Link
DeepSeek-R1-Distill-Qwen-32B-GGUF Model Link Model Link
DeepSeek-R1-Distill-Llama-8B-GGUF Model Link Model Link

Qwen series:

Model ID ModelScope Hugging Face
QwQ-32B-Preview Model Link Model Link
QVQ-72B-Preview Model Link Model Link
QwQ-32B-Preview-GGUF Model Link Model Link
QVQ-72B-Preview-bnb-4bit Model Link Model Link

Others:

Model ID ModelScope Hugging Face
Qwen2-VL-2B-GRPO-8k - Model Link

Infra

Datasets

Evaluation

Others

Replicates of DeepSeek-R1 and DeepSeek-R1-Zero

  1. HuggingFace Open R1
  2. Simple Reinforcement Learning for Reasoning
  3. oatllm
  4. TinyZero
  5. 32B-DeepSeek-R1-Zero
  6. R1-V - Multi-modal R1
  7. Open-R1-Multimodal - A multimodal reasoning model based on OpenR1
  8. R1-Multimodal-Journey - A journey to replicate multimodal reasoning model based on Open-R1-Multimodal
  9. VLM-R1 | DEMO - A stable and generalizable R1-style Large Vision-Language Model
  10. X-R1
  11. Open-Reasoner-Zero