Skip to content

Commit

Permalink
fixed bib for ArapTweet
Browse files Browse the repository at this point in the history
  • Loading branch information
firojalam committed Sep 14, 2023
1 parent 8290451 commit 0db2e3f
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions llmebench/datasets/ArapTweet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 0db2e3f

Please sign in to comment.