Automated Scoring of Arabic Text Using Large Language Models: A Literature Review
Summary
A literature review examining LLM-based approaches for automatic scoring of Arabic text, covering short answer grading and essay scoring, with a proposed taxonomy and comparative analysis.
View Cached Full Text
Cached at: 06/10/26, 06:09 AM
# Automated Scoring of Arabic Text Using Large Language Models: A Literature Review Source: [https://arxiv.org/html/2606.09830](https://arxiv.org/html/2606.09830) Hadda Cherroun1Amel Belabbaci1Laboratoire d’Informatique et de Mathématiques LIM Amar Telidji University, Laghouat, Algeria \*Corresponding author:[k\.dahimi@lagh\-univ\.dz](https://arxiv.org/html/2606.09830v1/[email protected]) ###### Abstract In modern educational systems, Automatic Text Scoring \(ATS\) plays a central role by enabling scalable and consistent evaluation of learner responses without human intervention\. Recently, the increased accessibility of LLMs and Arabic\-specific datasets has sparked renewed interest in this area\. In this work, we investigate LLM\-Based approaches for the automated evaluation of Arabic texts, focusing on both short answer grading \(ASAG\) and essay scoring \(AES\)\. We further introduce a structured taxonomy comprising five dimensions: application domain, feedback generation capability, LLM architecture deployed, alignment with competency referential frameworks, and prompt engineering strategy\. By applying this taxonomy, we conduct a comparative analysis of existing studies, examining their methodological approaches, datasets, evaluation metrics, and reported performance\. The findings highlight the need for sustained and pedagogically grounded research efforts in Arabic ATS, given its significance for improving educational quality across Arabic\-speaking communities\. Keywords: Automatic Essay Scoring, Automatic Short Answer Scoring, LLM\-Based Approaches, Arabic Language, Assessment\. \\firstpagehead\\runningheads The First National Conference on Mathematics and Artificial Intelligence \(NCMAI’26\)\\runnigfoots ## 1Introduction Automatic Scoring of Text \(ATS\) uses Natural Language Processing \(NLP\) to grade written answers with no human grader needed\. Early ATS systems relied on carefully selected linguistic features and traditional statistical models to evaluate grammar, vocabulary, coherence, and whether the response actually answered the question\. But Deep Learning changed the game\. With transformer\-based models, these systems became significantly smarter\. Now, they are able to understand the context and meaning behind the words\(alikaniotis2016automatic\)\. Then came large language models \(LLMs\), and things moved even faster\. Instead of just counting features or scoring surface errors, LLMs use huge pretraining datasets and advanced language modeling\. That means they can handle difficult content like discourse coherence, sentence structure, meaning, and even style\(alikaniotis2016automatic\)\. Moreover, they don’t simply generate a score they are able to provide meaningful feedback, which creates new opportunities for teaching and learning\(fagbohun2024beyond\)\. While LLM\-based scoring has gained increasing attention in high\-resource languages, research on Arabic is currently limited and dispersed\. Arabic throws in extra challenges complex morphology, inconsistent orthography, and all those dialects which may challenge automated systems\(nael2022arascore\)\. Moreover, existing studies vary significantly in modeling strategies, prompt design, evaluation criteria, and reported outcomes, making systematic comparison difficult\. Our Arabic ATS literature focuses on this gap\. This paper presents a structured and comprehensive overview of ATS with a particular focus on Arabic\. It systematically reviews existing approaches that integrate LLMs into ATS frameworks and critically examines their limitations\. Furthermore, it compares prior work across five key dimensions: application domain, employed LLMs, competency frameworks, prompting strategies, and feedback generation\. Finally, it identifies major research gaps and outlines future directions toward the development of more robust, reliable, and standardized Arabic ATS systems\. The remainder of this paper is organized as follows\. In Section[2](https://arxiv.org/html/2606.09830#S2)we introduce domain preliminaries\. Section[3](https://arxiv.org/html/2606.09830#S3)presents our reviewing methodology and taxonomy\. Section[4](https://arxiv.org/html/2606.09830#S4)is followed by a comparative analysis of LLM\-based approaches for automated Arabic text scoring\. Section[5](https://arxiv.org/html/2606.09830#S5)discusses the key limitations and research gaps identified in the existing literature\. Finally, Section[6](https://arxiv.org/html/2606.09830#S6)concludes the paper\. ## 2Background In educational contexts, assessment systems play a vital role in grading student responses, whether short answers or essays to enhance learning outcomes while saving teachers’ time and effort\. Short answer scoring \(ASAG\) and essay scoring \(AES\) differ primarily in response length, evaluation focus, and techniques used in automated systems\. Table[1](https://arxiv.org/html/2606.09830#S2.T1)summarizes these distinctions\. AspectShort Answer Scoring \(ASAG\)Essay Scoring \(AES\)Text LengthBrief \(sentences/paragraphs\)Extended \(multi\-paragraph\)Key FocusContent accuracy, keyword overlapCoherence, style, developmentChallengesDomain\-specific meaningSubjectivity in creativityTable 1:Comparison between Short Answer Scoring \(ASAG\) and Essay Scoring \(AES\)### Evaluation metrics To evaluate ATS systems, researchers rely on well\-established metrics that assess both the quality and accuracy of learners’ answers\(ramesh2022automated;alqurashi2025automatic\)\. When ATS is treated as an ordinal classification task, metrics such asAccuracy,F1\-score, andRoot Mean Squared Error \(RMSE\)are commonly used\. These metrics quantify either the exact match between predicted and actual scores or the average magnitude of prediction errors\. Quadratic Weighted Kappa \(QWK\)is a widely adopted metric, as it measures the level of agreement between two independent raters while accounting for the degree of disagreement\(doewes2023evaluating\)\. Unlike simple accuracy, QWK considers how far apart the predicted and true scores are, giving more credit to near matches than to large discrepancies\. It is particularly favored because it adjusts for chance agreement and emphasizes the ordinal nature of scoring\(ghazawi2025well\)\. ## 3Methodology and Taxonomy Recent advances in Arabic ATS reflect a clear methodological shift from traditional approaches toward Deep Learning and, more recently, large language models\. While earlier work relied on handcrafted linguistic features combined with classical machine learning pipelines\(lotfy2023enhanced\), the present review focuses exclusively on Deep Learning\-based systems, with particular emphasis on LLM\-driven approaches\. The scope is deliberately narrowed to the period \[2020, 2025\]\. This period is intentionally chosen as it witnessed both the emergence and rapid expansion of LLMs usage in NLP tasks\. To structure our analysis, we propose a taxonomy organized around five criteria: 1. 1\.Domain of application: Educational domains differ in their linguistic and cognitive demands, so documenting this dimension reveals whether a model truly generalizes or merely overfits to a narrow subject area\. It also maps the coverage of existing research, exposing underserved domains that still lack Arabic ATS solutions\. 2. 2\.Feedback generation capability: Meaningful feedback is a cornerstone of formative assessment, yet most systems only output a score\. Tracking this criterion exposes a critical gap, since LLMs are inherently capable of generating natural language explanations but this potential remains largely unexploited\. 3. 3\.LLM architecture deployed:The choice between a fine\-tuned encoder like AraBERT and a generative model like GPT\-4 determines how well a system handles Arabic’s morphological complexity and contextual nuance\. Comparing architectures helps identify which model families are best suited for Arabic ATS under different conditions\. 4. 4\.Alignment with competency referential frameworks: A scoring system disconnected from recognized educational standards produces results that are technically computed but pedagogically meaningless\. This criterion reveals whether automated scores actually reflect the normative expectations that govern real classroom evaluation\. 5. 5\.Prompt engineering deployed strategies: For generative LLMs, prompt design directly and measurably affects scoring accuracy and consistency\. Cataloging these strategies allows the community to identify best practices and highlights that current approaches remain largely ad hoc and lack principled pedagogical grounding\. Figure 1:The Proposed Taxonomy for ATS frameworks\. ## 4ATS Related Datasets and Approaches Figure[1](https://arxiv.org/html/2606.09830#S3.F1)illustrates the proposed taxonomy according to the previously defined criteria\. In fact, the papers selected under this review are examined in detail in the following sections according to the three main categories:Dataset Centricinvestigations,Automated Short Answer ScoringandAutomated Essay ScoringApproaches\. ### 4\.1Dataset Centric Due to the scarcity of datasets for ATS in the Arabic language, most pioneer studies have started by building dedicated datasets\. The general form of an instance consists of a prompt paired with the learner’s response and one or more holistic scores, depending on the number of graders \(assigned either manually or automatically\), along with optional Trait\-Specific Scoring\. By prompt, we refer to the task\-specific instruction, assignment, or writing topic that the examinee is asked to respond to\. Trait\-Specific Scoring refers to a set of detailed scores evaluated along specific dimensions of the response, such as relevance, organization, vocabulary, style, development, mechanics, and grammar\. Additional annotations are included such morphological segmentation, part\-of\-speech tagging, lemmatization, and CEFR111CEFR :Common European Framework of Reference for Languages, a standard developed to describe and measure language proficiency across six levels: A1, A2 , B1, B2, C1, and C2\.proficiency levels ranging from A2 to C1\. Table[2](https://arxiv.org/html/2606.09830#S4.T2)summarizes the landscape of publicly available datasets for Arabic ATS\. ATS datasets remains relatively limited in domain, scale, and annotation depth\. Most of the identified datasets rely on manual annotation, which, while ensuring quality, limits scalability\. Examples of fully manually annotated resources include*ZAEBUC*\(habash2022zaebuc\),*QAES*\(bashendy2024qaes\)\(notably the first publicly available Arabic essay scoring dataset\), and Sociology\-SAS\(shehab2026arabic\)\. In addition, we observe that the sizes of datasets vary considerably, with LAILA\(bashendy2025laila\)which is the largest publicly available dataset appearing as a notably larger collection, whereas others appear to be smaller in scale such ZAEBUC and Sociology\-SAS\. Regarding annotation depth, most AES datasets stand out by providing trait\-specific scores, as reflected in the corresponding column\. This dual scoring approach enhances evaluation quality and supports more informative feedback generation\. In contrast, all ASAG datasets offer only a single overall score, limiting their capacity for fine\-grained diagnostic assessment\. Table 2:Comparison of Arabic ATS DatasetsDatasetLanguageAnnotationSize\# PromptsTrait\-Specific ScoreLinguistic AnnotationCEFRArabic Essay Scoring*ZAEBUC*\(habash2022zaebuc\)Bilingual \(AR–EN\)Manual214 essays3×✓\(POS, morph, lemma\)A2–C1*QAES*\(bashendy2024qaes\)ArabicManual195 essays2✓\(7 traits\)××*ZaQQ*\(elsayed2025zaqq\)ArabicManual & Automatic1021 essays5✓××*AR\-AES*\(Ghazawi\_Simpson\_2024\)ArabicManual2046 essays12×××*TAQEEM*\(bashendy2025taqeem\)ArabicManual1,265 essaysMultiple✓××*LAILA*\(bashendy2025laila\)ArabicAutomatic7,859 essays8✓××Arabic Short Answer Scoring*ASAP\-SAS*\(Translated\)\(nael2022arascore\)English/ArabicManual17,205 answers10×××*AR\-ASAG*\(ouahrani2020ar\)ArabicManual2,133 answers4848×××*Sociology SAS*\(shehab2026arabic\)ArabicManual270 answers2727×××*ESD*\(nabil2025leveraging\)ArabicManual610 answers61××× Overall, ATS faced significant challenge due to data scarcity, as publicly available annotated datasets are limited and considerably smaller than their English counterparts\(bashendy2025laila\)\. This restricts the generalization of the built models\. In addition, this fact has lead many studies to rely on collecting domain\-specific customized datasets\. ### 4\.2Automated Short Answer Grading Existing Arabic ASAG approaches differ in the methodologies they employ\. Studies\(nael2022arascore;soulimani2024deep;noaman2025leveraging\)proposed transformer\-based systems that leverage transfer learning for educational contexts\. In contrast,Badry\_Ali\_Rslan\_Kaseb\_2023introduced a local weight\-based LSA model, which demonstrated strong performance in measuring semantic overlap\. Additionally,nabil2025leveragingevaluated LLMs and their capacity to generate feedback using an Environmental Science dataset\. Table[3](https://arxiv.org/html/2606.09830#S4.T3)summarizes these approaches according to the taxonomy defined in Section[3](https://arxiv.org/html/2606.09830#S3)\. Table 3:Comparison of LLM\-Based Arabic AutomatedShort Answer Grading\(ASAG\) ApproachesApproachApplicationDomainFeedbackGenerationLLM /ModelCompetencyFrameworkPromptEngineeringScorenael2022arascoreGeneral \(ASAP\-SAS\)✗AraBERT, ELECTRA, Bi\-LSTM, RNN✗✗QWK = 0\.78Badry\_Ali\_Rslan\_Kaseb\_2023Cybercrime Course \(AR\-ASAG\)✗Local weight\-based LSA✗✗F1 = 82\.82%soulimani2024deepIslamic Edu\. \(Moroccan pupils\)✗AraBERT, LSTM✗✗Acc = 71\.31%noaman2025leveragingCybercrime Course \(AR\-ASAG\)✗AraBERT \(Siamese network\)✗✗Pearson = 0\.79nabil2025leveragingScience \(ESD\)✓GPT\-4, Llama 3, DeepSeek\-V3✗✓QWK = 0\.83 ✓= present;✗= absent\. QWK = Quadratic Weighted Kappa; F1 = F1\-Score; Acc = Accuracy; Pearson = Pearson correlation coefficient\. The aforementioned studies exhibit several recurring limitations rooted in their underlying frameworks\. First, a number of studies \(\(nael2022arascore;soulimani2024deep;nabil2025leveraging\)\) rely on non\-authentic or constrained datasets, such as translated benchmarks or small, domain\-specific corpora, which limits linguistic validity, generalizability, and overall robustness\. Second, other approaches \(Badry\_Ali\_Rslan\_Kaseb\_2023;noaman2025leveraging\) demonstrate an over\-reliance on semantic similarity and lexical overlap, restricting their ability to capture deeper reasoning and partial understanding, and making them less effective when evaluating correctly answered responses expressed in different forms\. Finally, the variation in datasets and evaluation metrics across these studies makes it difficult to determine which approach achieves state\-of\-the\-art performance\. ### 4\.3Automated Essay Scoring For AES, only few studies have been conducted in Arabic language\. Table[4](https://arxiv.org/html/2606.09830#S4.T4)summarizes these studies according to our proposed taxonomy defined in Section[3](https://arxiv.org/html/2606.09830#S3)\. Unlike the ASAG approaches, the existing studies shift toward zero\-shot and few\-shot prompting using multilingual and Arabic\-focused LLMs\. Studies\(ghazawi2025well;bashendy2025laila\)performed comparative evaluation using a set of LLMs across various evaluation methodologies, including zero\-shot learning and prompt engineering strategies\. Additionally,almarwani2025taibah;Alnajjar\_2025introduced a grading rubric system based on GPT\-4 model\. Table 4:Comparison of LLM\-Based Arabic AutomatedEssay Scoring\(AES\) ApproachesApproachApplicationDomain / Used DatasetFeedbackGenerationLLM /ModelCompetencyFrameworkPromptEngineeringScore \(QWK\)Ghazawi\_Simpson\_2024Info\. Science, Chemistry, Biotechnology \(AR\-AES\)✗AraBERT \(fine\-tuned\)✗✗0\.880\.88ghazawi2025wellInfo\. Science, Chemistry, Biotechnology \(AR\-AES\)✗ChatGPT, Llama, Aya, Jais, ACEGPT✗∼\\simMixed\-language prompting0\.670\.67almarwani2025taibahGeneral \(TAQEEM\)✗GPT\-4o✗✓Few\-shot \+ grading rubric0\.650\.65Alnajjar\_2025General \(TAQEEM\)✗GPT\-4\.1✗✓Few\-shot \+ grading rubric0\.6120\.612bashendy2025lailaGeneral \(LAILA\)✗Fanar, ALLaM, R7B Arabic✗∼\\simPrompt\-specific strategies0\.580\.58 ✓= present;∼\\sim= partial / not fully reported;✗= absent\. QWK = Quadratic Weighted Kappa\. These studies highlight several important trends and limitations\. First, earlier work focuses on domain\-constrained datasets, whereas more recent studies adopt general\-domain datasets such as TAQEEM and LAILA\. This shift suggests a growing interest in building more robust and generalizable AES systems\. Second, the choice of LLMs demonstrates a clear evolution, with recent approaches leveraging advanced generative models\. Despite this shift, performance gains remain inconsistently significant\. Finally, with respect to feedback generation, all approaches lack this capability\. This constitutes a notable gap, as modern educational systems increasingly require not only scores but also formative, interpretable feedback to support learning\. ## 5Discussion The study of these approaches demonstrates that the field has attracted few attention despite those commendable efforts that have been made toward automating ATS\. The diversity of models explored from fine\-tuned transformer architectures such as AraBERT and ELECTRA to frontier large language models including GPT\-4, DeepSeek\-V3, and Llama 3, alongside the development of dedicated Arabic datasets, reflects a growing and dynamic research community\. However, a closer examination of the reviewed work reveals several gaps that the field has yet to address\. First, none of the examined approaches addresses the scoring of visually\-grounded assignments \(such as diagrams, annotated figures, or multimodal responses\) despite the growing prevalence of such tasks in modern educational contexts\. Second, feedback generation remains largely absent across both ASAG and AES systems\. With the single exception of Nabil et al\. \(2025\), none of the reviewed work produces explanatory feedback for learners\. Yet meaningful feedback is not merely a supplementary feature, it is a cornerstone of formative assessment and a prerequisite for effective learning\. The capacity of LLMs to generate natural language explanations makes this gap particularly easy to resolve\. Third, while prompt engineering has emerged as a promising strategy for LLM\-based scoring, current approaches lack grounding in established educational standards\. No study aligns its prompting strategy with a recognized competency referential framework, such as national curricula, learning outcome taxonomies, or subject\-specific rubrics\. Without such grounding, scores produced by these systems remain disconnected from the normative expectations that govern real educational evaluation\. Fourth, almost reviewed approaches treat scoring as a static, one\-shot prediction task\. None integrates of more learnable mechanism capable of adapting to the specific content and objectives of a given assignment\. Incorporating the assignment text itself alongside its target competencies and marking scheme, as explicit input to the model would enable more contextualized, assignment, aware scoring and open the door to systems that improve over time through accumulated grading experience\. ## 6Conclusion We have examined automated ATS approaches based on Deep Learning and LLMs, revealing both encouraging progress and persistent gaps\. While commendable efforts have been made, critical dimensions such as feedback generation, alignment with competency frameworks, marking scheme integration, and visual assignment scoring remain largely unaddressed\. Closing the identified gaps represents not only a technical challenge but a meaningful contribution to educational equity and learning quality\. This domain deserves sustained research attention\. ## References
Similar Articles
Benchmarking Frontier LLMs on Arabic Cultural and Sociolinguistic Knowledge: A Cross-Evaluation Framework with Human SME Ground Truth
This paper introduces a cross-evaluation framework for benchmarking LLMs on Arabic cultural and sociolinguistic knowledge, using human SME ground truth and automated judges. The authors contribute a dataset of prompt-rubric pairs for Egyptian and Iraqi Arabic, evaluating frontier LLMs and finding that cultural reasoning remains a primary failure mode for automated grading.
(Towards) Scalable Reliable Automated Evaluation with Large Language Models
This paper proposes a scalable, domain-agnostic framework for automated LLM evaluation that uses pairwise comparisons by multiple LLMs and an Elo rating system to approximate expert judgments, reducing the need for human intervention.
Comprehensive Evaluation of Large Language Model Responses: A Multi-Factor Scoring System
This paper proposes a multi-factor scoring system for evaluating LLM responses, integrating accuracy, conciseness, factual consistency, readability, and coherence. Applied to the TruthfulQA dataset, it reveals strengths and limitations of mainstream models, offering a transparent evaluation framework.
Elmes*: Automated Construction of Fine-Grained Evaluation Rubrics for Large Language Models in Long-Tail Educational Scenarios
This paper introduces Elmes+, an automated framework for constructing fine-grained evaluation rubrics for LLMs in long-tail educational scenarios, and presents the Edu-330 benchmark covering 330 scenarios across 11 subjects. The framework uses a multi-agent engine and self-evolving module to co-optimize evaluation criteria and test data, revealing multidimensional educational capability differences among top LLMs.
Beyond Score Prediction: LLM-Based Essay Scoring and Feedback Generation via Reinforcement Learning with Rubric Rewards
This paper proposes RLAES, a unified LLM framework that jointly optimizes essay scoring and feedback generation via reinforcement learning with rubric-based rewards, achieving state-of-the-art scoring performance on the ASAP benchmark while maintaining high-quality feedback.