| dataset_info: | |
| - config_name: cls | |
| features: | |
| - name: id | |
| dtype: string | |
| - name: document_id | |
| dtype: string | |
| - name: tokens | |
| list: string | |
| - name: label | |
| dtype: | |
| class_label: | |
| names: | |
| '0': negation_speculation | |
| '1': negation | |
| '2': neutral | |
| '3': speculation | |
| splits: | |
| - name: train | |
| num_bytes: 1173011 | |
| num_examples: 5073 | |
| - name: validation | |
| num_bytes: 171520 | |
| num_examples: 725 | |
| - name: test | |
| num_bytes: 334459 | |
| num_examples: 1450 | |
| download_size: 501672 | |
| dataset_size: 1678990 | |
| - config_name: ner_neg | |
| features: | |
| - name: id | |
| dtype: string | |
| - name: document_id | |
| dtype: string | |
| - name: tokens | |
| list: string | |
| - name: lemmas | |
| list: string | |
| - name: ner_tags | |
| list: | |
| class_label: | |
| names: | |
| '0': O | |
| '1': B_cue_neg | |
| '2': B_scope_neg | |
| '3': I_scope_neg | |
| splits: | |
| - name: train | |
| num_bytes: 3131389 | |
| num_examples: 5072 | |
| - name: validation | |
| num_bytes: 432558 | |
| num_examples: 725 | |
| - name: test | |
| num_bytes: 890383 | |
| num_examples: 1450 | |
| download_size: 905108 | |
| dataset_size: 4454330 | |
| - config_name: ner_spec | |
| features: | |
| - name: id | |
| dtype: string | |
| - name: document_id | |
| dtype: string | |
| - name: tokens | |
| list: string | |
| - name: lemmas | |
| list: string | |
| - name: ner_tags | |
| list: | |
| class_label: | |
| names: | |
| '0': O | |
| '1': B_cue_spec | |
| '2': B_scope_spec | |
| '3': I_scope_spec | |
| splits: | |
| - name: train | |
| num_bytes: 2860677 | |
| num_examples: 4620 | |
| - name: validation | |
| num_bytes: 424113 | |
| num_examples: 660 | |
| - name: test | |
| num_bytes: 829468 | |
| num_examples: 1321 | |
| download_size: 817513 | |
| dataset_size: 4114258 | |
| - config_name: pos | |
| features: | |
| - name: id | |
| dtype: string | |
| - name: document_id | |
| dtype: string | |
| - name: tokens | |
| list: string | |
| - name: lemmas | |
| list: string | |
| - name: pos_tags | |
| list: | |
| class_label: | |
| names: | |
| '0': B-ABR | |
| '1': B-ADJ | |
| '2': B-ADV | |
| '3': B-DET:ART | |
| '4': B-DET:POS | |
| '5': B-INT | |
| '6': B-KON | |
| '7': B-NAM | |
| '8': B-NN | |
| '9': B-NOM | |
| '10': B-NUM | |
| '11': B-PREF | |
| '12': B-PRO | |
| '13': B-PRO:DEM | |
| '14': B-PRO:IND | |
| '15': B-PRO:PER | |
| '16': B-PRO:POS | |
| '17': B-PRO:REL | |
| '18': B-PRP | |
| '19': B-PRP:det | |
| '20': B-PUN | |
| '21': B-PUN:cit | |
| '22': B-SENT | |
| '23': B-SYM | |
| '24': 'B-VER:' | |
| '25': B-VER:cond | |
| '26': B-VER:futu | |
| '27': B-VER:impf | |
| '28': B-VER:infi | |
| '29': B-VER:pper | |
| '30': B-VER:ppre | |
| '31': B-VER:pres | |
| '32': B-VER:simp | |
| '33': B-VER:subi | |
| '34': B-VER:subp | |
| splits: | |
| - name: train | |
| num_bytes: 3131421 | |
| num_examples: 5072 | |
| - name: validation | |
| num_bytes: 432558 | |
| num_examples: 725 | |
| - name: test | |
| num_bytes: 890383 | |
| num_examples: 1450 | |
| download_size: 1003785 | |
| dataset_size: 4454362 | |
| configs: | |
| - config_name: cls | |
| data_files: | |
| - split: train | |
| path: cls/train-* | |
| - split: validation | |
| path: cls/validation-* | |
| - split: test | |
| path: cls/test-* | |
| - config_name: ner_neg | |
| data_files: | |
| - split: train | |
| path: ner_neg/train-* | |
| - split: validation | |
| path: ner_neg/validation-* | |
| - split: test | |
| path: ner_neg/test-* | |
| - config_name: ner_spec | |
| data_files: | |
| - split: train | |
| path: ner_spec/train-* | |
| - split: validation | |
| path: ner_spec/validation-* | |
| - split: test | |
| path: ner_spec/test-* | |
| - config_name: pos | |
| data_files: | |
| - split: train | |
| path: pos/train-* | |
| - split: validation | |
| path: pos/validation-* | |
| - split: test | |
| path: pos/test-* | |
| default: true | |