Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
- Mostafa3zazi
/
Arabic_SQuAD Copied
like
0
Dataset card
Files and versions
Community
Arabic_SQuAD
/
README.md
Mostafa3zazi's picture
Mostafa3zazi
Update README.md
17d5b9d
19 days ago
raw
history
blame
contribute
delete
Safe
2.18 kB
- dataset_info:
features:
- name: index
dtype: string
- name: question
dtype: string
- name: context
dtype: string
- name: text
dtype: string
- name: answer_start
dtype: int64
- name: c_id
dtype: int64
splits:
- name: train
num_bytes: 61868003
num_examples: 48344
download_size: 10512179
dataset_size: 61868003
Hugging Face's logo Hugging Face Search models, datasets, users... Models Datasets Spaces Docs Solutions Pricing
Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization Datasets:
Mostafa3zazi / Arabic_SQuAD Copied like 0 Dataset card Files and versions Community Arabic_SQuAD / README.md Mostafa3zazi's picture Mostafa3zazi Update README.md 17d5b9d 19 days ago raw history blame contribute delete Safe 2.18 kB
dataset_info: features: - name: index dtype: string - name: question dtype: string - name: context dtype: string - name: text dtype: string - name: answer_start dtype: int64 - name: c_id dtype: int64 splits: - name: train num_bytes: 61868003 num_examples: 48344 download_size: 10512179 dataset_size: 61868003
Dataset Card for "Arabic_SQuAD"
Citation
@inproceedings{mozannar-etal-2019-neural,
title = "Neural {A}rabic Question Answering",
author = "Mozannar, Hussein and
Maamary, Elie and
El Hajal, Karl and
Hajj, Hazem",
booktitle = "Proceedings of the Fourth Arabic Natural Language Processing Workshop",
month = aug,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://www.aclweb.org/anthology/W19-4612",
doi = "10.18653/v1/W19-4612",
pages = "108--118",
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.",
}
- Downloads last month
- 31