wizardII commited on
Commit
cdeda51
·
verified ·
1 Parent(s): 454fbe0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -1
README.md CHANGED
@@ -9,4 +9,65 @@ size_categories:
9
  - 1K<n<10K
10
  task_categories:
11
  - text-generation
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - 1K<n<10K
10
  task_categories:
11
  - text-generation
12
+ ---
13
+
14
+
15
+ <div align="center">
16
+
17
+ # ✨ ArcherCodeR
18
+
19
+ <div>
20
+ 🏹️ Reinforcement Learning for Smarter Code Reasoning in LLMs 🎯
21
+ </div>
22
+ </div>
23
+ <div>
24
+ <br>
25
+
26
+ <div align="center">
27
+
28
+ [![Github](https://img.shields.io/badge/Code-000000?style=for-the-badge&logo=github&logoColor=000&logoColor=white)](https://github.com/wizard-III/ArcherCodeR)
29
+ [![Model](https://img.shields.io/badge/Model-fcd022?style=for-the-badge&logo=huggingface&logoColor=000&labelColor)](https://huggingface.co/wizardII/ArcherCodeR-1.5B)
30
+ [![Data](https://img.shields.io/badge/Data-fcd022?style=for-the-badge&logo=huggingface&logoColor=000&labelColor)](https://huggingface.co/datasets/wizardII/ArcherCodeR-Dataset)
31
+ [![Wandb](https://img.shields.io/badge/Wandb-000000?style=for-the-badge&logo=Wandb&logoColor=000&labelColor)](https://wandb.ai/wangjkpkucs-peking-university/ArcherCodeR?nw=nwuserwangjkpkucs)
32
+
33
+ </div>
34
+
35
+ </div>
36
+
37
+
38
+ ## 📖 Overview
39
+
40
+ [`Skywork-OR1-RL-Data`](https://huggingface.co/datasets/Skywork/Skywork-OR1-RL-Data) is **a dataset of verifiable, challenging, and diverse math problems (105K) and coding questions (14K)**. This dataset is used to train the **`Skywork-OR1`** (Open Reasoner 1) model series, which consists of powerful math and code reasoning models trained using large-scale rule-based reinforcement learning with carefully designed datasets and training recipes. This series includes two general-purpose reasoning modelsl, **`Skywork-OR1-7B-Preview`** and **`Skywork-OR1-32B-Preview`**, along with a math-specialized model, **`Skywork-OR1-Math-7B`**.
41
+
42
+ - **[`Skywork-OR1-Math-7B`](https://huggingface.co/Skywork/Skywork-OR1-Math-7B)** is specifically optimized for mathematical reasoning, scoring **69.8** on AIME24 and **52.3** on AIME25 — well ahead of all models of similar size.
43
+ - **[`Skywork-OR1-32B-Preview`](https://huggingface.co/Skywork/Skywork-OR1-32B-Preview)** delivers the 671B-parameter Deepseek-R1 performance on math tasks (AIME24 and AIME25) and coding tasks (LiveCodeBench).
44
+ - **[`Skywork-OR1-7B-Preview`](https://huggingface.co/Skywork/Skywork-OR1-7B-Preview)** outperforms all similarly sized models in both math and coding scenarios.
45
+
46
+ We select, clean, and curate math and coding problems from open-source datasets, including
47
+
48
+ - [NuminaMath-1.5](https://huggingface.co/datasets/AI-MO/NuminaMath-1.5)
49
+ - [DeepScaleR-Preview-Dataset](https://huggingface.co/datasets/agentica-org/DeepScaleR-Preview-Dataset)
50
+ - [STILL-3-Preview-RL-Data](https://huggingface.co/datasets/RUC-AIBOX/STILL-3-Preview-RL-Data)
51
+ - [Omni-Math](https://huggingface.co/datasets/KbsdJames/Omni-MATH)
52
+ - [AIME problems prior to 2024](https://huggingface.co/datasets/gneubig/aime-1983-2024)
53
+ - [LeetCodeDataset](https://huggingface.co/datasets/newfacade/LeetCodeDataset)
54
+ - [TACO](https://huggingface.co/datasets/BAAI/TACO)
55
+
56
+ We conduct **model-aware difficulty estimation** for each problem and model and conduct **rigorous quality assessment prior to training** via both human and LLM-as-a-Judge to ensure training efficiency and effectiveness. We also perform deduplication within the dataset and remove similar problems from AIME 24, AIME 25, and LiveCodeBench to prevent data contamination.
57
+
58
+ ## Technical Report
59
+
60
+ The technical report will be released soon.
61
+
62
+ ## Citation
63
+
64
+ Please cite the following:
65
+
66
+ ```bibtex
67
+ @misc{archercoder2025,
68
+ title={ArcherCodeR},
69
+ author={Jiakang Wang},
70
+ note={Blog},
71
+ year={2025}
72
+ }
73
+ ```