From 94bb4a18f345ef773a6922ce119005a74f0bdaa1 Mon Sep 17 00:00:00 2001 From: joan <68073738+joanitolopo@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:35:17 +0700 Subject: [PATCH] Adding New Citation for beaye_lexicon (#600) * Create beaye_lexicon dataset loader * add implementation of eng-day word pairs * adding new citation --------- Co-authored-by: Holy Lovenia --- .../sea_datasets/beaye_lexicon/beaye_lexicon.py | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/seacrowd/sea_datasets/beaye_lexicon/beaye_lexicon.py b/seacrowd/sea_datasets/beaye_lexicon/beaye_lexicon.py index 01695249f..472101a0f 100644 --- a/seacrowd/sea_datasets/beaye_lexicon/beaye_lexicon.py +++ b/seacrowd/sea_datasets/beaye_lexicon/beaye_lexicon.py @@ -8,14 +8,13 @@ from seacrowd.utils.constants import Licenses _CITATION = """\ -@misc{beayelexicon2024, - author = {Lopo, Joanito Agili and Moeljadi, David and Cahyawijaya, Samuel and Aji, Alham Fikri and Sommerlot, - Carly J. and Jacob, June}, - title = {Penyusunan Korpus Paralel Bahasa Indonesia–Bahasa Melayu Ambon, Melayu Kupang, Beaye, dan Uab Meto}, - year = {2024}, - howpublished = {Online}, - url = {https://github.com/joanitolopo/makalah-kongresxii}, - note = {Manuscript in preparation}, +@misc{lopo2024constructing, + title={Constructing and Expanding Low-Resource and Underrepresented Parallel Datasets for Indonesian Local Languages}, + author={Joanito Agili Lopo and Radius Tanone}, + year={2024}, + eprint={2404.01009}, + archivePrefix={arXiv}, + primaryClass={cs.CL} } """