Update README.md
Browse files
README.md
CHANGED
|
@@ -66,7 +66,7 @@ Collected from open-access Arabic textbooks, worksheets, and question banks sour
|
|
| 66 |
## Code and Paper
|
| 67 |
|
| 68 |
- 3LM repo on GitHub: https://github.com/tiiuae/3LM-benchmark
|
| 69 |
-
- 3LM paper
|
| 70 |
|
| 71 |
## Licensing
|
| 72 |
|
|
@@ -75,10 +75,24 @@ Collected from open-access Arabic textbooks, worksheets, and question banks sour
|
|
| 75 |
## Citation
|
| 76 |
|
| 77 |
```bibtex
|
| 78 |
-
@
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
}
|
| 84 |
```
|
|
|
|
| 66 |
## Code and Paper
|
| 67 |
|
| 68 |
- 3LM repo on GitHub: https://github.com/tiiuae/3LM-benchmark
|
| 69 |
+
- 3LM paper: https://aclanthology.org/2025.arabicnlp-main.4/
|
| 70 |
|
| 71 |
## Licensing
|
| 72 |
|
|
|
|
| 75 |
## Citation
|
| 76 |
|
| 77 |
```bibtex
|
| 78 |
+
@inproceedings{boussaha-etal-2025-3lm,
|
| 79 |
+
title = "3{LM}: Bridging {A}rabic, {STEM}, and Code through Benchmarking",
|
| 80 |
+
author = "Boussaha, Basma El Amel and
|
| 81 |
+
Al Qadi, Leen and
|
| 82 |
+
Farooq, Mugariya and
|
| 83 |
+
Alsuwaidi, Shaikha and
|
| 84 |
+
Campesan, Giulia and
|
| 85 |
+
Alzubaidi, Ahmed and
|
| 86 |
+
Alyafeai, Mohammed and
|
| 87 |
+
Hacid, Hakim",
|
| 88 |
+
booktitle = "Proceedings of The Third Arabic Natural Language Processing Conference",
|
| 89 |
+
month = nov,
|
| 90 |
+
year = "2025",
|
| 91 |
+
address = "Suzhou, China",
|
| 92 |
+
publisher = "Association for Computational Linguistics",
|
| 93 |
+
url = "https://aclanthology.org/2025.arabicnlp-main.4/",
|
| 94 |
+
doi = "10.18653/v1/2025.arabicnlp-main.4",
|
| 95 |
+
pages = "42--63",
|
| 96 |
+
ISBN = "979-8-89176-352-4",
|
| 97 |
}
|
| 98 |
```
|