Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
Tags:
structure-prediction
License:
Add 'supervised' config data files
Browse files- .gitattributes +3 -0
- README.md +110 -0
- supervised/test-00000-of-00001.parquet +3 -0
- supervised/train-00000-of-00001.parquet +3 -0
- supervised/validation-00000-of-00001.parquet +3 -0
.gitattributes
CHANGED
|
@@ -23,3 +23,6 @@ inter/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
|
| 23 |
intra/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 24 |
intra/validation-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 25 |
intra/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
intra/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 24 |
intra/validation-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 25 |
intra/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
supervised/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
supervised/validation-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
supervised/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -226,6 +226,108 @@ dataset_info:
|
|
| 226 |
num_examples: 44059
|
| 227 |
download_size: 19616006
|
| 228 |
dataset_size: 106159886
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 229 |
configs:
|
| 230 |
- config_name: inter
|
| 231 |
data_files:
|
|
@@ -243,6 +345,14 @@ configs:
|
|
| 243 |
path: intra/validation-*
|
| 244 |
- split: test
|
| 245 |
path: intra/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 246 |
---
|
| 247 |
|
| 248 |
# Dataset Card for "Few-NERD"
|
|
|
|
| 226 |
num_examples: 44059
|
| 227 |
download_size: 19616006
|
| 228 |
dataset_size: 106159886
|
| 229 |
+
- config_name: supervised
|
| 230 |
+
features:
|
| 231 |
+
- name: id
|
| 232 |
+
dtype: string
|
| 233 |
+
- name: tokens
|
| 234 |
+
sequence: string
|
| 235 |
+
- name: ner_tags
|
| 236 |
+
sequence:
|
| 237 |
+
class_label:
|
| 238 |
+
names:
|
| 239 |
+
'0': O
|
| 240 |
+
'1': art
|
| 241 |
+
'2': building
|
| 242 |
+
'3': event
|
| 243 |
+
'4': location
|
| 244 |
+
'5': organization
|
| 245 |
+
'6': other
|
| 246 |
+
'7': person
|
| 247 |
+
'8': product
|
| 248 |
+
- name: fine_ner_tags
|
| 249 |
+
sequence:
|
| 250 |
+
class_label:
|
| 251 |
+
names:
|
| 252 |
+
'0': O
|
| 253 |
+
'1': art-broadcastprogram
|
| 254 |
+
'2': art-film
|
| 255 |
+
'3': art-music
|
| 256 |
+
'4': art-other
|
| 257 |
+
'5': art-painting
|
| 258 |
+
'6': art-writtenart
|
| 259 |
+
'7': building-airport
|
| 260 |
+
'8': building-hospital
|
| 261 |
+
'9': building-hotel
|
| 262 |
+
'10': building-library
|
| 263 |
+
'11': building-other
|
| 264 |
+
'12': building-restaurant
|
| 265 |
+
'13': building-sportsfacility
|
| 266 |
+
'14': building-theater
|
| 267 |
+
'15': event-attack/battle/war/militaryconflict
|
| 268 |
+
'16': event-disaster
|
| 269 |
+
'17': event-election
|
| 270 |
+
'18': event-other
|
| 271 |
+
'19': event-protest
|
| 272 |
+
'20': event-sportsevent
|
| 273 |
+
'21': location-GPE
|
| 274 |
+
'22': location-bodiesofwater
|
| 275 |
+
'23': location-island
|
| 276 |
+
'24': location-mountain
|
| 277 |
+
'25': location-other
|
| 278 |
+
'26': location-park
|
| 279 |
+
'27': location-road/railway/highway/transit
|
| 280 |
+
'28': organization-company
|
| 281 |
+
'29': organization-education
|
| 282 |
+
'30': organization-government/governmentagency
|
| 283 |
+
'31': organization-media/newspaper
|
| 284 |
+
'32': organization-other
|
| 285 |
+
'33': organization-politicalparty
|
| 286 |
+
'34': organization-religion
|
| 287 |
+
'35': organization-showorganization
|
| 288 |
+
'36': organization-sportsleague
|
| 289 |
+
'37': organization-sportsteam
|
| 290 |
+
'38': other-astronomything
|
| 291 |
+
'39': other-award
|
| 292 |
+
'40': other-biologything
|
| 293 |
+
'41': other-chemicalthing
|
| 294 |
+
'42': other-currency
|
| 295 |
+
'43': other-disease
|
| 296 |
+
'44': other-educationaldegree
|
| 297 |
+
'45': other-god
|
| 298 |
+
'46': other-language
|
| 299 |
+
'47': other-law
|
| 300 |
+
'48': other-livingthing
|
| 301 |
+
'49': other-medical
|
| 302 |
+
'50': person-actor
|
| 303 |
+
'51': person-artist/author
|
| 304 |
+
'52': person-athlete
|
| 305 |
+
'53': person-director
|
| 306 |
+
'54': person-other
|
| 307 |
+
'55': person-politician
|
| 308 |
+
'56': person-scholar
|
| 309 |
+
'57': person-soldier
|
| 310 |
+
'58': product-airplane
|
| 311 |
+
'59': product-car
|
| 312 |
+
'60': product-food
|
| 313 |
+
'61': product-game
|
| 314 |
+
'62': product-other
|
| 315 |
+
'63': product-ship
|
| 316 |
+
'64': product-software
|
| 317 |
+
'65': product-train
|
| 318 |
+
'66': product-weapon
|
| 319 |
+
splits:
|
| 320 |
+
- name: train
|
| 321 |
+
num_bytes: 81848645
|
| 322 |
+
num_examples: 131767
|
| 323 |
+
- name: validation
|
| 324 |
+
num_bytes: 11731110
|
| 325 |
+
num_examples: 18824
|
| 326 |
+
- name: test
|
| 327 |
+
num_bytes: 23345314
|
| 328 |
+
num_examples: 37648
|
| 329 |
+
download_size: 24121858
|
| 330 |
+
dataset_size: 116925069
|
| 331 |
configs:
|
| 332 |
- config_name: inter
|
| 333 |
data_files:
|
|
|
|
| 345 |
path: intra/validation-*
|
| 346 |
- split: test
|
| 347 |
path: intra/test-*
|
| 348 |
+
- config_name: supervised
|
| 349 |
+
data_files:
|
| 350 |
+
- split: train
|
| 351 |
+
path: supervised/train-*
|
| 352 |
+
- split: validation
|
| 353 |
+
path: supervised/validation-*
|
| 354 |
+
- split: test
|
| 355 |
+
path: supervised/test-*
|
| 356 |
---
|
| 357 |
|
| 358 |
# Dataset Card for "Few-NERD"
|
supervised/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b7ad746fcbeb68fcc235ba7142d7c3723ea2dc39930089e947284defecf300c6
|
| 3 |
+
size 4823735
|
supervised/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ccb192b1accd3d1754db2244d18ddf64040357fb5b9076a338ec421a72d7d61
|
| 3 |
+
size 16873779
|
supervised/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d502de918f2a6510179e64bc8b7cfff4e28999188e308f8b0fe75bd71844da66
|
| 3 |
+
size 2424344
|