File size: 1,549 Bytes
d3cccaa
 
0ad8581
d3cccaa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0ad8581
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e620aa3
 
 
 
d3cccaa
 
 
 
 
0ad8581
 
 
 
d3cccaa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
dataset_info:
- config_name: corpus
  features:
  - name: id
    dtype: int64
  - name: reference
    dtype: string
  - name: article
    dtype: string
  - name: law_type
    dtype: string
  - name: code
    dtype: string
  - name: book
    dtype: string
  - name: part
    dtype: string
  - name: act
    dtype: string
  - name: chapter
    dtype: string
  - name: section
    dtype: string
  - name: subsection
    dtype: string
  - name: description
    dtype: string
  - name: article_english
    dtype: string
  splits:
  - name: test
    num_bytes: 49992486
    num_examples: 22633
  download_size: 17332067
  dataset_size: 49992486
- config_name: questions
  features:
  - name: question
    dtype: string
  - name: category
    dtype: string
  - name: subcategory
    dtype: string
  - name: correct
    dtype: string
  - name: incorrect
    sequence: string
  - name: noise_article_ids
    sequence: int64
  - name: relevant_doc_ids
    sequence: int64
  - name: correct_letter
    dtype: string
  - name: answers_string
    dtype: string
  - name: english_question
    dtype: string
  - name: english_correct
    dtype: string
  - name: english_incorrect
    sequence: string
  - name: english_answers_string
    dtype: string
  splits:
  - name: test
    num_bytes: 282361.7102803738
    num_examples: 54
  download_size: 131571
  dataset_size: 282361.7102803738
configs:
- config_name: corpus
  data_files:
  - split: test
    path: corpus/test-*
- config_name: questions
  data_files:
  - split: test
    path: questions/test-*
---