Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,27 @@ language:
|
|
33 |
- en
|
34 |
- ja
|
35 |
pretty_name: ALT
|
36 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
- en
|
34 |
- ja
|
35 |
pretty_name: ALT
|
36 |
+
---
|
37 |
+
|
38 |
+
# Asian Language Treebank (ALT) Project
|
39 |
+
|
40 |
+
[ALT Parallel Corpus](https://www2.nict.go.jp/astrec-att/member/mutiyama/ALT/)のうち、日英対訳部分のみを抽出したデータセットです。
|
41 |
+
|
42 |
+
処理元のデータとしては、HuggingFace上の[https://huggingface.co/datasets/alt](https://huggingface.co/datasets/alt)を利用しています。
|
43 |
+
|
44 |
+
|
45 |
+
# Citation
|
46 |
+
|
47 |
+
|
48 |
+
|
49 |
+
```bibtex
|
50 |
+
@inproceedings{riza2016introduction,
|
51 |
+
title={Introduction of the asian language treebank},
|
52 |
+
author={Riza, Hammam and Purwoadi, Michael and Uliniansyah, Teduh and Ti, Aw Ai and Aljunied, Sharifah Mahani and Mai, Luong Chi and Thang, Vu Tat and Thai, Nguyen Phuong and Chea, Vichet and Sam, Sethserey and others},
|
53 |
+
booktitle={2016 Conference of The Oriental Chapter of International Committee for Coordination and Standardization of Speech Databases and Assessment Techniques (O-COCOSDA)},
|
54 |
+
pages={1--6},
|
55 |
+
year={2016},
|
56 |
+
organization={IEEE}
|
57 |
+
}
|
58 |
+
```
|
59 |
+
|