Skip to content
GCC AI Research

Search

Results for "dialects"

ALDi: Quantifying the Arabic Level of Dialectness of Text

arXiv ·

The paper introduces the concept of Arabic Level of Dialectness (ALDi), a continuous variable representing the degree of dialectal Arabic in a sentence, arguing that Arabic exists on a spectrum between MSA and DA. They present the AOC-ALDi dataset, comprising 127,835 sentences manually labeled for dialectness level, derived from news articles and user comments. Experiments show a model trained on AOC-ALDi can identify dialectness levels across various corpora and genres. Why it matters: ALDi provides a more nuanced approach to analyzing Arabic text than binary dialect identification, enabling sociolinguistic analysis of stylistic choices.

Saudi-Dialect-ALLaM: LoRA Fine-Tuning for Dialectal Arabic Generation

arXiv ·

This paper introduces Saudi-Dialect-ALLaM, a LoRA fine-tuned version of the Saudi Arabian foundation model ALLaM-7B-Instruct-preview, designed to improve the generation of Saudi dialects (Najdi and Hijazi). The model is trained on a private dataset of 5,466 synthetic instruction-response pairs, with two variants explored: Dialect-Token and No-Token training. Results indicate that the Dialect-Token model achieves superior dialect control and fidelity compared to generic instruction models, although the dataset and model weights are not released.

Adapting AI to identify Arabic dialects

KAUST ·

KAUST researchers have developed a parameter-efficient learning approach to identify Arabic dialects using limited data and computing power, fine-tuning the Whisper model with a dataset of 17 dialects. The model achieves high accuracy using only 2.5% of the parameters of the larger model and 30% of the training data. Srijith Radhakrishnan presented the findings at EMNLP 2023 and Interspeech 2023. Why it matters: This research addresses the challenge of dialect identification in Arabic NLP and enables more efficient use of large language models in resource-constrained environments.

Revisiting Common Assumptions about Arabic Dialects in NLP

arXiv ·

This paper critically examines common assumptions about Arabic dialects used in NLP. The authors analyze a multi-label dataset where sentences in 11 country-level dialects were assessed by native speakers. The analysis reveals that widely held assumptions about dialect grouping and distinctions are oversimplified and not always accurate. Why it matters: The findings suggest that current approaches in Arabic NLP tasks like dialect identification may be limited by these inaccurate assumptions, hindering further progress in the field.

AraDiCE: Benchmarks for Dialectal and Cultural Capabilities in LLMs

arXiv ·

Researchers introduce AraDiCE, a benchmark for Arabic Dialect and Cultural Evaluation, comprising seven synthetic datasets in various dialects and Modern Standard Arabic (MSA). The benchmark includes approximately 45,000 post-edited samples and evaluates LLMs on dialect comprehension, generation, and cultural awareness across the Gulf, Egypt, and Levant. Results show that Arabic-specific models like Jais and AceGPT outperform multilingual models on dialectal tasks, but challenges remain in dialect identification, generation, and translation. Why it matters: This benchmark and associated datasets will help improve LLMs' ability to understand and generate diverse Arabic dialects and cultural contexts, addressing a significant gap in current models.

MIT-QCRI Arabic Dialect Identification System for the 2017 Multi-Genre Broadcast Challenge

arXiv ·

This paper describes the MIT-QCRI team's Arabic Dialect Identification (ADI) system developed for the 2017 Multi-Genre Broadcast challenge (MGB-3). The system aims to distinguish between four major Arabic dialects and Modern Standard Arabic. The research explores Siamese neural network models and i-vector post-processing to handle dialect variability and domain mismatches, using both acoustic and linguistic features. Why it matters: The work contributes to the advancement of Arabic language processing, specifically in dialect identification, which is crucial for analyzing and understanding diverse Arabic speech content in media broadcasts.

NADI 2023: The Fourth Nuanced Arabic Dialect Identification Shared Task

arXiv ·

The fourth Nuanced Arabic Dialect Identification Shared Task (NADI 2023) aimed to advance Arabic NLP through shared tasks focused on dialect identification and dialect-to-MSA machine translation. 58 teams registered, with 18 participating across three subtasks: dialect identification, dialect-to-MSA translation, and another translation task. The winning teams achieved 87.27 F1 in dialect identification, 14.76 BLEU in one translation task, and 21.10 BLEU in the other. Why it matters: NADI provides valuable benchmarks and datasets for Arabic dialect processing, encouraging further research in this challenging area.