| configs: | |
| - config_name: default | |
| data_files: | |
| - split: train | |
| path: data/train-* | |
| - split: dev | |
| path: data/dev-* | |
| - split: test | |
| path: data/test-* | |
| dataset_info: | |
| features: | |
| - name: serial-number | |
| dtype: string | |
| - name: doc_id | |
| dtype: string | |
| - name: id | |
| dtype: string | |
| - name: event | |
| dtype: string | |
| - name: post | |
| dtype: string | |
| - name: comment | |
| dtype: string | |
| - name: context | |
| dtype: string | |
| - name: argument-type | |
| dtype: string | |
| - name: role | |
| dtype: string | |
| - name: raw-initial-ground-truth | |
| sequence: string | |
| - name: raw-implicit-arguments | |
| sequence: string | |
| - name: raw-scattered-arguments | |
| sequence: string | |
| - name: raw-gt-args-type | |
| sequence: | |
| sequence: string | |
| splits: | |
| - name: train | |
| num_bytes: 6345719 | |
| num_examples: 4619 | |
| - name: dev | |
| num_bytes: 1347084 | |
| num_examples: 944 | |
| - name: test | |
| num_bytes: 2577762 | |
| num_examples: 1883 | |
| download_size: 607340 | |
| dataset_size: 10270565 | |