Datasets:

Modalities:
Text
Formats:
parquet
Size:
< 1K
Libraries:
Datasets
pandas
basma-b commited on
Commit
55420b9
·
verified ·
1 Parent(s): a1e0674

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -6
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 on Arxiv: https://arxiv.org/pdf/2507.15850
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
- @article{boussaha2025threeLM,
79
- title={3LM: Bridging Arabic, STEM, and Code through Benchmarking},
80
- author={Boussaha, Basma El Amel and AlQadi, Leen and Farooq, Mugariya and Alsuwaidi, Shaikha and Campesan, Giulia and Alzubaidi, Ahmed and Alyafeai, Mohammed and Hacid, Hakim},
81
- journal={arXiv preprint arXiv:2507.15850},
82
- year={2025}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
  ```