Add task category and relevant tags to dataset card (#2)
Browse files- Add task category and relevant tags to dataset card (7c99aff06b15cd6b466e29da366b21d07108aba2)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,7 +1,14 @@
|
|
1 |
---
|
2 |
-
license: apache-2.0
|
3 |
language:
|
4 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
|
7 |
This is the test dataset for the paper **[Understanding Tool-Integrated Reasoning](https://arxiv.org/abs/2508.19201)**
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
+
license: apache-2.0
|
5 |
+
task_categories:
|
6 |
+
- text-generation
|
7 |
+
tags:
|
8 |
+
- llm
|
9 |
+
- reasoning
|
10 |
+
- tool-use
|
11 |
+
- mathematics
|
12 |
---
|
13 |
|
14 |
This is the test dataset for the paper **[Understanding Tool-Integrated Reasoning](https://arxiv.org/abs/2508.19201)**
|