Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

lamia-ouch/Social-Media-Sentiment-Analysis-for-Algerian-Arabizi

Domain:

natural language processing

Record type:

software
Creator:
lam
Host:
This repo contains my approach in solving the Algerian dialect sentiment analysis problem. The problem posed several challenges: 1- Data collection of Algerian dialect "Arabizi" from social media using web scraping. 2- Algerian dialect has a high degree of variance. 3- No available pretrained models for Algerian dialect nor any Maghrebi dialect. 4- The text is in latin characters (Arabizi) not Arabic. # Solution If we analyze the Algerian dialect, we would find that it is a melting pot of many languages: Arabic by a big margin (root of words, grammar, etc ...), Amazigh words (which is shared among all Maghrebi dialects), French (also shared with some Maghrebi dialects), and to a certain extent some English and Italian. Because of this diversity, using an ensemble of multiple pretrained language models fine-tuned on the same dataset would surely yield higher accuracy since every model would contribute to the language understanding by a bit. But how is it possible to take advantage of Arabic pretrained model and the dataset is in latin letters, one might ask. For that reason, I trained an independent transformer model for transliterating from Latin letters to Algerian using a dataset contains around 17k commonly used Algerian words in both Arabic letters and Arabizi. More on the dataset later. After trying several pretrained models from the huggingface hub, and through lots trial and error, I determined that the combination of bert-base-uncased, alongside with moha/arabert_c19 (multi-dialect Arabic model trained on 1.5M COVID19 tweets, paper: arxiv.org) and camembert gave the best results. However, Camembert's contribution to the ensemble was not significant: I disposed of it in favor of the other two models for the sake of less training time. I believe that the ensemble of both bert-base-uncased and moha/arabert_c19 was the most optimal choice. The latter model covers all of the words that has Arabic / Amazigh origins (it was tra …

Visit

github.com

Tasks

sentiment analysistext classificationtext normalization

Languages

AmazighArabic, Algerian SpokenBerber

Similar

mahmoudsegni/Social-Media-Sentiment-Analysis-for-Tunisian-ArabiziHoussem96/Social-Media-Sentiment-Analysis-for-Tunisian-Arabizinegeek/Social-Media-Sentiment-Analysis-for-Tunisian-ArabiziINTISSAR1998/Social-Media-Sentiment-Analysis-for-Tunisian-ArabiziAI4D iCompass Social Media Sentiment Analysis for Tunisian Arabizianashas/AI4D-iCompass-Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi

mahmoudsegni/Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi

On social media, Arabic speakers tend to express themselves in their own local dialect. To do so, Tu

Houssem96/Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi

# Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi It includes a starter python notebook to bui

negeek/Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi

# Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi This is a competition hosted on zindi by A14D

INTISSAR1998/Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi

# Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi On social media, Arabic speakers tend to expr

AI4D iCompass Social Media Sentiment Analysis for Tunisian Arabizi

Can you classify sentiment in the Tunisian Arabizi dialect?
TUNIZI is the first 100% Tunisian Arabizi sentiment analysis dataset, developed as part of AI4D’s ongoing NLP project for African languages. Tunisian Arabizi is the representation of the Tunisian d

anashas/AI4D-iCompass-Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi

### AI4D-iCompass-Social-Media-Sentiment-Analysis-for-Tunisian-Arabizi Competition website - This