Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -8,6 +8,47 @@ tags:
8
  - legal
9
  size_categories:
10
  - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
  # Bar Exam QA Benchmark 📝
13
  The dataset includes questions from multistate bar exams and answers sourced from expert annotations.
 
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
+ - config_name: corpus
21
+ features:
22
+ - name: _id
23
+ dtype: string
24
+ - name: title
25
+ dtype: string
26
+ - name: text
27
+ dtype: string
28
+ splits:
29
+ - name: corpus
30
+ - config_name: queries
31
+ features:
32
+ - name: _id
33
+ dtype: string
34
+ - name: text
35
+ dtype: string
36
+ splits:
37
+ - name: queries
38
+
39
+ configs:
40
+ - config_name: default
41
+ data_files:
42
+ - split: test
43
+ path: default.jsonl
44
+ - config_name: corpus
45
+ data_files:
46
+ - split: corpus
47
+ path: corpus.jsonl
48
+ - config_name: queries
49
+ data_files:
50
+ - split: queries
51
+ path: queries.jsonl
52
  ---
53
  # Bar Exam QA Benchmark 📝
54
  The dataset includes questions from multistate bar exams and answers sourced from expert annotations.