Fill-Mask
Transformers
PyTorch
bert
seemdog commited on
Commit
e22abe9
·
verified ·
1 Parent(s): 3a04fc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -20
README.md CHANGED
@@ -26,26 +26,13 @@ manchuBERT utilizes the data augmentation method from [Mergen: The First Manchu-
26
 
27
  ## Citation
28
  ```
29
- @inproceedings{lee-etal-2024-manner,
30
- title = "{M}an{NER} {\&} {M}an{POS}: Pioneering {NLP} for Endangered {M}anchu Language",
31
- author = "Lee, Sangah and
32
- Byun, Sungjoo and
33
- Seo, Jean and
34
- Kang, Minha",
35
- editor = "Calzolari, Nicoletta and
36
- Kan, Min-Yen and
37
- Hoste, Veronique and
38
- Lenci, Alessandro and
39
- Sakti, Sakriani and
40
- Xue, Nianwen",
41
- booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
42
- month = may,
43
- year = "2024",
44
- address = "Torino, Italia",
45
- publisher = "ELRA and ICCL",
46
- url = "https://aclanthology.org/2024.lrec-main.961",
47
- pages = "11030--11039",
48
- abstract = "We present pioneering research in the realm of Natural Language Processing (NLP) for the endangered Manchu language. Recognizing the critical importance of linguistic preservation, we experiment with three language models {--} BiLSTM-CRF, BERT, and mBERT {--} for Named Entity Recognition (NER) and Part-of-Speech (POS) tagging tasks. Given the limited digitized Manchu text available, we augment the data using GloVe embeddings for the pre-training of BERT-based models. Remarkably, all models demonstrated outstanding performance, achieving over 90{\%} F1 score in both NER and POS tagging tasks. Our research not only marks the first application of NLP on Manchu and the inaugural use of BERT-based models for the language but also stands as the first endeavor to employ Manchu for NER and POS tagging. To foster further exploration and applications in the field, we make our fine-tuning dataset and models available to the public. Through this research, we aim to underscore the significance of NLP in the protection and revitalization of low-resource languages.",
49
  }
50
  ```
51
 
 
26
 
27
  ## Citation
28
  ```
29
+ @misc {jean_seo_2024,
30
+ author = { {Jean Seo} },
31
+ title = { manchuBERT (Revision 64133be) },
32
+ year = 2024,
33
+ url = { https://huggingface.co/seemdog/manchuBERT },
34
+ doi = { 10.57967/hf/1599 },
35
+ publisher = { Hugging Face }
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
  ```
38