Osama-Rakan-Al-Mraikhat commited on
Commit
68c5d01
·
verified ·
1 Parent(s): c96adad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -50,9 +50,23 @@ print(embedding.shape)
50
  ```
51
 
52
  ### Citation
53
- If you use the code, model, or the Muradif benchmark, please reference this work in your paper:
54
  ```bibtex
55
- The citation will be added here soon.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ```
57
 
58
  ### License
 
50
  ```
51
 
52
  ### Citation
53
+ If you use the code, model, or the Muradif benchmark, please cite:
54
  ```bibtex
55
+ @inproceedings{abou-chakra-etal-2026-neoarabert,
56
+ title = "{NeoAraBERT}: A Modern Foundation Model for Arabic Embeddings with Diacritics-Aware Tokenization and POS-Targeted Masking",
57
+ author = "Abou Chakra, Chadi and
58
+ Hamoud, Hadi and
59
+ Al Mraikhat, Osama Rakan and
60
+ Abu Obaida, Qusai and
61
+ Ballout, Mohamad and
62
+ Zaraket, Fadi A.",
63
+ booktitle = "Findings of the Association for Computational Linguistics: ACL 2026",
64
+ address = "San Diego, California, United States",
65
+ year = "2026",
66
+ note = "Accepted paper",
67
+ url = "https://acr.ps/neoarabert",
68
+ abstract = {We present NeoAraBERT, a state-of-the-art open-source Arabic text-embedding model built on the NeoBERT architecture. We pre-train NeoAraBERT on diverse open-source and internal datasets covering modern standard, classical, and dialectal Arabic. We guided our design choices with Arabic tailored ablation studies including text normalization, light stemming, and diacritics-aware tokenization handling. We also performed more general POS-aware token masking and learning-rate scheduling ablation studies. We benchmarked NeoAraBERT against five top-performing Arabic models on 23 tasks, including a novel synonym-based task, ``Muradif'', that directly assesses embedding quality with no additional fine-tuning. NeoAraBERT variants (MSA, dialectal, and mixed) rank first in 18 tasks, second in two, third in two, and fourth in one task. They show strong performance on classical and modern standard Arabic, substantial margins of improvement ($>$7\%) in two tasks, and a $+$2.75\% improvement on average across all tasks. Our code and links to checkpoints for our model variants are available on our website: \url{https://acr.ps/neoarabert}}
69
+ }
70
  ```
71
 
72
  ### License