Datasets:
mdermentzi
commited on
Commit
•
194d59c
1
Parent(s):
8a1abdd
Update README.md
Browse files
README.md
CHANGED
@@ -105,13 +105,11 @@ PER, LOC, ORG, DATE, CAMP, GHETTO
|
|
105 |
- **Language(s) (NLP):** cs, de, en, fr, hu, nl, pl, sk, yi
|
106 |
- **License:** EUPL-1.2
|
107 |
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
|
112 |
- **Repository:** https://github.com/EHRI/EHRI-NER
|
113 |
-
- **Paper:**
|
114 |
-
|
115 |
## Uses
|
116 |
|
117 |
<!-- Address questions around how the dataset is intended to be used. -->
|
@@ -153,26 +151,27 @@ our dataset repurposes a resource that was not built for purpose.
|
|
153 |
|
154 |
This dataset was put together as part of an EHRI-specific research project and may not be suitable for the purposes of other users/organizations.
|
155 |
|
156 |
-
|
157 |
|
158 |
-
|
159 |
-
|
160 |
-
Dermentzi, M., & Scheithauer, H. (2024, May 21). Repurposing Holocaust-Related Digital Scholarly Editions to Develop Multilingual Domain-Specific Named Entity Recognition Tools. Proceedings of the LREC-COLING 2024 Workshop on Holocaust Testimonies as Language Resources. HTRes@LREC-COLING 2024, Turin, Italy.
|
161 |
|
162 |
## Citation
|
163 |
|
164 |
**BibTeX:**
|
165 |
@inproceedings{dermentzi_repurposing_2024,
|
166 |
-
address = {
|
167 |
title = {Repurposing {Holocaust}-{Related} {Digital} {Scholarly} {Editions} to {Develop} {Multilingual} {Domain}-{Specific} {Named} {Entity} {Recognition} {Tools}},
|
168 |
-
|
|
|
|
|
|
|
|
|
169 |
author = {Dermentzi, Maria and Scheithauer, Hugo},
|
170 |
month = may,
|
171 |
year = {2024},
|
172 |
-
|
173 |
}
|
174 |
|
175 |
-
|
176 |
**APA:**
|
177 |
-
Dermentzi, M., & Scheithauer, H. (2024, May
|
178 |
-
-->
|
|
|
105 |
- **Language(s) (NLP):** cs, de, en, fr, hu, nl, pl, sk, yi
|
106 |
- **License:** EUPL-1.2
|
107 |
|
108 |
+
### Dataset Sources
|
|
|
|
|
109 |
|
110 |
- **Repository:** https://github.com/EHRI/EHRI-NER
|
111 |
+
- **Paper:** https://hal.science/hal-04547222
|
112 |
+
|
113 |
## Uses
|
114 |
|
115 |
<!-- Address questions around how the dataset is intended to be used. -->
|
|
|
151 |
|
152 |
This dataset was put together as part of an EHRI-specific research project and may not be suitable for the purposes of other users/organizations.
|
153 |
|
154 |
+
### Recommendations
|
155 |
|
156 |
+
For more information, we encourage potential users to read the paper accompanying this dataset:
|
157 |
+
Dermentzi, M., & Scheithauer, H. (2024, May). Repurposing Holocaust-Related Digital Scholarly Editions to Develop Multilingual Domain-Specific Named Entity Recognition Tools. LREC-COLING 2024 - Joint International Conference on Computational Linguistics, Language Resources and Evaluation. HTRes@LREC-COLING 2024, Torino, Italy. https://hal.science/hal-04547222
|
|
|
158 |
|
159 |
## Citation
|
160 |
|
161 |
**BibTeX:**
|
162 |
@inproceedings{dermentzi_repurposing_2024,
|
163 |
+
address = {Torino, Italy},
|
164 |
title = {Repurposing {Holocaust}-{Related} {Digital} {Scholarly} {Editions} to {Develop} {Multilingual} {Domain}-{Specific} {Named} {Entity} {Recognition} {Tools}},
|
165 |
+
url = {https://hal.science/hal-04547222},
|
166 |
+
abstract = {The European Holocaust Research Infrastructure (EHRI) aims to support Holocaust research by making information about dispersed Holocaust material accessible and interconnected through its services. Creating a tool capable of detecting named entities in texts such as Holocaust testimonies or archival descriptions would make it easier to link more material with relevant identifiers in domain-specific controlled vocabularies, semantically enriching it, and making it more discoverable. With this paper, we release EHRI-NER, a multilingual dataset (Czech, German, English, French, Hungarian, Dutch, Polish, Slovak, Yiddish) for Named Entity Recognition (NER) in Holocaust-related texts. EHRI-NER is built by aggregating all the annotated documents in the EHRI Online Editions and converting them to a format suitable for training NER models. We leverage this dataset to fine-tune the multilingual Transformer-based language model XLM-RoBERTa (XLM-R) to determine whether a single model can be trained to recognize entities across different document types and languages. The results of our experiments show that despite our relatively small dataset, in a multilingual experiment setup, the overall F1 score achieved by XLM-R fine-tuned on multilingual annotations is 81.5{\textbackslash}\%. We argue that this score is sufficiently high to consider the next steps towards deploying this model.},
|
167 |
+
urldate = {2024-04-29},
|
168 |
+
booktitle = {{LREC}-{COLING} 2024 - {Joint} {International} {Conference} on {Computational} {Linguistics}, {Language} {Resources} and {Evaluation}},
|
169 |
+
publisher = {ELRA Language Resources Association (ELRA); International Committee on Computational Linguistics (ICCL)},
|
170 |
author = {Dermentzi, Maria and Scheithauer, Hugo},
|
171 |
month = may,
|
172 |
year = {2024},
|
173 |
+
keywords = {Digital Editions, Holocaust Testimonies, Multilingual, Named Entity Recognition, Transfer Learning, Transformers},
|
174 |
}
|
175 |
|
|
|
176 |
**APA:**
|
177 |
+
Dermentzi, M., & Scheithauer, H. (2024, May). Repurposing Holocaust-Related Digital Scholarly Editions to Develop Multilingual Domain-Specific Named Entity Recognition Tools. LREC-COLING 2024 - Joint International Conference on Computational Linguistics, Language Resources and Evaluation. HTRes@LREC-COLING 2024, Torino, Italy. https://hal.science/hal-04547222
|
|