amsa02 commited on
Commit
9822e1d
·
verified ·
1 Parent(s): 1c4ca7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +207 -0
README.md CHANGED
@@ -8,6 +8,213 @@ configs:
8
  - config_name: re
9
  data_files: re.parquet
10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # Dataset Card for Text2Tech Curated Documents
 
8
  - config_name: re
9
  data_files: re.parquet
10
 
11
+ annotations_creators:
12
+ - expert-generated
13
+ language_creators:
14
+ - found
15
+ language:
16
+ - en
17
+ license:
18
+ - unknown
19
+ multilinguality:
20
+ - monolingual
21
+ size_categories:
22
+ - 100<n<1K
23
+ source_datasets:
24
+ - original
25
+ task_categories:
26
+ - text-classification
27
+ - token-classification
28
+ task_ids:
29
+ - named-entity-recognition
30
+ - entity-linking-classification
31
+ - multi-class-classification
32
+ pretty_name: Text2Tech Curated Documents
33
+ tags:
34
+ - structure-prediction
35
+ - technology
36
+ - relation extraction
37
+ - entity linking
38
+ - named entity recognition
39
+
40
+ dataset_info:
41
+ - config_name: ner
42
+ features:
43
+ - name: docid
44
+ dtype: string
45
+ - name: tokens
46
+ sequence: string
47
+ - name: ner_tags
48
+ sequence:
49
+ class_label:
50
+ names:
51
+ - O
52
+ - U-Organization
53
+ - B-Method
54
+ - I-Method
55
+ - L-Method
56
+ - B-Technological System
57
+ - I-Technological System
58
+ - L-Technological System
59
+ - U-Technological System
60
+ - U-Method
61
+ - B-Material
62
+ - L-Material
63
+ - I-Material
64
+ - B-Organization
65
+ - L-Organization
66
+ - I-Organization
67
+ - U-Material
68
+ - B-Technical Field
69
+ - L-Technical Field
70
+ - I-Technical Field
71
+ - U-Technical Field
72
+ splits:
73
+ - name: train
74
+ num_bytes: 917085
75
+ num_examples: 135
76
+
77
+ - config_name: el
78
+ features:
79
+ - name: docid
80
+ dtype: string
81
+ - name: tokens
82
+ sequence: string
83
+ - name: ner_tags
84
+ sequence:
85
+ class_label:
86
+ names:
87
+ - O
88
+ - U-Organization
89
+ - B-Method
90
+ - I-Method
91
+ - L-Method
92
+ - B-Technological System
93
+ - I-Technological System
94
+ - L-Technological System
95
+ - U-Technological System
96
+ - U-Method
97
+ - B-Material
98
+ - L-Material
99
+ - I-Material
100
+ - B-Organization
101
+ - L-Organization
102
+ - I-Organization
103
+ - U-Material
104
+ - B-Technical Field
105
+ - L-Technical Field
106
+ - I-Technical Field
107
+ - U-Technical Field
108
+ - name: entity_mentions
109
+ sequence:
110
+ - name: text
111
+ dtype: string
112
+ - name: start
113
+ dtype: int32
114
+ - name: end
115
+ dtype: int32
116
+ - name: char_start
117
+ dtype: int32
118
+ - name: char_end
119
+ dtype: int32
120
+ - name: type
121
+ dtype:
122
+ class_label:
123
+ names:
124
+ - Organization
125
+ - Method
126
+ - Technological System
127
+ - Material
128
+ - Technical Field
129
+ - name: entity_id
130
+ dtype: string
131
+ splits:
132
+ - name: train
133
+ num_bytes: 1807601
134
+ num_examples: 135
135
+
136
+ - config_name: re
137
+ features:
138
+ - name: docid
139
+ dtype: string
140
+ - name: tokens
141
+ sequence: string
142
+ - name: ner_tags
143
+ sequence:
144
+ class_label:
145
+ names:
146
+ - O
147
+ - U-Organization
148
+ - B-Method
149
+ - I-Method
150
+ - L-Method
151
+ - B-Technological System
152
+ - I-Technological System
153
+ - L-Technological System
154
+ - U-Technological System
155
+ - U-Method
156
+ - B-Material
157
+ - L-Material
158
+ - I-Material
159
+ - B-Organization
160
+ - L-Organization
161
+ - I-Organization
162
+ - U-Material
163
+ - B-Technical Field
164
+ - L-Technical Field
165
+ - I-Technical Field
166
+ - U-Technical Field
167
+ - name: relations
168
+ sequence:
169
+ - name: id
170
+ dtype: string
171
+ - name: head_start
172
+ dtype: int32
173
+ - name: head_end
174
+ dtype: int32
175
+ - name: head_type
176
+ dtype:
177
+ class_label:
178
+ names:
179
+ - Organization
180
+ - Method
181
+ - Technological System
182
+ - Material
183
+ - Technical Field
184
+ - name: tail_start
185
+ dtype: int32
186
+ - name: tail_end
187
+ dtype: int32
188
+ - name: tail_type
189
+ dtype:
190
+ class_label:
191
+ names:
192
+ - Organization
193
+ - Method
194
+ - Technological System
195
+ - Material
196
+ - Technical Field
197
+ - name: type
198
+ dtype:
199
+ class_label:
200
+ names:
201
+ - ts:executes
202
+ - org:develops_or_provides
203
+ - ts:contains
204
+ - ts:made_of
205
+ - ts:uses
206
+ - ts:supports
207
+ - met:employs
208
+ - met:processes
209
+ - mat:transformed_to
210
+ - org:collaborates
211
+ - met:creates
212
+ - met:applied_to
213
+ - ts:processes
214
+ splits:
215
+ - name: train
216
+ num_bytes: 1095051
217
+ num_examples: 135
218
  ---
219
 
220
  # Dataset Card for Text2Tech Curated Documents