Efficient Measuring of Readability to Improve Documents Accessibility for Arabic Language Learners
Sadik Bessou, Ghozlane Chenni

TL;DR
This paper develops a machine learning classifier to assess Arabic text complexity, aiding language learners by providing texts suited to their reading levels, with high accuracy achieved through n-gram features and SVM models.
Contribution
It introduces a supervised machine learning approach using n-gram features and multiple classifiers to accurately determine Arabic text difficulty levels.
Findings
SVM and Naive Bayes achieved highest accuracy.
TF-IDF with unigrams and bigrams improved performance.
Overall accuracy of 87.14% in classifying four complexity levels.
Abstract
This paper presents an approach based on supervised machine learning methods to build a classifier that can identify text complexity in order to present Arabic language learners with texts suitable to their levels. The approach is based on machine learning classification methods to discriminate between the different levels of difficulty in reading and understanding a text. Several models were trained on a large corpus mined from online Arabic websites and manually annotated. The model uses both Count and TF-IDF representations and applies five machine learning algorithms; Multinomial Naive Bayes, Bernoulli Naive Bayes, Logistic Regression, Support Vector Machine and Random Forest, using unigrams and bigrams features. With the goal of extracting the text complexity, the problem is usually addressed by formulating the level identification as a classification task. Experimental results…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText Readability and Simplification
MethodsLogistic Regression · Support Vector Machine
