Datasets:
Tasks:
Text Classification
Formats:
parquet
Languages:
Arabic
Size:
10K - 100K
Tags:
readability
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,55 +1,117 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
- name: Readability_Level_19
|
| 13 |
-
dtype: int64
|
| 14 |
-
- name: Readability_Level_7
|
| 15 |
-
dtype: int64
|
| 16 |
-
- name: Readability_Level_5
|
| 17 |
-
dtype: int64
|
| 18 |
-
- name: Readability_Level_3
|
| 19 |
-
dtype: int64
|
| 20 |
-
- name: Annotator
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: Document
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: Source
|
| 25 |
-
dtype: string
|
| 26 |
-
- name: Book
|
| 27 |
-
dtype: string
|
| 28 |
-
- name: Author
|
| 29 |
-
dtype: string
|
| 30 |
-
- name: Domain
|
| 31 |
-
dtype: string
|
| 32 |
-
- name: Text_Class
|
| 33 |
-
dtype: string
|
| 34 |
-
splits:
|
| 35 |
-
- name: train
|
| 36 |
-
num_bytes: 17861911
|
| 37 |
-
num_examples: 54845
|
| 38 |
-
- name: validation
|
| 39 |
-
num_bytes: 2375407
|
| 40 |
-
num_examples: 7310
|
| 41 |
-
- name: test
|
| 42 |
-
num_bytes: 2411269
|
| 43 |
-
num_examples: 7286
|
| 44 |
-
download_size: 6069973
|
| 45 |
-
dataset_size: 22648587
|
| 46 |
-
configs:
|
| 47 |
-
- config_name: default
|
| 48 |
-
data_files:
|
| 49 |
-
- split: train
|
| 50 |
-
path: data/train-*
|
| 51 |
-
- split: validation
|
| 52 |
-
path: data/validation-*
|
| 53 |
-
- split: test
|
| 54 |
-
path: data/test-*
|
| 55 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: cc-by-sa-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-classification
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
tags:
|
| 8 |
+
- readability
|
| 9 |
+
size_categories:
|
| 10 |
+
- 10K<n<100K
|
| 11 |
+
pretty_name: 'BAREC-ST-2026: The Second Shared Task on Arabic Readability Assessment'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
+
|
| 14 |
+
# BAREC Shared Task 2026
|
| 15 |
+
|
| 16 |
+
## Dataset Summary
|
| 17 |
+
|
| 18 |
+
**BAREC** (the Balanced Arabic Readability Evaluation Corpus) is a large-scale dataset developed for the **BAREC Shared Task 2026**, focused on **fine-grained Arabic readability assessment**. The dataset includes over **1M words**, annotated across **19 readability levels**, with additional mappings to coarser 7, 5, and 3 level schemes.
|
| 19 |
+
|
| 20 |
+
The dataset is **annotated at the sentence level**. Document-level readability scores are derived by assigning each document the readability level of its **most difficult sentence**, based on the 19-level scheme. This provides both **sentence-level** and **document-level** readability information.
|
| 21 |
+
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
## Supported Tasks and Leaderboards
|
| 25 |
+
|
| 26 |
+
The dataset supports **multi-class readability classification** in the following formats:
|
| 27 |
+
|
| 28 |
+
- **19 levels** (default)
|
| 29 |
+
- **7 levels**
|
| 30 |
+
- **5 levels**
|
| 31 |
+
- **3 levels**
|
| 32 |
+
|
| 33 |
+
For details on the shared task, evaluation setup, and leaderboards, visit the [Shared Task Website](https://barec.camel-lab.com/sharedtask2026).
|
| 34 |
+
|
| 35 |
+
---
|
| 36 |
+
|
| 37 |
+
### Languages
|
| 38 |
+
|
| 39 |
+
- **Arabic** (Modern Standard Arabic)
|
| 40 |
+
|
| 41 |
+
---
|
| 42 |
+
|
| 43 |
+
## Dataset Structure
|
| 44 |
+
|
| 45 |
+
### Data Instances
|
| 46 |
+
|
| 47 |
+
`{'ID': 10100010008, 'Sentence': 'عيد سعيد', 'Word_Count': 2, 'Readability_Level': '2-ba', 'Readability_Level_19': 2, 'Readability_Level_7': 1, 'Readability_Level_5': 1, 'Readability_Level_3': 1, 'Annotator': 'A4', 'Document': 'BAREC_Majed_0229_1983_001.txt', 'Source': 'Majed', 'Book': 'Edition: 229', 'Author': '#', 'Domain': 'Arts & Humanities', 'Text_Class': 'Foundational'}`
|
| 48 |
+
|
| 49 |
+
### Data Fields
|
| 50 |
+
|
| 51 |
+
- **ID**: Unique sentence identifier.
|
| 52 |
+
- **Sentence**: The sentence text.
|
| 53 |
+
- **Word_Count**: Number of words in the sentence.
|
| 54 |
+
- **Readability_Level**: The readability level in `19-levels` scheme, ranging from `1-alif` to `19-qaf`.
|
| 55 |
+
- **Readability_Level_19**: The readability level in `19-levels` scheme, ranging from `1` to `19`.
|
| 56 |
+
- **Readability_Level_7**: The readability level in `7-levels` scheme, ranging from `1` to `7`.
|
| 57 |
+
- **Readability_Level_5**: The readability level in `5-levels` scheme, ranging from `1` to `5`.
|
| 58 |
+
- **Readability_Level_3**: The readability level in `3-levels` scheme, ranging from `1` to `3`.
|
| 59 |
+
- **Annotator**: The annotator ID (`A1-A5` or `IAA`).
|
| 60 |
+
- **Document**: Source document file name.
|
| 61 |
+
- **Source**: Document source.
|
| 62 |
+
- **Book**: Book name.
|
| 63 |
+
- **Author**: Author name.
|
| 64 |
+
- **Domain**: Domain (`Arts & Humanities`, `STEM` or `Social Sciences`).
|
| 65 |
+
- **Text_Class**: Readership group (`Foundational`, `Advanced` or `Specialized`).
|
| 66 |
+
|
| 67 |
+
### Data Splits
|
| 68 |
+
|
| 69 |
+
- The BAREC dataset has three splits: *Train* (80%), *Dev* (10%), and *Test* (10%).
|
| 70 |
+
- The splits are in the document level.
|
| 71 |
+
- The splits are balanced accross *Readability Levels*, *Domains*, and *Text Classes*.
|
| 72 |
+
|
| 73 |
+
---
|
| 74 |
+
|
| 75 |
+
## Evaluation
|
| 76 |
+
|
| 77 |
+
We define the Readability Assessment task as an ordinal classification task. The following metrics are used for evaluation:
|
| 78 |
+
|
| 79 |
+
- **Accuracy (Acc<sup>19</sup>):** The percentage of cases where reference and prediction classes match in the 19-level scheme.
|
| 80 |
+
- **Accuracy (Acc<sup>7</sup>, Acc<sup>5</sup>, Acc<sup>3</sup>):** The percentage of cases where reference and prediction classes match after collapsing the 19 levels into 7, 5, or 3 levels, respectively.
|
| 81 |
+
- **Adjacent Accuracy (±1 Acc<sup>19</sup>):** Also known as off-by-1 accuracy. The proportion of predictions that are either exactly correct or off by at most one level in the 19-level scheme.
|
| 82 |
+
- **Average Distance (Dist):** Also known as Mean Absolute Error (MAE). Measures the average absolute difference between predicted and true labels.
|
| 83 |
+
- **Quadratic Weighted Kappa (QWK):** An extension of Cohen’s Kappa that measures the agreement between predicted and true labels, applying a quadratic penalty to larger misclassifications (i.e., predictions farther from the true label are penalized more heavily).
|
| 84 |
+
|
| 85 |
+
We provide evaluation scripts [here](https://github.com/CAMeL-Lab/barec-shared-task-2025).
|
| 86 |
+
|
| 87 |
+
---
|
| 88 |
+
|
| 89 |
+
## Citation
|
| 90 |
+
|
| 91 |
+
If you use BAREC in your work, please cite the following papers:
|
| 92 |
+
|
| 93 |
+
```
|
| 94 |
+
@inproceedings{elmadani-etal-2025-readability,
|
| 95 |
+
title = "A Large and Balanced Corpus for Fine-grained Arabic Readability Assessment",
|
| 96 |
+
author = "Elmadani, Khalid N. and
|
| 97 |
+
Habash, Nizar and
|
| 98 |
+
Taha-Thomure, Hanada",
|
| 99 |
+
booktitle = "Findings of the Association for Computational Linguistics: ACL 2025",
|
| 100 |
+
year = "2025",
|
| 101 |
+
address = "Vienna, Austria",
|
| 102 |
+
publisher = "Association for Computational Linguistics"
|
| 103 |
+
}
|
| 104 |
+
|
| 105 |
+
@inproceedings{habash-etal-2025-guidelines,
|
| 106 |
+
title = "Guidelines for Fine-grained Sentence-level Arabic Readability Annotation",
|
| 107 |
+
author = "Habash, Nizar and
|
| 108 |
+
Taha-Thomure, Hanada and
|
| 109 |
+
Elmadani, Khalid N. and
|
| 110 |
+
Zeino, Zeina and
|
| 111 |
+
Abushmaes, Abdallah",
|
| 112 |
+
booktitle = "Proceedings of the 19th Linguistic Annotation Workshop (LAW-XIX)",
|
| 113 |
+
year = "2025",
|
| 114 |
+
address = "Vienna, Austria",
|
| 115 |
+
publisher = "Association for Computational Linguistics"
|
| 116 |
+
}
|
| 117 |
+
```
|