Update README.md
Browse files
README.md
CHANGED
|
@@ -4,4 +4,27 @@ library_name: transformers
|
|
| 4 |
|
| 5 |
# STILL-3-TOOL-32B
|
| 6 |
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
# STILL-3-TOOL-32B
|
| 6 |
|
| 7 |
+
<p align="center">
|
| 8 |
+
<img src="STILL-3-TOOL-32B.png" width="666"/>
|
| 9 |
+
</p>
|
| 10 |
+
|
| 11 |
+
We propose [**STILL-3-Tool-32B**](https://huggingface.co/RUC-AIBOX/STILL-3-TOOL-32B), leveraging python code to help the reasoning process.
|
| 12 |
+
|
| 13 |
+
During evaluation, **STILL-3-Tool-32B** achieves **81.70%** accuracy on AIME 2024, matching the performance of **o3-mini**, outperforming **o1** and **DeepSeek-R1**.
|
| 14 |
+
|
| 15 |
+
**We open-source our [code](https://github.com/RUCAIBox/Slow_Thinking_with_LLMs), [model](https://huggingface.co/RUC-AIBOX/STILL-3-TOOL-32B), and [data](https://huggingface.co/datasets/RUC-AIBOX/STILL-3-TOOL-32B-Data).**
|
| 16 |
+
|
| 17 |
+
For more details, please refer to our [**Notion page**](https://lake-bayberry-173.notion.site/Empowering-Reasoning-Models-with-Wings-Tool-Manipulation-Significantly-Enhances-the-Reasoning-Abili-1a6ab1cf72428023a105c16eec90968e).
|
| 18 |
+
|
| 19 |
+
## Citation
|
| 20 |
+
|
| 21 |
+
Please kindly cite our report if they are helpful for your research.
|
| 22 |
+
|
| 23 |
+
```
|
| 24 |
+
@article{Slow_Thinking_with_LLMs_3_Tool,
|
| 25 |
+
title={Tool Manipulation Significantly Enhances the Reasoning Ability of O1- and R1-like LLMs},
|
| 26 |
+
author={RUCAIBox STILL Team},
|
| 27 |
+
url={https://github.com/RUCAIBox/Slow_Thinking_with_LLMs},
|
| 28 |
+
year={2025}
|
| 29 |
+
}
|
| 30 |
+
```
|