Datasets:
Add task category and link to paper (#1)
Browse files- Add task category and link to paper (65988fa46133f07052d06bb991cf6052ff0ae027)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,44 +1,50 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-nd-4.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
- name:
|
8 |
-
dtype: string
|
9 |
-
- name:
|
10 |
-
dtype: string
|
11 |
-
- name:
|
12 |
-
dtype: string
|
13 |
-
- name:
|
14 |
-
dtype: string
|
15 |
-
- name:
|
16 |
-
dtype: string
|
17 |
-
- name:
|
18 |
-
dtype: string
|
19 |
-
- name:
|
20 |
-
dtype: string
|
21 |
-
- name:
|
22 |
-
dtype: string
|
23 |
-
- name:
|
24 |
-
dtype: string
|
25 |
-
- name:
|
26 |
-
dtype: string
|
27 |
-
- name:
|
28 |
-
dtype: string
|
29 |
-
- name:
|
30 |
-
dtype: string
|
31 |
-
- name:
|
32 |
-
dtype: string
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
dataset_info:
|
6 |
+
features:
|
7 |
+
- name: problem_type
|
8 |
+
dtype: string
|
9 |
+
- name: context
|
10 |
+
dtype: string
|
11 |
+
- name: prompt
|
12 |
+
dtype: string
|
13 |
+
- name: options
|
14 |
+
dtype: string
|
15 |
+
- name: answer
|
16 |
+
dtype: string
|
17 |
+
- name: reference
|
18 |
+
dtype: string
|
19 |
+
- name: benchmark_name
|
20 |
+
dtype: string
|
21 |
+
- name: mcqa_meta
|
22 |
+
dtype: string
|
23 |
+
- name: original_category
|
24 |
+
dtype: string
|
25 |
+
- name: additional_info
|
26 |
+
dtype: string
|
27 |
+
- name: split
|
28 |
+
dtype: string
|
29 |
+
- name: task_type
|
30 |
+
dtype: string
|
31 |
+
- name: target_type
|
32 |
+
dtype: string
|
33 |
+
- name: subject_type
|
34 |
+
dtype: string
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 136569978
|
38 |
+
num_examples: 144331
|
39 |
+
download_size: 38945541
|
40 |
+
dataset_size: 136569978
|
41 |
+
configs:
|
42 |
+
- config_name: default
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: data/train-*
|
46 |
+
---
|
47 |
+
|
48 |
+
This dataset is part of the [BenchHub project](https://huggingface.co/papers/2506.00482): A Unified Benchmark Suite for Holistic and Customizable LLM Evaluation.
|
49 |
+
|
50 |
+
Project page: https://huggingface.co/BenchHub
|