Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
Tags:
structure-prediction
License:
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- .gitattributes +3 -0
- README.md +112 -0
- inter/test-00000-of-00001.parquet +3 -0
- inter/train-00000-of-00001.parquet +3 -0
- inter/validation-00000-of-00001.parquet +3 -0
.gitattributes
CHANGED
|
@@ -17,3 +17,6 @@
|
|
| 17 |
data/inter.zip filter=lfs diff=lfs merge=lfs -text
|
| 18 |
data/intra.zip filter=lfs diff=lfs merge=lfs -text
|
| 19 |
data/supervised.zip filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
data/inter.zip filter=lfs diff=lfs merge=lfs -text
|
| 18 |
data/intra.zip filter=lfs diff=lfs merge=lfs -text
|
| 19 |
data/supervised.zip filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
inter/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
inter/validation-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
inter/test-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -21,6 +21,118 @@ paperswithcode_id: few-nerd
|
|
| 21 |
pretty_name: Few-NERD
|
| 22 |
tags:
|
| 23 |
- structure-prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# Dataset Card for "Few-NERD"
|
|
|
|
| 21 |
pretty_name: Few-NERD
|
| 22 |
tags:
|
| 23 |
- structure-prediction
|
| 24 |
+
dataset_info:
|
| 25 |
+
config_name: inter
|
| 26 |
+
features:
|
| 27 |
+
- name: id
|
| 28 |
+
dtype: string
|
| 29 |
+
- name: tokens
|
| 30 |
+
sequence: string
|
| 31 |
+
- name: ner_tags
|
| 32 |
+
sequence:
|
| 33 |
+
class_label:
|
| 34 |
+
names:
|
| 35 |
+
'0': O
|
| 36 |
+
'1': art
|
| 37 |
+
'2': building
|
| 38 |
+
'3': event
|
| 39 |
+
'4': location
|
| 40 |
+
'5': organization
|
| 41 |
+
'6': other
|
| 42 |
+
'7': person
|
| 43 |
+
'8': product
|
| 44 |
+
- name: fine_ner_tags
|
| 45 |
+
sequence:
|
| 46 |
+
class_label:
|
| 47 |
+
names:
|
| 48 |
+
'0': O
|
| 49 |
+
'1': art-broadcastprogram
|
| 50 |
+
'2': art-film
|
| 51 |
+
'3': art-music
|
| 52 |
+
'4': art-other
|
| 53 |
+
'5': art-painting
|
| 54 |
+
'6': art-writtenart
|
| 55 |
+
'7': building-airport
|
| 56 |
+
'8': building-hospital
|
| 57 |
+
'9': building-hotel
|
| 58 |
+
'10': building-library
|
| 59 |
+
'11': building-other
|
| 60 |
+
'12': building-restaurant
|
| 61 |
+
'13': building-sportsfacility
|
| 62 |
+
'14': building-theater
|
| 63 |
+
'15': event-attack/battle/war/militaryconflict
|
| 64 |
+
'16': event-disaster
|
| 65 |
+
'17': event-election
|
| 66 |
+
'18': event-other
|
| 67 |
+
'19': event-protest
|
| 68 |
+
'20': event-sportsevent
|
| 69 |
+
'21': location-GPE
|
| 70 |
+
'22': location-bodiesofwater
|
| 71 |
+
'23': location-island
|
| 72 |
+
'24': location-mountain
|
| 73 |
+
'25': location-other
|
| 74 |
+
'26': location-park
|
| 75 |
+
'27': location-road/railway/highway/transit
|
| 76 |
+
'28': organization-company
|
| 77 |
+
'29': organization-education
|
| 78 |
+
'30': organization-government/governmentagency
|
| 79 |
+
'31': organization-media/newspaper
|
| 80 |
+
'32': organization-other
|
| 81 |
+
'33': organization-politicalparty
|
| 82 |
+
'34': organization-religion
|
| 83 |
+
'35': organization-showorganization
|
| 84 |
+
'36': organization-sportsleague
|
| 85 |
+
'37': organization-sportsteam
|
| 86 |
+
'38': other-astronomything
|
| 87 |
+
'39': other-award
|
| 88 |
+
'40': other-biologything
|
| 89 |
+
'41': other-chemicalthing
|
| 90 |
+
'42': other-currency
|
| 91 |
+
'43': other-disease
|
| 92 |
+
'44': other-educationaldegree
|
| 93 |
+
'45': other-god
|
| 94 |
+
'46': other-language
|
| 95 |
+
'47': other-law
|
| 96 |
+
'48': other-livingthing
|
| 97 |
+
'49': other-medical
|
| 98 |
+
'50': person-actor
|
| 99 |
+
'51': person-artist/author
|
| 100 |
+
'52': person-athlete
|
| 101 |
+
'53': person-director
|
| 102 |
+
'54': person-other
|
| 103 |
+
'55': person-politician
|
| 104 |
+
'56': person-scholar
|
| 105 |
+
'57': person-soldier
|
| 106 |
+
'58': product-airplane
|
| 107 |
+
'59': product-car
|
| 108 |
+
'60': product-food
|
| 109 |
+
'61': product-game
|
| 110 |
+
'62': product-other
|
| 111 |
+
'63': product-ship
|
| 112 |
+
'64': product-software
|
| 113 |
+
'65': product-train
|
| 114 |
+
'66': product-weapon
|
| 115 |
+
splits:
|
| 116 |
+
- name: train
|
| 117 |
+
num_bytes: 87456461
|
| 118 |
+
num_examples: 130112
|
| 119 |
+
- name: validation
|
| 120 |
+
num_bytes: 10813084
|
| 121 |
+
num_examples: 18817
|
| 122 |
+
- name: test
|
| 123 |
+
num_bytes: 7920453
|
| 124 |
+
num_examples: 14007
|
| 125 |
+
download_size: 19914244
|
| 126 |
+
dataset_size: 106189998
|
| 127 |
+
configs:
|
| 128 |
+
- config_name: inter
|
| 129 |
+
data_files:
|
| 130 |
+
- split: train
|
| 131 |
+
path: inter/train-*
|
| 132 |
+
- split: validation
|
| 133 |
+
path: inter/validation-*
|
| 134 |
+
- split: test
|
| 135 |
+
path: inter/test-*
|
| 136 |
---
|
| 137 |
|
| 138 |
# Dataset Card for "Few-NERD"
|
inter/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73de033f4bae11fb58f3c1ce43e114b194463ee359e5c8e2f0e5edc1920e683b
|
| 3 |
+
size 1551840
|
inter/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65fea9cbdcb34728ddd22761cdaf0859e50dd14ae5dc0c77fb306f4330934802
|
| 3 |
+
size 16227216
|
inter/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ff182cd0ecc939c65dcff22e63fc336c5c8c2309e6e5384eaaddb4ab8629c9a
|
| 3 |
+
size 2135188
|