ljvmiranda921
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -11,5 +11,25 @@ tags:
|
|
11 |
|
12 |
# LiBERTus-base
|
13 |
|
14 |
-
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
# LiBERTus-base
|
13 |
|
14 |
+
Submission to Task 1 (Constrained) of the [SIGTYP 2024 Shared Task on Word
|
15 |
+
Embedding Evaluation for Ancient and Historical
|
16 |
+
Languages](https://sigtyp.github.io/st2024.html). The system is built by
|
17 |
+
first pretraining a multilingual language model and then finetuning it for a
|
18 |
+
downstream task. The submission for Phase 1 and 2 of the Shared Task can be
|
19 |
+
found in the `submission_p1` and `submission_p2` directories.
|
20 |
+
|
21 |
+
If you're using this model, please cite:
|
22 |
+
|
23 |
+
```
|
24 |
+
@inproceedings{miranda-2024-allen,
|
25 |
+
title = "{A}llen Institute for {AI} @ {SIGTYP} 2024 Shared Task on Word Embedding Evaluation for Ancient and Historical Languages",
|
26 |
+
author = "Miranda, Lester James",
|
27 |
+
booktitle = "Proceedings of the 6th Workshop on Research in Computational Linguistic Typology and Multilingual NLP",
|
28 |
+
month = mar,
|
29 |
+
year = "2024",
|
30 |
+
address = "St. Julian's, Malta",
|
31 |
+
publisher = "Association for Computational Linguistics",
|
32 |
+
url = "https://aclanthology.org/2024.sigtyp-1.18",
|
33 |
+
pages = "151--159",
|
34 |
+
}
|
35 |
+
```
|