From 0db2e3f70b1d790ac2b4932b9fbf36e70136b0d3 Mon Sep 17 00:00:00 2001 From: Firoj Alam Date: Thu, 14 Sep 2023 09:50:27 +0300 Subject: [PATCH] fixed bib for ArapTweet --- llmebench/datasets/ArapTweet.py | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/llmebench/datasets/ArapTweet.py b/llmebench/datasets/ArapTweet.py index 2e23a236..40f61beb 100644 --- a/llmebench/datasets/ArapTweet.py +++ b/llmebench/datasets/ArapTweet.py @@ -8,12 +8,28 @@ def __init__(self, **kwargs): def metadata(): return { "language": "ar", - "citation": """@inproceedings{zaghouani2018arap, + "citation": """ + @inproceedings{zaghouani2018arap, title={Arap-Tweet: A Large Multi-Dialect Twitter Corpus for Gender, Age and Language Variety Identification}, author={Zaghouani, Wajdi and Charfi, Anis}, booktitle={Proceedings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018)}, year={2018} - }""", + } + @inproceedings{zaghouani2018guidelines, + title={Guidelines and Annotation Framework for Arabic Author Profiling}, + author={Zaghouani, Wajdi and Charfi, Anis}, + booktitle={OSACT 3: The 3rd Workshop on Open-Source Arabic Corpora and Processing Tools}, + pages={68}, + year={2018} + } + @inproceedings{charfi2019fine, + title={A Fine-Grained Annotated Multi-Dialectal Arabic Corpus}, + author={Charfi, Anis and Zaghouani, Wajdi and Mehdi, Syed Hassan and Mohamed, Esraa}, + booktitle={Proceedings of the International Conference on Recent Advances in Natural Language Processing (RANLP 2019)}, + pages={198--204}, + year={2019} + } + """, } def get_data_sample(self):