File size: 3,604 Bytes
e36a51a
 
ff8cb96
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
758a94e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1943be1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff8cb96
e36a51a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ff8cb96
 
 
 
 
 
 
 
758a94e
 
 
 
 
 
 
 
1943be1
 
 
 
 
 
 
 
e36a51a
 
 
 
 
 
 
 
 
 
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
---
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: 606539
    num_examples: 2653
  - name: validation
    num_bytes: 88536
    num_examples: 379
  - name: test
    num_bytes: 178583
    num_examples: 758
  download_size: 351467
  dataset_size: 873658
- 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_scope_neg
          '2': I_scope_neg
  splits:
  - name: train
    num_bytes: 1629906
    num_examples: 2653
  - name: validation
    num_bytes: 239147
    num_examples: 379
  - name: test
    num_bytes: 480380
    num_examples: 758
  download_size: 628494
  dataset_size: 2349433
- 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_xcope_inc
          '2': I_xcope_inc
  splits:
  - name: train
    num_bytes: 1629892
    num_examples: 2653
  - name: validation
    num_bytes: 239147
    num_examples: 379
  - name: test
    num_bytes: 480380
    num_examples: 758
  download_size: 625381
  dataset_size: 2349419
- 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-NOM
          '9': B-NUM
          '10': B-PRO:DEM
          '11': B-PRO:IND
          '12': B-PRO:PER
          '13': B-PRO:REL
          '14': B-PRP
          '15': B-PRP:det
          '16': B-PUN
          '17': B-PUN:cit
          '18': B-SENT
          '19': B-SYM
          '20': B-VER:con
          '21': B-VER:cond
          '22': B-VER:futu
          '23': B-VER:impf
          '24': B-VER:infi
          '25': B-VER:pper
          '26': B-VER:ppre
          '27': B-VER:pres
          '28': B-VER:simp
          '29': B-VER:subi
          '30': B-VER:subp
  splits:
  - name: train
    num_bytes: 1629906
    num_examples: 2653
  - name: validation
    num_bytes: 239147
    num_examples: 379
  - name: test
    num_bytes: 480380
    num_examples: 758
  download_size: 681620
  dataset_size: 2349433
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
---