Skip to content
GCC AI Research

Search

Results for "NLP"

Character Iconicity vs. Arbitrariness: An Arabic NLP Perspective

arXiv ·

Researchers investigated the functional necessity of visual distinctions in Arabic script for NLP by comparing standard dotted, dotless, and arbitrarily remapped Arabic. They generated 2,000 random character remappings constrained to 19 undotted rasms, evaluating them across tasks like language modeling, text classification, and machine translation. The study found that neither preserving original character distinctions nor traditional rasm-based groupings is necessary for strong NLP performance, with random remappings achieving competitive results while reducing vocabulary size and training costs. Why it matters: These findings suggest that Arabic NLP models primarily rely on stable distributional structure rather than visual iconicity, potentially leading to more efficient and effective Arabic language processing.

Evaluation of Adversarial Robustness in Arabic Language Models

arXiv ·

This study evaluated the adversarial robustness of five state-of-the-art Arabic Language Models against various Arabic adversarial attacks at character, word, and sentence levels. It found that diacritic insertion could reduce model accuracy by up to 92%, while manipulating Arabic conjunctions led to a 58% accuracy degradation, and paraphrasing reduced performance by an average of 76%. While adversarial training improved overall resilience, particularly for MARBERT and AraBERT, challenges against character-level noise persist. Why it matters: These findings are crucial for understanding and mitigating security vulnerabilities in Arabic AI, guiding the development of more robust and safe Arabic NLP systems.

CAMMAR: Culture-Aware Matryoshka for Metaphorical Arabic Representations

arXiv ·

Researchers introduced CAMMAR (Culture-Aware Matryoshka for Metaphorical Arabic Representations), a framework designed to organize meaning in Arabic language models into nested lexical, cultural, and metaphorical embedding subspaces, addressing the issue of "semantic smearing." The framework, inspired by Al-Jurjani's theory of nazum, provides a training-free geometric measure of metaphoricity. Evaluated on a new span-annotated Arabic metaphor dataset, CAMMAR achieved an AUC of up to 0.84, effectively detecting metaphor when inter-layer geometry was shaped by paired supervision. Why it matters: This research offers a novel approach to enhancing the cultural and metaphorical understanding of Arabic AI, potentially leading to more nuanced and accurate Arabic language models.

Evaluation of Small Language Models for Arabic Language Processing

arXiv ·

A new paper evaluated twelve Small Language Models (SLMs) on Arabic natural language processing tasks, utilizing a benchmark of 240 Arabic test items across eight domains and ten language skills. The models were assessed in a zero-shot setting, with responses scored using a multi-model LLM-as-a-judge framework involving GPT-4.1 Mini, Claude Haiku 4.5, and DeepSeek-Chat. Gemma 3 (12B) achieved the highest overall score (4.548/5), followed by Aya and C4AI Command Arabic, with results suggesting that strong Arabic alignment and instruction-following are crucial for performance. Why it matters: This benchmark offers a standardized method for evaluating compact Arabic language models, guiding future development towards more efficient, reliable, and culturally relevant Arabic AI systems.

Analyzing and Encoding the Al-Mawrid Arabic-English Dictionary with the ISO Language Markup Framework and TEI Lex-0

arXiv ·

This paper presents a methodology for digitizing and encoding the Al-Mawrid Arabic-English dictionary using the ISO Lexical Markup Framework (LMF) and TEI Lex-0 guidelines. The research resolves structural ambiguities and inconsistencies, achieving a structural parsing accuracy of 91% and high precision/recall for information extraction, such as 85% precision for synonyms. It also discusses limitations of TEI Lex-0 for Arabic phenomena and explores Linguistic Linked Open Data (LLOD) integration. Why it matters: This work provides a crucial, standardized computational lexicon for Arabic, addressing a significant gap in Arabic lexical infrastructure and offering a reproducible workflow for retro-digitization efforts in Arabic NLP and Digital Humanities.

Analyzing and Encoding the Al-Mawrid Arabic-English Dictionary with the ISO Language Markup Framework and TEI Lex-0

arXiv ·

This paper presents a methodology for digitizing and encoding the Al-Mawrid Arabic-English dictionary, transforming it into a standardized computational lexicon using the ISO Lexical Markup Framework (LMF) and TEI Lex-0 guidelines. The research, based on an empirical analysis of the letter Ayn (4.6% of the dictionary), achieved a structural parsing accuracy of 91%. Quantitative evaluation showed high performance for information extraction rules, including 85% precision and 98% recall for synonyms. Why it matters: This work addresses a significant gap in Arabic lexical infrastructure, providing an interoperable, machine-tractable resource and a reproducible workflow for retro-digitizing complex legacy bilingual lexicons for Arabic NLP and Digital Humanities.

An NLP-Driven Framework for Curriculum-Labor Market Alignment: Schema-Constrained LLM Extraction, ESCO-Anchored Semantic Matching, and Multi-Dimensional Gap Quantification

arXiv ·

Researchers proposed a four-stage NLP framework combining schema-constrained LLM extraction, Sentence-BERT (SBERT) alignment with ESCO, an adjudication protocol, and a verification mechanism for curriculum-labor market alignment. The framework was instantiated for the ABET-accredited BSc Computer Science program at the United Arab Emirates University (UAEU), extracting 400 competency records from the study plan and aligning them with 30 job postings. The extractor achieved a Cohen's kappa of 0.79 on the skill slot and surfaced interpretable supply-demand gaps in general, transversal, algorithms, and software engineering skills, with a minimal gap in AI and data science. Why it matters: This framework provides a robust, NLP-driven method to identify crucial skill gaps in higher education curricula, directly supporting quality assurance and workforce development initiatives in the region.

Uncovering Temporal Framing in the News

arXiv ·

Researchers from MBZUAI have proposed a new taxonomy of eight temporal frames and studied their persuasive use in news discourse. They created a multilingual dataset by expertly annotating 458 English and German news articles, identifying over 2,000 temporally framed sentences and approximately 3,000 annotations. Their experiments demonstrated that temporal framing is learnable at the sentence level, with supervised models significantly outperforming zero-shot classification approaches. Why it matters: This research provides a valuable dataset and methodology for understanding how time-related language shapes interpretation in news, contributing to advancements in NLP for media analysis and potentially countering disinformation.