Add Game of 24 dataset from Tree of Thoughts paper
Browse files
README.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Game of 24 Dataset
|
| 2 |
|
| 3 |
## Dataset Description
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: Rank
|
| 5 |
+
dtype: int64
|
| 6 |
+
- name: Puzzles
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: AMT (s)
|
| 9 |
+
dtype: float64
|
| 10 |
+
- name: Solved rate
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: 1-sigma Mean (s)
|
| 13 |
+
dtype: float64
|
| 14 |
+
- name: 1-sigma STD (s)
|
| 15 |
+
dtype: float64
|
| 16 |
+
splits:
|
| 17 |
+
- name: train
|
| 18 |
+
num_examples: 1361
|
| 19 |
+
task_categories:
|
| 20 |
+
- question-answering
|
| 21 |
+
- text-generation
|
| 22 |
+
language:
|
| 23 |
+
- en
|
| 24 |
+
tags:
|
| 25 |
+
- mathematical-reasoning
|
| 26 |
+
- tree-of-thoughts
|
| 27 |
+
- test-time-compute
|
| 28 |
+
- game-of-24
|
| 29 |
+
size_categories:
|
| 30 |
+
- 1K<n<10K
|
| 31 |
+
license: mit
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
# Game of 24 Dataset
|
| 35 |
|
| 36 |
## Dataset Description
|