Testing data viewer fix
Browse files
README.md
CHANGED
@@ -1,14 +1,64 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
- question-answering
|
5 |
language:
|
6 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
tags:
|
8 |
-
-
|
9 |
-
|
10 |
-
|
11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
# Bar Exam QA Benchmark 📝
|
14 |
The dataset includes questions from multistate bar exams and answers sourced from expert annotations.
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- derived
|
|
|
4 |
language:
|
5 |
+
- deu
|
6 |
+
license: cc-by-4.0
|
7 |
+
multilinguality: monolingual
|
8 |
+
task_categories:
|
9 |
+
- text-retrieval
|
10 |
+
task_ids:
|
11 |
+
- multiple-choice-qa
|
12 |
+
config_names:
|
13 |
+
- corpus
|
14 |
tags:
|
15 |
+
- mteb
|
16 |
+
- text
|
17 |
+
dataset_info:
|
18 |
+
- config_name: default
|
19 |
+
features:
|
20 |
+
- name: query-id
|
21 |
+
dtype: string
|
22 |
+
- name: corpus-id
|
23 |
+
dtype: string
|
24 |
+
- name: score
|
25 |
+
dtype: float64
|
26 |
+
splits:
|
27 |
+
- name: test
|
28 |
+
num_examples: 200
|
29 |
+
- config_name: corpus
|
30 |
+
features:
|
31 |
+
- name: _id
|
32 |
+
dtype: string
|
33 |
+
- name: title
|
34 |
+
dtype: string
|
35 |
+
- name: text
|
36 |
+
dtype: string
|
37 |
+
splits:
|
38 |
+
- name: corpus
|
39 |
+
num_examples: 200
|
40 |
+
- config_name: queries
|
41 |
+
features:
|
42 |
+
- name: _id
|
43 |
+
dtype: string
|
44 |
+
- name: text
|
45 |
+
dtype: string
|
46 |
+
splits:
|
47 |
+
- name: queries
|
48 |
+
num_examples: 200
|
49 |
+
configs:
|
50 |
+
- config_name: default
|
51 |
+
data_files:
|
52 |
+
- split: test
|
53 |
+
path: qrels/test.jsonl
|
54 |
+
- config_name: corpus
|
55 |
+
data_files:
|
56 |
+
- split: corpus
|
57 |
+
path: corpus.jsonl
|
58 |
+
- config_name: queries
|
59 |
+
data_files:
|
60 |
+
- split: queries
|
61 |
+
path: queries.jsonl
|
62 |
---
|
63 |
# Bar Exam QA Benchmark 📝
|
64 |
The dataset includes questions from multistate bar exams and answers sourced from expert annotations.
|