SajjadAyoubi commited on
Commit
5a314e7
1 Parent(s): df9d8ac

Update persian_qa.py

Browse files
Files changed (1) hide show
  1. persian_qa.py +3 -3
persian_qa.py CHANGED
@@ -1,6 +1,6 @@
1
  import json
2
  import datasets
3
- _CITATION = """\
4
  @misc{PersianQA,
5
  author = {Sajjad Ayoubi, Mohammad Yasin Davoodeh},
6
  title = {PersianQA: a dataset for Persian Question Answering},
@@ -10,11 +10,11 @@ _CITATION = """\
10
  howpublished = {url{https://github.com/SajjjadAyobi/PersianQA}},
11
  }
12
  """
13
- _DESCRIPTION = """\\\\
14
  Persian Question Answering (PersianQA) Dataset is a reading comprehension dataset on Persian Wikipedia.
15
  The crowd-sourced dataset consists of more than 9,000 entries. Each entry can be either an impossible to answer or a question with one or more answers spanning in the passage (the context) from which the questioner proposed the question. Much like the SQuAD2.0 dataset, the impossible or unanswerable questions can be utilized to create a system which "knows that it doesn't know the answer".
16
  """
17
- _URL = "https://raw.githubusercontent.com/sajjjadayobi/narm/master/utils/"
18
  _URLS = {
19
  "train": _URL + "pqa_train.json",
20
  "test": _URL + "pqa_test.json",
1
  import json
2
  import datasets
3
+ _CITATION = """\\
4
  @misc{PersianQA,
5
  author = {Sajjad Ayoubi, Mohammad Yasin Davoodeh},
6
  title = {PersianQA: a dataset for Persian Question Answering},
10
  howpublished = {url{https://github.com/SajjjadAyobi/PersianQA}},
11
  }
12
  """
13
+ _DESCRIPTION = """\\\\\\\\
14
  Persian Question Answering (PersianQA) Dataset is a reading comprehension dataset on Persian Wikipedia.
15
  The crowd-sourced dataset consists of more than 9,000 entries. Each entry can be either an impossible to answer or a question with one or more answers spanning in the passage (the context) from which the questioner proposed the question. Much like the SQuAD2.0 dataset, the impossible or unanswerable questions can be utilized to create a system which "knows that it doesn't know the answer".
16
  """
17
+ _URL = "https://raw.githubusercontent.com/sajjjadayobi/PersianQA/main/dataset/"
18
  _URLS = {
19
  "train": _URL + "pqa_train.json",
20
  "test": _URL + "pqa_test.json",