Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
ArXiv:
License:
dipteshkanojia
commited on
Commit
•
497dc80
1
Parent(s):
1760efc
Upload dataset
Browse files- README.md +34 -4
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
- Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Shenbin Qian, Diptesh Kanojia,
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
language:
|
7 |
- en
|
8 |
-
license:
|
9 |
multilinguality:
|
10 |
- monolingual
|
11 |
-
paperswithcode_id: plod-filtered
|
12 |
-
pretty_name: 'PLOD: An Abbreviation Detection Dataset'
|
13 |
size_categories:
|
14 |
- 100K<n<1M
|
15 |
source_datasets:
|
@@ -18,6 +17,37 @@ task_categories:
|
|
18 |
- token-classification
|
19 |
task_ids:
|
20 |
- named-entity-recognition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# PLOD: An Abbreviation Detection Dataset
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
+
- Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Shenbin Qian, Diptesh Kanojia,
|
4 |
+
Constantin Orasan
|
5 |
language_creators:
|
6 |
- found
|
7 |
language:
|
8 |
- en
|
9 |
+
license: cc-by-sa-4.0
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
|
|
12 |
size_categories:
|
13 |
- 100K<n<1M
|
14 |
source_datasets:
|
|
|
17 |
- token-classification
|
18 |
task_ids:
|
19 |
- named-entity-recognition
|
20 |
+
paperswithcode_id: plod-filtered
|
21 |
+
pretty_name: 'PLOD: An Abbreviation Detection Dataset'
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: tokens
|
25 |
+
sequence: string
|
26 |
+
- name: pos_tags
|
27 |
+
sequence: string
|
28 |
+
- name: ner_tags
|
29 |
+
sequence: string
|
30 |
+
splits:
|
31 |
+
- name: train
|
32 |
+
num_bytes: 958388
|
33 |
+
num_examples: 1072
|
34 |
+
- name: validation
|
35 |
+
num_bytes: 119188
|
36 |
+
num_examples: 126
|
37 |
+
- name: test
|
38 |
+
num_bytes: 119336
|
39 |
+
num_examples: 153
|
40 |
+
download_size: 244828
|
41 |
+
dataset_size: 1196912
|
42 |
+
configs:
|
43 |
+
- config_name: default
|
44 |
+
data_files:
|
45 |
+
- split: train
|
46 |
+
path: data/train-*
|
47 |
+
- split: validation
|
48 |
+
path: data/validation-*
|
49 |
+
- split: test
|
50 |
+
path: data/test-*
|
51 |
---
|
52 |
|
53 |
# PLOD: An Abbreviation Detection Dataset
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2ab7b34e04b54eb8806011de31bd2c119f03ee58470db5437c9c261278bca9d
|
3 |
+
size 28740
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd437c5be369fc7b161b0d958d259399077b64ad55d209c896706e996bf5420e
|
3 |
+
size 187663
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dd18c192bd7bd94af29c8cf4a92493fe8d764ee5b1ace809ab7ab2c4e7c217d8
|
3 |
+
size 28425
|