Logo Lanfrica

IyanuSh/YOSM

Domaine:

natural language processing

Type de record:

dataset
Créateur:
Iya
Hôte:
YOSM: A NEW YORUBA SENTIMENT CORPUS FOR MOVIE REVIEWS ## YOSM: A new Yorùbá Sentiment Corpus for Nigerian/Nollywood Movie Reviews This repository contains the code for training movie review sentiment classification and the YOSM data for Yorùbá language. To run the code, see any of the bash scripts (*.sh) The code is based on HuggingFace implementation (License: Apache 2.0). The license of the data is in CC-BY-4.0. ### Required dependencies * python * transformers : state-of-the-art Natural Language Processing for TensorFlow 2.0 and PyTorch. * sklearn : for F1-score evaluation * ptvsd : remote debugging server for Python support in Visual Studio and Visual Studio Code. ```bash pip install transformers scikit-learn ptvsd ``` If you make use of this dataset, please cite us: ### BibTeX entry and citation info ``` @article{shode_africanlp, author = {Shode, Iyanuoluwa and Adelani, David Ifeoluwa and Feldman, Anna}, title = "{YOSM: A new Yorùbá Sentiment Corpus for Movie Reviews}", journal = {AfricaNLP 2022 @ICLR}, year = {2022}, month = {4}, url = {openreview.net, } ```