File size: 3,756 Bytes
fbf7298 |
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 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
---
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
---
|