Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,8 @@ language:
|
|
17 |
|
18 |
### Dataset Summary
|
19 |
|
20 |
-
This dataset
|
|
|
21 |
|
22 |
### Supported Tasks and Leaderboards
|
23 |
|
@@ -39,7 +40,7 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
39 |
|
40 |
### Data Splits
|
41 |
|
42 |
-
|
43 |
|
44 |
## Dataset Creation
|
45 |
|
@@ -97,7 +98,38 @@ This dataset card aims to be a base template for new datasets. It has been gener
|
|
97 |
|
98 |
### Citation Information
|
99 |
|
100 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
102 |
### Contributions
|
103 |
|
|
|
17 |
|
18 |
### Dataset Summary
|
19 |
|
20 |
+
This dataset is initially created for the BSNLP Shared Task 2019 and reported in the conference paper "The Second Cross-Lingual Challenge on Recognition, Normalization, Classification, and Linking of Named Entities across Slavic Languages"
|
21 |
+
It is further improved in "Reconstructing NER Corpora: a Case Study on Bulgarian" and finally transformed in a csv format appropriate for token classification in Huggingface.
|
22 |
|
23 |
### Supported Tasks and Leaderboards
|
24 |
|
|
|
40 |
|
41 |
### Data Splits
|
42 |
|
43 |
+
train, test
|
44 |
|
45 |
## Dataset Creation
|
46 |
|
|
|
98 |
|
99 |
### Citation Information
|
100 |
|
101 |
+
@inproceedings{piskorski-etal-2019-second,
|
102 |
+
title = "The Second Cross-Lingual Challenge on Recognition, Normalization, Classification, and Linking of Named Entities across {S}lavic Languages",
|
103 |
+
author = "Piskorski, Jakub and Laskova, Laska and Marci{\'n}czuk, Micha{\l} and Pivovarova, Lidia and P{\v{r}}ib{\'a}{\v{n}}, Pavel
|
104 |
+
and Steinberger, Josef and Yangarber, Roman",
|
105 |
+
booktitle = "Proceedings of the 7th Workshop on Balto-Slavic Natural Language Processing",
|
106 |
+
month = aug,
|
107 |
+
year = "2019",
|
108 |
+
address = "Florence, Italy",
|
109 |
+
publisher = "Association for Computational Linguistics",
|
110 |
+
url = "https://www.aclweb.org/anthology/W19-3709",
|
111 |
+
pages = "63--74"
|
112 |
+
}
|
113 |
+
|
114 |
+
@inproceedings{marinova-etal-2020-reconstructing,
|
115 |
+
title = "Reconstructing {NER} Corpora: a Case Study on {B}ulgarian",
|
116 |
+
author = "Marinova, Iva and
|
117 |
+
Laskova, Laska and
|
118 |
+
Osenova, Petya and
|
119 |
+
Simov, Kiril and
|
120 |
+
Popov, Alexander",
|
121 |
+
booktitle = "Proceedings of the Twelfth Language Resources and Evaluation Conference",
|
122 |
+
month = may,
|
123 |
+
year = "2020",
|
124 |
+
address = "Marseille, France",
|
125 |
+
publisher = "European Language Resources Association",
|
126 |
+
url = "https://aclanthology.org/2020.lrec-1.571",
|
127 |
+
pages = "4647--4652",
|
128 |
+
abstract = "The paper reports on the usage of deep learning methods for improving a Named Entity Recognition (NER) training corpus and for predicting and annotating new types in a test corpus. We show how the annotations in a type-based corpus of named entities (NE) were populated as occurrences within it, thus ensuring density of the training information. A deep learning model was adopted for discovering inconsistencies in the initial annotation and for learning new NE types. The evaluation results get improved after data curation, randomization and deduplication.",
|
129 |
+
language = "English",
|
130 |
+
ISBN = "979-10-95546-34-4",
|
131 |
+
}
|
132 |
+
|
133 |
|
134 |
### Contributions
|
135 |
|