revflask commited on
Commit
8f1a7ff
·
verified ·
1 Parent(s): d89b79f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +125 -1
README.md CHANGED
@@ -73,4 +73,128 @@ configs:
73
  data_files:
74
  - split: test
75
  path: Coding*
76
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  data_files:
74
  - split: test
75
  path: Coding*
76
+ ---
77
+
78
+
79
+ # Dataset Card for MMLU
80
+
81
+ ## Table of Contents
82
+ - [Table of Contents](#table-of-contents)
83
+ - [Dataset Description](#dataset-description)
84
+ - [Dataset Summary](#dataset-summary)
85
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
86
+ - [Languages](#languages)
87
+ - [Dataset Structure](#dataset-structure)
88
+ - [Data Instances](#data-instances)
89
+ - [Data Fields](#data-fields)
90
+ - [Data Splits](#data-splits)
91
+ - [Dataset Creation](#dataset-creation)
92
+ - [Curation Rationale](#curation-rationale)
93
+ - [Source Data](#source-data)
94
+ - [Annotations](#annotations)
95
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
96
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
97
+ - [Social Impact of Dataset](#social-impact-of-dataset)
98
+ - [Discussion of Biases](#discussion-of-biases)
99
+ - [Other Known Limitations](#other-known-limitations)
100
+ - [Additional Information](#additional-information)
101
+ - [Dataset Curators](#dataset-curators)
102
+ - [Licensing Information](#licensing-information)
103
+ - [Citation Information](#citation-information)
104
+ - [Contributions](#contributions)
105
+
106
+ ## Dataset Description
107
+
108
+ - **Repository**: [github repo]
109
+
110
+ ### Dataset Summary
111
+
112
+ The Blockchain Benchmark Dataset is a comprehensive collection of data specifically curated for benchmarking Language Models (LMs) in the domain of blockchain technology. This dataset is designed to facilitate research and development in natural language understanding within the blockchain domain.
113
+ A complete list of tasks: ['general-reasoning', 'code', 'math']
114
+ ### Supported Tasks and Leaderboards
115
+ | Model | Authors | Humanities | Social Science | STEM | Other | Average |
116
+ |------------------------------------|----------|:-------:|:-------:|:-------:|:-------:|:-------:|
117
+
118
+ [add models here]
119
+
120
+ ### Languages
121
+ English
122
+ ## Dataset Structure
123
+ ### Data Instances
124
+ An example from code subtask looks as follows:
125
+ ```
126
+ {
127
+ "question": "The defining idea of Uniswap v3 token is",
128
+ "choices": ['Concentrated Liquidity', 'Diluted Liquidity', 'Concentrated Programming', 'Optimized price ranges'],
129
+ "answer": "A"
130
+ }
131
+ ```
132
+ ### Data Fields
133
+ - `question`: a string feature
134
+ - `choices`: a list of 4 string features
135
+ - `answer`: a ClassLabel feature
136
+ -
137
+ ### Data Splits
138
+ - `test`: all data under test for benchmarking
139
+
140
+ ## Dataset Creation
141
+
142
+ ### Curation Rationale
143
+
144
+ This dataset was created due to a lack of blockchain focused LM benchmarks available. The rise of blockchain and LM requires a dataset focused for blockchain focused knowledge.
145
+
146
+ ### Source Data
147
+
148
+ #### Initial Data Collection and Normalization
149
+
150
+ [More Information Needed]
151
+
152
+ #### Who are the source language producers?
153
+
154
+ [More Information Needed]
155
+
156
+ ### Annotations
157
+
158
+ #### Annotation process
159
+
160
+ [More Information Needed]
161
+
162
+ #### Who are the annotators?
163
+
164
+ [More Information Needed]
165
+
166
+ ### Personal and Sensitive Information
167
+
168
+ [More Information Needed]
169
+
170
+ ## Considerations for Using the Data
171
+
172
+ ### Social Impact of Dataset
173
+
174
+ [More Information Needed]
175
+
176
+ ### Discussion of Biases
177
+
178
+ [More Information Needed]
179
+
180
+ ### Other Known Limitations
181
+
182
+ [More Information Needed]
183
+
184
+ ## Additional Information
185
+
186
+ ### Dataset Curators
187
+
188
+ [More Information Needed]
189
+
190
+ ### Licensing Information
191
+
192
+ MIT License
193
+
194
+ ### Citation Information
195
+
196
+ If you find this useful in your research, please consider supporting Tensorplex [link]
197
+ ```
198
+ ### Contributions
199
+
200
+ Thanks to Tensorplex for adding this dataset.