paper-with-me

Papers

Izindaba-Tindzaba: Machine learning news categorisation for Long and Short Text for isiZulu and Siswati

2023-06-12 · Andani Madodonga, Vukosi Marivate, Matthew Adendorff

Local/Native South African languages are classified as low-resource languages. As such, it is essential to build the resources for these languages so that they can benefit from advances in the field of natural language processing. In this work, the focus was to create annotated news datasets for the isiZulu and Siswati native languages based on news topic classification tasks and present the findings from these baseline classification models. Due to the shortage of data for these native South African languages, the datasets that were created were augmented and oversampled to increase data size and overcome class classification imbalance. In total, four different classification models were used namely Logistic regression, Naive bayes, XGBoost and LSTM. These models were trained on three different word embeddings namely Bag-Of-Words, TFIDF and Word2vec. The results of this study showed that XGBoost, Logistic Regression and LSTM, trained from Word2vec performed better than the other combinations.

📄 PDF Abstract BibTeX arXiv:2306.07426

Code (1)

dsfsi/za-isizulu-siswati-news-2022 공식 구현

Tasks

ClassificationregressionTopic ClassificationWord Embeddings

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Focus 설명 없음

Similar Papers 제목 키워드 기반

NoFake at CheckThat! 2021: Fake News Detection Using BERT

2021-08-11 · Sushma Kumari

Much research has been done for debunking and analysing fake news. Many researchers study fake news detection in the last year, but many are limited to social media data. Currently, multiples fact-checkers are publishing…

ArticlesClaim VerificationFake News Detection

PuoBERTa: Training and evaluation of a curated language model for Setswana

2023-10-13 · Vukosi Marivate, Moseli Mots'oehli, Valencia Wagner, Richard Lastrucci 외

Natural language processing (NLP) has made significant progress for well-resourced languages such as English but lagged behind for low-resource languages like Setswana. This paper addresses this gap by presenting PuoBERT…

Language ModelingLanguage Modellingnamed-entity-recognitionNamed Entity Recognition+5

Learning from Exemplars and Prototypes in Machine Learning and Psychology

2018-06-04 · Julian Zubek, Ludmila Kuncheva

This paper draws a parallel between similarity-based categorisation models developed in cognitive psychology and the nearest neighbour classifier (1-NN) in machine learning. Conceived as a result of the historical rivalr…

BIG-bench Machine LearningPrototype Selection

Text classification dataset and analysis for Uzbek language

2023-02-28 · Elmurod Kuriyozov, Ulugbek Salaev, Sanatbek Matlatipov, Gayrat Matlatipov

Text classification is an important task in Natural Language Processing (NLP), where the goal is to categorize text data into predefined classes. In this study, we analyse the dataset creation steps and evaluation techni…

Classificationtext-classificationText Classification

A Modular System for Rule-based Text Categorisation

2014-05-01 · LREC 2014 5 · Marco Del Tredici, Malvina Nissim

We introduce a modular rule-based approach to text categorisation which is more flexible and less time consuming to build than a standard rule-based system because it works with a hierarchical structure and allows for re…

BIG-bench Machine Learning