Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
json
Sub-tasks:
multiple-choice-qa
Languages:
English
Size:
< 1K
License:
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,20 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
3 |
task_categories:
|
4 |
- question-answering
|
|
|
|
|
5 |
language:
|
6 |
- en
|
7 |
tags:
|
8 |
- blockchain
|
9 |
- code
|
10 |
-
|
|
|
11 |
size_categories:
|
12 |
- 10K<n<100K
|
13 |
dataset_info:
|
@@ -25,6 +32,34 @@ dataset_info:
|
|
25 |
'1': B
|
26 |
'2': C
|
27 |
'3': D
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
configs:
|
29 |
- config_name: math
|
30 |
data_files:
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
annotations_creators:
|
4 |
+
- no-annotation
|
5 |
+
language_creators:
|
6 |
+
- expert-generated
|
7 |
task_categories:
|
8 |
- question-answering
|
9 |
+
task_ids:
|
10 |
+
- multiple-choice-qa
|
11 |
language:
|
12 |
- en
|
13 |
tags:
|
14 |
- blockchain
|
15 |
- code
|
16 |
+
- benchmark
|
17 |
+
pretty_name: LLM Blockchain Benchmark
|
18 |
size_categories:
|
19 |
- 10K<n<100K
|
20 |
dataset_info:
|
|
|
32 |
'1': B
|
33 |
'2': C
|
34 |
'3': D
|
35 |
+
- config_name: general-reasoning
|
36 |
+
features:
|
37 |
+
- name: question
|
38 |
+
dtype: string
|
39 |
+
- name: choices
|
40 |
+
sequence: string
|
41 |
+
- name: answer
|
42 |
+
dtype:
|
43 |
+
class_label:
|
44 |
+
names:
|
45 |
+
'0': A
|
46 |
+
'1': B
|
47 |
+
'2': C
|
48 |
+
'3': D
|
49 |
+
- config_name: code
|
50 |
+
features:
|
51 |
+
- name: question
|
52 |
+
dtype: string
|
53 |
+
- name: choices
|
54 |
+
sequence: string
|
55 |
+
- name: answer
|
56 |
+
dtype:
|
57 |
+
class_label:
|
58 |
+
names:
|
59 |
+
'0': A
|
60 |
+
'1': B
|
61 |
+
'2': C
|
62 |
+
'3': D
|
63 |
configs:
|
64 |
- config_name: math
|
65 |
data_files:
|