Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
nielsr HF Staff commited on
Commit
65988fa
·
verified ·
1 Parent(s): 104a55e

Add task category and link to paper

Browse files

This PR adds the `text-generation` task category to improve dataset discoverability and links the dataset card to the associated paper at https://huggingface.co/papers/2506.00482.

Files changed (1) hide show
  1. README.md +50 -44
README.md CHANGED
@@ -1,44 +1,50 @@
1
- ---
2
- license: cc-by-nc-nd-4.0
3
- dataset_info:
4
- features:
5
- - name: problem_type
6
- dtype: string
7
- - name: context
8
- dtype: string
9
- - name: prompt
10
- dtype: string
11
- - name: options
12
- dtype: string
13
- - name: answer
14
- dtype: string
15
- - name: reference
16
- dtype: string
17
- - name: benchmark_name
18
- dtype: string
19
- - name: mcqa_meta
20
- dtype: string
21
- - name: original_category
22
- dtype: string
23
- - name: additional_info
24
- dtype: string
25
- - name: split
26
- dtype: string
27
- - name: task_type
28
- dtype: string
29
- - name: target_type
30
- dtype: string
31
- - name: subject_type
32
- dtype: string
33
- splits:
34
- - name: train
35
- num_bytes: 136569978
36
- num_examples: 144331
37
- download_size: 38945541
38
- dataset_size: 136569978
39
- configs:
40
- - config_name: default
41
- data_files:
42
- - split: train
43
- path: data/train-*
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