Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
named-entity-recognition
Languages:
English
Size:
1K - 10K
ArXiv:
License:
dipteshkanojia
commited on
Commit
•
0f9274e
1
Parent(s):
966ef1c
adding reader py, data desc and readme
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
- Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Diptesh Kanojia, Constantin Orasan
|
4 |
language_creators:
|
5 |
- found
|
6 |
language:
|
@@ -17,12 +17,12 @@ source_datasets:
|
|
17 |
task_categories:
|
18 |
- token-classification
|
19 |
task_ids:
|
20 |
-
-
|
21 |
---
|
22 |
|
23 |
# PLOD: An Abbreviation Detection Dataset
|
24 |
|
25 |
-
This is the repository for PLOD Dataset
|
26 |
|
27 |
### Dataset
|
28 |
|
@@ -100,15 +100,6 @@ An example from the dataset:
|
|
100 |
- pos_tags: the Part-of-Speech tags obtained for the corresponding token above from Spacy NER.
|
101 |
- ner_tags: The tags for abbreviations and long-forms.
|
102 |
|
103 |
-
|
104 |
-
### Data Splits
|
105 |
-
|
106 |
-
| | Train | Valid | Test |
|
107 |
-
| ----- | ------ | ----- | ---- |
|
108 |
-
| Filtered | 112652 | 24140 | 24140|
|
109 |
-
| Unfiltered | 113860 | 24399 | 24399|
|
110 |
-
|
111 |
-
|
112 |
## Dataset Creation
|
113 |
|
114 |
### Source Data
|
@@ -126,7 +117,7 @@ PLOS Journal
|
|
126 |
### Dataset Curators
|
127 |
|
128 |
The dataset was initially created by Leonardo Zilio, Hadeel Saadany, Prashant Sharma,
|
129 |
-
Diptesh Kanojia, Constantin Orasan.
|
130 |
|
131 |
### Licensing Information
|
132 |
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
+
- Leonardo Zilio, Hadeel Saadany, Prashant Sharma, Shenbin Qian, Diptesh Kanojia, Constantin Orasan
|
4 |
language_creators:
|
5 |
- found
|
6 |
language:
|
|
|
17 |
task_categories:
|
18 |
- token-classification
|
19 |
task_ids:
|
20 |
+
- named-entity-recognition
|
21 |
---
|
22 |
|
23 |
# PLOD: An Abbreviation Detection Dataset
|
24 |
|
25 |
+
This is the repository for PLOD Dataset subset being used for CW in NLP module 2023-2024 at University of Surrey.
|
26 |
|
27 |
### Dataset
|
28 |
|
|
|
100 |
- pos_tags: the Part-of-Speech tags obtained for the corresponding token above from Spacy NER.
|
101 |
- ner_tags: The tags for abbreviations and long-forms.
|
102 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
## Dataset Creation
|
104 |
|
105 |
### Source Data
|
|
|
117 |
### Dataset Curators
|
118 |
|
119 |
The dataset was initially created by Leonardo Zilio, Hadeel Saadany, Prashant Sharma,
|
120 |
+
Diptesh Kanojia, Constantin Orasan. The subset was created by Shenbin Qian from the new clean version of PLOD to be released at LREC COLING 2024.
|
121 |
|
122 |
### Licensing Information
|
123 |
|