Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
100K - 1M
Tags:
structure-prediction
License:
Add 'intra' config data files
Browse files- .gitattributes +3 -0
- README.md +111 -1
- intra/test-00000-of-00001.parquet +3 -0
- intra/train-00000-of-00001.parquet +3 -0
- intra/validation-00000-of-00001.parquet +3 -0
.gitattributes
CHANGED
|
@@ -20,3 +20,6 @@ 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
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
| 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
|
README.md
CHANGED
|
@@ -22,7 +22,7 @@ pretty_name: Few-NERD
|
|
| 22 |
tags:
|
| 23 |
- structure-prediction
|
| 24 |
dataset_info:
|
| 25 |
-
|
| 26 |
features:
|
| 27 |
- name: id
|
| 28 |
dtype: string
|
|
@@ -124,6 +124,108 @@ dataset_info:
|
|
| 124 |
num_examples: 14007
|
| 125 |
download_size: 19914244
|
| 126 |
dataset_size: 106189998
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
configs:
|
| 128 |
- config_name: inter
|
| 129 |
data_files:
|
|
@@ -133,6 +235,14 @@ configs:
|
|
| 133 |
path: inter/validation-*
|
| 134 |
- split: test
|
| 135 |
path: inter/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
---
|
| 137 |
|
| 138 |
# Dataset Card for "Few-NERD"
|
|
|
|
| 22 |
tags:
|
| 23 |
- structure-prediction
|
| 24 |
dataset_info:
|
| 25 |
+
- config_name: inter
|
| 26 |
features:
|
| 27 |
- name: id
|
| 28 |
dtype: string
|
|
|
|
| 124 |
num_examples: 14007
|
| 125 |
download_size: 19914244
|
| 126 |
dataset_size: 106189998
|
| 127 |
+
- config_name: intra
|
| 128 |
+
features:
|
| 129 |
+
- name: id
|
| 130 |
+
dtype: string
|
| 131 |
+
- name: tokens
|
| 132 |
+
sequence: string
|
| 133 |
+
- name: ner_tags
|
| 134 |
+
sequence:
|
| 135 |
+
class_label:
|
| 136 |
+
names:
|
| 137 |
+
'0': O
|
| 138 |
+
'1': art
|
| 139 |
+
'2': building
|
| 140 |
+
'3': event
|
| 141 |
+
'4': location
|
| 142 |
+
'5': organization
|
| 143 |
+
'6': other
|
| 144 |
+
'7': person
|
| 145 |
+
'8': product
|
| 146 |
+
- name: fine_ner_tags
|
| 147 |
+
sequence:
|
| 148 |
+
class_label:
|
| 149 |
+
names:
|
| 150 |
+
'0': O
|
| 151 |
+
'1': art-broadcastprogram
|
| 152 |
+
'2': art-film
|
| 153 |
+
'3': art-music
|
| 154 |
+
'4': art-other
|
| 155 |
+
'5': art-painting
|
| 156 |
+
'6': art-writtenart
|
| 157 |
+
'7': building-airport
|
| 158 |
+
'8': building-hospital
|
| 159 |
+
'9': building-hotel
|
| 160 |
+
'10': building-library
|
| 161 |
+
'11': building-other
|
| 162 |
+
'12': building-restaurant
|
| 163 |
+
'13': building-sportsfacility
|
| 164 |
+
'14': building-theater
|
| 165 |
+
'15': event-attack/battle/war/militaryconflict
|
| 166 |
+
'16': event-disaster
|
| 167 |
+
'17': event-election
|
| 168 |
+
'18': event-other
|
| 169 |
+
'19': event-protest
|
| 170 |
+
'20': event-sportsevent
|
| 171 |
+
'21': location-GPE
|
| 172 |
+
'22': location-bodiesofwater
|
| 173 |
+
'23': location-island
|
| 174 |
+
'24': location-mountain
|
| 175 |
+
'25': location-other
|
| 176 |
+
'26': location-park
|
| 177 |
+
'27': location-road/railway/highway/transit
|
| 178 |
+
'28': organization-company
|
| 179 |
+
'29': organization-education
|
| 180 |
+
'30': organization-government/governmentagency
|
| 181 |
+
'31': organization-media/newspaper
|
| 182 |
+
'32': organization-other
|
| 183 |
+
'33': organization-politicalparty
|
| 184 |
+
'34': organization-religion
|
| 185 |
+
'35': organization-showorganization
|
| 186 |
+
'36': organization-sportsleague
|
| 187 |
+
'37': organization-sportsteam
|
| 188 |
+
'38': other-astronomything
|
| 189 |
+
'39': other-award
|
| 190 |
+
'40': other-biologything
|
| 191 |
+
'41': other-chemicalthing
|
| 192 |
+
'42': other-currency
|
| 193 |
+
'43': other-disease
|
| 194 |
+
'44': other-educationaldegree
|
| 195 |
+
'45': other-god
|
| 196 |
+
'46': other-language
|
| 197 |
+
'47': other-law
|
| 198 |
+
'48': other-livingthing
|
| 199 |
+
'49': other-medical
|
| 200 |
+
'50': person-actor
|
| 201 |
+
'51': person-artist/author
|
| 202 |
+
'52': person-athlete
|
| 203 |
+
'53': person-director
|
| 204 |
+
'54': person-other
|
| 205 |
+
'55': person-politician
|
| 206 |
+
'56': person-scholar
|
| 207 |
+
'57': person-soldier
|
| 208 |
+
'58': product-airplane
|
| 209 |
+
'59': product-car
|
| 210 |
+
'60': product-food
|
| 211 |
+
'61': product-game
|
| 212 |
+
'62': product-other
|
| 213 |
+
'63': product-ship
|
| 214 |
+
'64': product-software
|
| 215 |
+
'65': product-train
|
| 216 |
+
'66': product-weapon
|
| 217 |
+
splits:
|
| 218 |
+
- name: train
|
| 219 |
+
num_bytes: 67631522
|
| 220 |
+
num_examples: 99519
|
| 221 |
+
- name: validation
|
| 222 |
+
num_bytes: 12759787
|
| 223 |
+
num_examples: 19358
|
| 224 |
+
- name: test
|
| 225 |
+
num_bytes: 25768577
|
| 226 |
+
num_examples: 44059
|
| 227 |
+
download_size: 19616006
|
| 228 |
+
dataset_size: 106159886
|
| 229 |
configs:
|
| 230 |
- config_name: inter
|
| 231 |
data_files:
|
|
|
|
| 235 |
path: inter/validation-*
|
| 236 |
- split: test
|
| 237 |
path: inter/test-*
|
| 238 |
+
- config_name: intra
|
| 239 |
+
data_files:
|
| 240 |
+
- split: train
|
| 241 |
+
path: intra/train-*
|
| 242 |
+
- split: validation
|
| 243 |
+
path: intra/validation-*
|
| 244 |
+
- split: test
|
| 245 |
+
path: intra/test-*
|
| 246 |
---
|
| 247 |
|
| 248 |
# Dataset Card for "Few-NERD"
|
intra/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35492f80b3fc07b220e6853dcb3eaec73bf70138ef10291b3caf55dc174e9217
|
| 3 |
+
size 4742040
|
intra/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d427e6dbbbafa3e3ce99640351075fe2f9e2daab84a602bce47b7e0c60cf9afc
|
| 3 |
+
size 12681898
|
intra/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:febf702f905680d585aadfa04c4c05226117af9982895820be3028f09cef116f
|
| 3 |
+
size 2192068
|