Skip to content

Commit 94bb4a1

Browse files
Adding New Citation for beaye_lexicon (SEACrowd#600)
* Create beaye_lexicon dataset loader * add implementation of eng-day word pairs * adding new citation --------- Co-authored-by: Holy Lovenia <holy.lovenia@gmail.com>
1 parent 623e5d6 commit 94bb4a1

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

seacrowd/sea_datasets/beaye_lexicon/beaye_lexicon.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@
88
from seacrowd.utils.constants import Licenses
99

1010
_CITATION = """\
11-
@misc{beayelexicon2024,
12-
author = {Lopo, Joanito Agili and Moeljadi, David and Cahyawijaya, Samuel and Aji, Alham Fikri and Sommerlot,
13-
Carly J. and Jacob, June},
14-
title = {Penyusunan Korpus Paralel Bahasa Indonesia–Bahasa Melayu Ambon, Melayu Kupang, Beaye, dan Uab Meto},
15-
year = {2024},
16-
howpublished = {Online},
17-
url = {https://github.com/joanitolopo/makalah-kongresxii},
18-
note = {Manuscript in preparation},
11+
@misc{lopo2024constructing,
12+
title={Constructing and Expanding Low-Resource and Underrepresented Parallel Datasets for Indonesian Local Languages},
13+
author={Joanito Agili Lopo and Radius Tanone},
14+
year={2024},
15+
eprint={2404.01009},
16+
archivePrefix={arXiv},
17+
primaryClass={cs.CL}
1918
}
2019
"""
2120

0 commit comments

Comments
 (0)