Update README.md
Browse files
README.md
CHANGED
|
@@ -69,6 +69,7 @@ The metadata file contains the following fields:
|
|
| 69 |
- **Domain**
|
| 70 |
- **Readership Level**
|
| 71 |
- **Text Category**
|
|
|
|
| 72 |
- **Word Count**: Number of words in the document
|
| 73 |
- **Sentence Count**: Number of sentences in the document
|
| 74 |
- **In BAREC Corpus?**: Indicates whether the document originates from the original BAREC corpus (`Yes` or `No`)
|
|
@@ -125,11 +126,16 @@ snapshot_download(
|
|
| 125 |
|
| 126 |
If you use BAREC-10M in your work, please cite the following paper:
|
| 127 |
```
|
| 128 |
-
@inproceedings{
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
booktitle = {Proceedings of the
|
| 132 |
-
|
| 133 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 134 |
}
|
| 135 |
```
|
|
|
|
| 69 |
- **Domain**
|
| 70 |
- **Readership Level**
|
| 71 |
- **Text Category**
|
| 72 |
+
- **Split**: `Train`, `Dev` or `Test`.
|
| 73 |
- **Word Count**: Number of words in the document
|
| 74 |
- **Sentence Count**: Number of sentences in the document
|
| 75 |
- **In BAREC Corpus?**: Indicates whether the document originates from the original BAREC corpus (`Yes` or `No`)
|
|
|
|
| 126 |
|
| 127 |
If you use BAREC-10M in your work, please cite the following paper:
|
| 128 |
```
|
| 129 |
+
@inproceedings{elmadani-etal-2026-large,
|
| 130 |
+
title = {A Large and Balanced Multi-Domain Arabic Corpus Annotated for Morphology, Syntax, and Readability},
|
| 131 |
+
author = {Elmadani, Khalid N. and Wizani, Adel Mahmoud and Thomure, Hanada Taha and Habash, Nizar},
|
| 132 |
+
booktitle = {Proceedings of the Fifteenth Language Resources and Evaluation Conference (LREC 2026)},
|
| 133 |
+
month = {May},
|
| 134 |
+
year = {2026},
|
| 135 |
+
pages = {11761--11775},
|
| 136 |
+
address = {Palma, Mallorca, Spain},
|
| 137 |
+
publisher = {European Language Resources Association (ELRA)},
|
| 138 |
+
editor = {Piperidis, Stelios and Bel, Núria and van den Heuvel, Henk and Ide, Nancy and Krek, Simon and Toral, Antonio},
|
| 139 |
+
doi = {10.63317/45f2o6t8piyi}
|
| 140 |
}
|
| 141 |
```
|