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-* | |