KhalidNElmadani commited on
Commit
1c60f0a
·
verified ·
1 Parent(s): 35a264c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -6
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{elmadani2026large,
129
- author = {Elmadani, Khalid N. and Wizani, Adel Mahmoud and Taha-Thomure, Hanada and Habash, Nizar},
130
- title = {A Large and Balanced Multi-Domain Arabic Corpus Annotated for Morphology, Syntax, and Readability},
131
- booktitle = {Proceedings of the International Conference on Language Resources and Evaluation (LREC 2026)},
132
- year = {2026},
133
- address = {Palma, Mallorca, Spain}
 
 
 
 
 
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
  ```