Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
abdurrahmanbutler commited on
Commit
c2a3ba3
·
verified ·
1 Parent(s): adb5624

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -56
README.md CHANGED
@@ -1,64 +1,60 @@
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.
 
1
  ---
2
+ license: cc-by-sa-4.0
 
 
 
 
 
3
  task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
 
 
7
  tags:
8
+ - legal
9
+ size_categories:
10
+ - n<1K
11
  dataset_info:
12
+ - config_name: default
13
+ features:
14
+ - name: query-id
15
+ dtype: string
16
+ - name: corpus-id
17
+ dtype: string
18
+ - name: score
19
+ dtype: float64
20
+ splits:
21
+ - name: test
22
+ num_examples: 117
23
+ - config_name: corpus
24
+ features:
25
+ - name: _id
26
+ dtype: string
27
+ - name: title
28
+ dtype: string
29
+ - name: text
30
+ dtype: string
31
+ splits:
32
+ - name: corpus
33
+ num_examples: 116
34
+ - config_name: queries
35
+ features:
36
+ - name: _id
37
+ dtype: string
38
+ - name: text
39
+ dtype: string
40
+ splits:
41
+ - name: queries
42
+ num_examples: 117
43
+
44
  configs:
45
+ - config_name: default
46
+ data_files:
47
+ - split: test
48
+ path: data/default.jsonl
49
+ - config_name: corpus
50
+ data_files:
51
+ - split: corpus
52
+ path: data/corpus.jsonl
53
+ - config_name: queries
54
+ data_files:
55
+ - split: queries
56
+ path: data/queries.jsonl
57
+
58
  ---
59
  # Bar Exam QA Benchmark 📝
60
  The dataset includes questions from multistate bar exams and answers sourced from expert annotations.