Question Answering
Transformers
Arabic
Inference Endpoints
abdoelsayed commited on
Commit
73e7bd4
โ€ข
1 Parent(s): 34165bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -62,4 +62,20 @@ AraDPR demonstrates superior performance over traditional retrieval methods, sig
62
 
63
  ## Technical Specifications
64
  Model Architecture and Objective
65
- AraDPR utilizes a dual-encoder architecture, with separate encoders for questions and passages. The model is optimized to project semantically related questions and passages closer in the vector space.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
62
 
63
  ## Technical Specifications
64
  Model Architecture and Objective
65
+ AraDPR utilizes a dual-encoder architecture, with separate encoders for questions and passages. The model is optimized to project semantically related questions and passages closer in the vector space.
66
+
67
+
68
+ ## Citation
69
+
70
+ If you find these codes or data useful, please consider citing our paper as:
71
+
72
+ ```
73
+ @misc{abdallah2024arabicaqa,
74
+ title={ArabicaQA: A Comprehensive Dataset for Arabic Question Answering},
75
+ author={Abdelrahman Abdallah and Mahmoud Kasem and Mahmoud Abdalla and Mohamed Mahmoud and Mohamed Elkasaby and Yasser Elbendary and Adam Jatowt},
76
+ year={2024},
77
+ eprint={2403.17848},
78
+ archivePrefix={arXiv},
79
+ primaryClass={cs.CL}
80
+ }
81
+ ```