Improve dataset card: change task category to other and add library name
#2
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,27 +1,30 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
-
|
| 4 |
license: apache-2.0
|
| 5 |
task_categories:
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
configs:
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
---
|
|
|
|
| 25 |
# TTT-Bench: A Benchmark for Evaluating Reasoning Ability with Simple and Novel Tic-Tac-Toe-style Games
|
| 26 |
|
| 27 |
π [Paper](https://arxiv.org/abs/2506.10209) | π€ [Dataset](https://huggingface.co/datasets/amd/TTT-Bench) | π [Website](https://prakamya-mishra.github.io/TTTBench/)
|
|
@@ -86,5 +89,4 @@ limitations under the License.
|
|
| 86 |
primaryClass={cs.CL},
|
| 87 |
url={https://arxiv.org/abs/2506.10209},
|
| 88 |
}
|
| 89 |
-
```
|
| 90 |
-
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
task_categories:
|
| 6 |
+
- other
|
| 7 |
+
library_name:
|
| 8 |
+
- datasets
|
| 9 |
configs:
|
| 10 |
+
- config_name: oTTT
|
| 11 |
+
data_files:
|
| 12 |
+
- split: test
|
| 13 |
+
path: ttt_puzzles_test.json
|
| 14 |
+
- config_name: dTTT
|
| 15 |
+
data_files:
|
| 16 |
+
- split: test
|
| 17 |
+
path: dttt_puzzles_test.json
|
| 18 |
+
- config_name: cTTT
|
| 19 |
+
data_files:
|
| 20 |
+
- split: test
|
| 21 |
+
path: cube_puzzles_test.json
|
| 22 |
+
- config_name: sTTT
|
| 23 |
+
data_files:
|
| 24 |
+
- split: test
|
| 25 |
+
path: stones_puzzles_test.json
|
| 26 |
---
|
| 27 |
+
|
| 28 |
# TTT-Bench: A Benchmark for Evaluating Reasoning Ability with Simple and Novel Tic-Tac-Toe-style Games
|
| 29 |
|
| 30 |
π [Paper](https://arxiv.org/abs/2506.10209) | π€ [Dataset](https://huggingface.co/datasets/amd/TTT-Bench) | π [Website](https://prakamya-mishra.github.io/TTTBench/)
|
|
|
|
| 89 |
primaryClass={cs.CL},
|
| 90 |
url={https://arxiv.org/abs/2506.10209},
|
| 91 |
}
|
| 92 |
+
```
|
|
|