|
|
--- |
|
|
dataset_info: |
|
|
features: |
|
|
- name: _id |
|
|
dtype: string |
|
|
- name: title |
|
|
dtype: string |
|
|
- name: url |
|
|
dtype: string |
|
|
- name: case |
|
|
dtype: string |
|
|
- name: content |
|
|
dtype: string |
|
|
- name: footnote |
|
|
dtype: string |
|
|
- name: footnote_list |
|
|
sequence: string |
|
|
splits: |
|
|
- name: train |
|
|
num_bytes: 16458210 |
|
|
num_examples: 1074 |
|
|
download_size: 7990208 |
|
|
dataset_size: 16458210 |
|
|
configs: |
|
|
- config_name: default |
|
|
data_files: |
|
|
- split: train |
|
|
path: data/train-* |
|
|
license: mit |
|
|
--- |
|
|
|
|
|
* The data is using scrapy to get from the https://www.legis-pedia.com/article. |
|
|
* The footnote is the content of the reference of the article. |
|
|
* The footnote_list is a list parsed from footnote for easy reference. |
|
|
|