Mostafa3zazi commited on
Commit
17d5b9d
1 Parent(s): 84968ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -26,21 +26,22 @@ dataset_info:
26
 
27
  ---
28
  # Citation
29
- @misc{https://doi.org/10.48550/arxiv.1906.05394,
30
- doi = {10.48550/ARXIV.1906.05394},
31
-
32
- url = {https://arxiv.org/abs/1906.05394},
33
-
34
- author = {Mozannar, Hussein and Hajal, Karl El and Maamary, Elie and Hajj, Hazem},
35
-
36
- keywords = {Computation and Language (cs.CL), Machine Learning (cs.LG), FOS: Computer and information sciences, FOS: Computer and information sciences},
37
-
38
- title = {Neural Arabic Question Answering},
39
-
40
- publisher = {arXiv},
41
-
42
- year = {2019},
43
-
44
- copyright = {arXiv.org perpetual, non-exclusive license}
45
  }
 
46
  ---
 
26
 
27
  ---
28
  # Citation
29
+ ```
30
+ @inproceedings{mozannar-etal-2019-neural,
31
+ title = "Neural {A}rabic Question Answering",
32
+ author = "Mozannar, Hussein and
33
+ Maamary, Elie and
34
+ El Hajal, Karl and
35
+ Hajj, Hazem",
36
+ booktitle = "Proceedings of the Fourth Arabic Natural Language Processing Workshop",
37
+ month = aug,
38
+ year = "2019",
39
+ address = "Florence, Italy",
40
+ publisher = "Association for Computational Linguistics",
41
+ url = "https://www.aclweb.org/anthology/W19-4612",
42
+ doi = "10.18653/v1/W19-4612",
43
+ pages = "108--118",
44
+ abstract = "This paper tackles the problem of open domain factual Arabic question answering (QA) using Wikipedia as our knowledge source. This constrains the answer of any question to be a span of text in Wikipedia. Open domain QA for Arabic entails three challenges: annotated QA datasets in Arabic, large scale efficient information retrieval and machine reading comprehension. To deal with the lack of Arabic QA datasets we present the Arabic Reading Comprehension Dataset (ARCD) composed of 1,395 questions posed by crowdworkers on Wikipedia articles, and a machine translation of the Stanford Question Answering Dataset (Arabic-SQuAD). Our system for open domain question answering in Arabic (SOQAL) is based on two components: (1) a document retriever using a hierarchical TF-IDF approach and (2) a neural reading comprehension model using the pre-trained bi-directional transformer BERT. Our experiments on ARCD indicate the effectiveness of our approach with our BERT-based reader achieving a 61.3 F1 score, and our open domain system SOQAL achieving a 27.6 F1 score.",
45
  }
46
+ ```
47
  ---