abdoelsayed commited on
Commit
1bbae9e
1 Parent(s): c1d1690

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -30,3 +30,20 @@ Within this folder, you will find the training, validation, and test sets of the
30
  | MRC (unanswerable) | 2,596 | 561 | 544 |
31
  | Open-Domain | 62,057 | 13,475 | 13,414 |
32
  | Open-Domain | 58,528 | 12,541 | 12,541 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  | MRC (unanswerable) | 2,596 | 561 | 544 |
31
  | Open-Domain | 62,057 | 13,475 | 13,414 |
32
  | Open-Domain | 58,528 | 12,541 | 12,541 |
33
+
34
+
35
+
36
+ ## Citation
37
+
38
+ If you find these codes or data useful, please consider citing our paper as:
39
+
40
+ ```
41
+ @misc{abdallah2024arabicaqa,
42
+ title={ArabicaQA: A Comprehensive Dataset for Arabic Question Answering},
43
+ author={Abdelrahman Abdallah and Mahmoud Kasem and Mahmoud Abdalla and Mohamed Mahmoud and Mohamed Elkasaby and Yasser Elbendary and Adam Jatowt},
44
+ year={2024},
45
+ eprint={2403.17848},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.CL}
48
+ }
49
+ ```