Add task category and relevant tags to dataset card
Browse filesThis PR updates the dataset card by adding `task_categories: text-generation` and relevant `tags` (`llm`, `reasoning`, `tool-use`, `mathematics`) to the metadata. These additions improve the discoverability and classification of the dataset on the Hugging Face Hub. The existing Arxiv paper link in the content was intentionally kept as per the instructions, which state there is no need to replace an existing Arxiv link with a Hugging Face paper page link.
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)**
|