Update README.md
Browse files
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 |
+
[](https://github.com/wizard-III/ArcherCodeR)
|
29 |
+
[](https://huggingface.co/wizardII/ArcherCodeR-1.5B)
|
30 |
+
[](https://huggingface.co/datasets/wizardII/ArcherCodeR-Dataset)
|
31 |
+
[](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 |
+
```
|