Update citation with correct paper BibTeX
Browse files
README.md
CHANGED
|
@@ -120,7 +120,28 @@ Apache License 2.0.
|
|
| 120 |
|
| 121 |
## Citation
|
| 122 |
|
| 123 |
-
|
| 124 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
|
| 126 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
|
| 121 |
## Citation
|
| 122 |
|
| 123 |
+
If you use this work, please cite our system-description paper:
|
| 124 |
+
|
| 125 |
+
```bibtex
|
| 126 |
+
@inproceedings{barmandah-etal-2026-namaa,
|
| 127 |
+
title = {NAMAA at AraGenre 2026: From Encoder Baselines to Self-Consistent LLM Ensembling for Hierarchical Arabic Genre Classification},
|
| 128 |
+
author = {Barmandah, Hassan and Elhosiny, Israa and El-Ghawi, Yousra and Nacar, Omer},
|
| 129 |
+
booktitle = {Proceedings of the 4th Arabic Natural Language Processing Conference (ArabicNLP 2026)},
|
| 130 |
+
address = {Budapest, Hungary},
|
| 131 |
+
publisher = {Association for Computational Linguistics},
|
| 132 |
+
year = {2026},
|
| 133 |
+
}
|
| 134 |
+
```
|
| 135 |
+
|
| 136 |
+
Please also cite the AraGenre 2026 shared task overview paper:
|
| 137 |
|
| 138 |
+
```bibtex
|
| 139 |
+
@inproceedings{elhaj-etal-2026-aragenre,
|
| 140 |
+
title = {AraGenre 2026: A Hierarchical Definition-Guided Arabic Genre Classification Shared Task},
|
| 141 |
+
author = {El-Haj, Mo and Ezzini, Saad and Abudalfa, Shadi and Lamsiyah, Salima and Jarrar, Mustafa},
|
| 142 |
+
booktitle = {Proceedings of the 4th Arabic Natural Language Processing Conference (ArabicNLP 2026)},
|
| 143 |
+
address = {Budapest, Hungary},
|
| 144 |
+
publisher = {Association for Computational Linguistics},
|
| 145 |
+
year = {2026},
|
| 146 |
+
}
|
| 147 |
+
```
|