wannaphong
commited on
Commit
•
34f23c1
1
Parent(s):
1aac6f4
Update README.md
Browse files
README.md
CHANGED
@@ -34,3 +34,17 @@ configs:
|
|
34 |
- split: mtinstruct_en2th
|
35 |
path: data/mtinstruct_en2th-*
|
36 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
- split: mtinstruct_en2th
|
35 |
path: data/mtinstruct_en2th-*
|
36 |
---
|
37 |
+
# Thai Aligninstruct Dataset
|
38 |
+
|
39 |
+
This project was try to make English-Thai Aligninstruct.
|
40 |
+
|
41 |
+
I use simalign for making the High Quality Word Alignments Without Parallel Training Data Using Static and Contextualized Embeddings and use [deepcut](https://github.com/rkcosmos/deepcut) (by [lekcut](https://github.com/PyThaiNLP/LEKCut)) to tokenize Thai word.
|
42 |
+
|
43 |
+
The data use [scb-mt-en-th-2020](https://huggingface.co/datasets/scb_mt_enth_2020).
|
44 |
+
|
45 |
+
|
46 |
+
## References
|
47 |
+
|
48 |
+
- Aligninstruct: [https://arxiv.org/abs/2401.05811v1](https://arxiv.org/abs/2401.05811v1)
|
49 |
+
- SimAlign: High Quality Word Alignments Without Parallel Training Data Using Static and Contextualized Embeddings: [https://aclanthology.org/2020.findings-emnlp.147/](https://aclanthology.org/2020.findings-emnlp.147/)
|
50 |
+
- scb-mt-en-th-2020: A Large English-Thai Parallel Corpus: [https://arxiv.org/abs/2007.03541](https://arxiv.org/abs/2007.03541)
|