Add task category to metadata
#2
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: QID
|
|
@@ -34,9 +39,6 @@ configs:
|
|
| 34 |
data_files:
|
| 35 |
- split: test
|
| 36 |
path: data/test-*
|
| 37 |
-
license: cc-by-4.0
|
| 38 |
-
size_categories:
|
| 39 |
-
- n<1K
|
| 40 |
---
|
| 41 |
|
| 42 |
# Reasoning Blind Spots Benchmark
|
|
@@ -437,4 +439,4 @@ size_categories:
|
|
| 437 |
primaryClass={cs.AI},
|
| 438 |
url={https://arxiv.org/abs/2607.08317},
|
| 439 |
}
|
| 440 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
size_categories:
|
| 4 |
+
- n<1K
|
| 5 |
+
task_categories:
|
| 6 |
+
- other
|
| 7 |
dataset_info:
|
| 8 |
features:
|
| 9 |
- name: QID
|
|
|
|
| 39 |
data_files:
|
| 40 |
- split: test
|
| 41 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
| 42 |
---
|
| 43 |
|
| 44 |
# Reasoning Blind Spots Benchmark
|
|
|
|
| 439 |
primaryClass={cs.AI},
|
| 440 |
url={https://arxiv.org/abs/2607.08317},
|
| 441 |
}
|
| 442 |
+
```
|