kz919 commited on
Commit
b3c8849
1 Parent(s): 9e9aa82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +109 -0
README.md CHANGED
@@ -30,4 +30,113 @@ language:
30
  pretty_name: MMLU auxiliary trained set labelled by e5 mistral 7b instruct
31
  size_categories:
32
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ---
 
30
  pretty_name: MMLU auxiliary trained set labelled by e5 mistral 7b instruct
31
  size_categories:
32
  - 10K<n<100K
33
+ ---
34
+
35
+ # Dataset Card for MMLU Auxiliary Trained Set Labelled by e5-mistral-7b-instruct
36
+
37
+ ## Table of Contents
38
+ - [Dataset Description](#dataset-description)
39
+ - [Dataset Summary](#dataset-summary)
40
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
41
+ - [Languages](#languages)
42
+ - [Dataset Structure](#dataset-structure)
43
+ - [Data Instances](#data-instances)
44
+ - [Data Fields](#data-fields)
45
+ - [Data Splits](#data-splits)
46
+ - [Dataset Creation](#dataset-creation)
47
+ - [Curation Rationale](#curation-rationale)
48
+ - [Source Data](#source-data)
49
+ - [Annotations](#annotations)
50
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
51
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
52
+ - [Social Impact of Dataset](#social-impact-of-dataset)
53
+ - [Discussion of Biases](#discussion-of-biases)
54
+ - [Other Known Limitations](#other-known-limitations)
55
+ - [Additional Information](#additional-information)
56
+ - [Dataset Curators](#dataset-curators)
57
+ - [Licensing Information](#licensing-information)
58
+ - [Citation Information](#citation-information)
59
+ - [Contact Information](#contact-information)
60
+ - [Visualizations](#visualizations)
61
+
62
+ ## Dataset Description
63
+
64
+ ### Dataset Summary
65
+ This dataset, named "MMLU Auxiliary Trained Set Labelled by e5-mistral-7b-instruct," consists of 99,842 examples spanning various subjects. Each instance includes a question, multiple choice options, a subject category, and an answer. The unique aspect of this dataset is the task label for each question, generated by a zero-shot classifier constructed from the `intfloat/e5-mistral-7b-instruct` model and trained on the auxiliary set of the Massive Multitask Language Understanding (MMLU).
66
+
67
+ ### Supported Tasks and Leaderboards
68
+ This dataset supports text-generation tasks. It is particularly useful for training and evaluating models on a wide range of subjects using the task labels generated by the zero-shot classifier.
69
+
70
+ ### Languages
71
+ The dataset is predominantly in English.
72
+
73
+ ## Dataset Structure
74
+
75
+ ### Data Instances
76
+ A typical data instance in this dataset comprises:
77
+ - `question`: A textual question or prompt.
78
+ - `subject`: The subject category of the question.
79
+ - `choices`: A list of possible answers.
80
+ - `answer`: The correct answer's index from the choices.
81
+ - `task`: The task label assigned by the zero-shot classifier.
82
+
83
+ ### Data Fields
84
+ - `question`: string
85
+ - `subject`: string
86
+ - `choices`: sequence of strings
87
+ - `answer`: int64
88
+ - `task`: string
89
+
90
+ ### Data Splits
91
+ - Train Split: 99,842 examples
92
+
93
+ ## Dataset Creation
94
+
95
+ ### Curation Rationale
96
+ The dataset was curated to enhance the diversity and scope of language models in understanding and generating responses across a wide range of subjects. The use of a zero-shot classifier for task labelling introduces a novel approach to categorizing and understanding textual data.
97
+
98
+ ### Source Data
99
+ The data was sourced from the auxiliary-train set of MMLU and processed to include task labels generated by the `intfloat/e5-mistral-7b-instruct` model.
100
+
101
+ ### Annotations
102
+ #### Annotation process
103
+ The task labels were generated automatically by a zero-shot classifier model, specifically `intfloat/e5-mistral-7b-instruct`.
104
+ #### Who are the annotators?
105
+ There were no human annotators; the process was entirely automated using the zero-shot classifier.
106
+
107
+ ### Personal and Sensitive Information
108
+ The dataset does not contain personal or sensitive information as it is focused on general knowledge questions and subjects.
109
+
110
+ ## Considerations for Using the Data
111
+
112
+ ### Social Impact of Dataset
113
+ This dataset can aid in developing more versatile and knowledgeable language models, potentially impacting various domains like education, research, and AI development.
114
+
115
+ ### Discussion of Biases
116
+ Given the automated nature of task label generation and diverse subject matter, biases may be minimal but could still exist based on the underlying training data of the zero-shot classifier.
117
+
118
+ ### Other Known Limitations
119
+ The primary limitation is the reliance on the zero-shot classifier's accuracy for task labeling, which may not always align with human judgment.
120
+
121
+ ## Additional Information
122
+
123
+ ### Dataset Curators
124
+ The dataset was curated by the team involved in the development of `mmlu`.
125
+
126
+ ### Licensing Information
127
+ The dataset is available under the Apache-2.0 License.
128
+
129
+ ### Citation Information
130
+ [To be added based on dataset publication or release details.]
131
+
132
+ ### Contact Information
133
+ [To be provided by dataset curators or maintainers.]
134
+
135
+ ### Visualizations
136
+ - **Counts by Category**
137
+ ![https://huggingface.co/datasets/kz919/mmlu-auxiliary-train-e5-mistral-7b-instruct/blob/main/per_category_distribution.png]
138
+
139
+ - **Counts by Super Category**
140
+ ![https://huggingface.co/datasets/kz919/mmlu-auxiliary-train-e5-mistral-7b-instruct/blob/main/super_category_distribution.png]
141
+
142
  ---