Skip to content

Commit 4e2af4a

Browse files
committed
fix typo
1 parent 2df332b commit 4e2af4a

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
__pycache__
2+
*.pyc
3+
.DS_STORE

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These QIDs also enable automatic translations for most answers into any Wikipedi
1919

2020

2121
## Dataset
22-
MKQA contains 10,000 queries sampled from the [Google Natural Questions datatset](https://github.com/google-research-datasets/natural-questions).
22+
MKQA contains 10,000 queries sampled from the [Google Natural Questions dataset](https://github.com/google-research-datasets/natural-questions).
2323

2424
For each query we collect new passage-independent answers.
2525
These queries and answers are then human translated into 25 Non-English languages.
@@ -155,7 +155,9 @@ pytest ./tests/test_mkqa_eval.py
155155

156156
## Citation
157157
Please cite the following if you found MKQA, our [paper](https://arxiv.org/abs/2007.15207), or these resources useful.
158-
158+
```
159+
@misc{mkqa,title = {MKQA: A Linguistically Diverse Benchmark for Multilingual Open Domain Question Answering},author = {Shayne Longpre and Yi Lu and Joachim Daiber},year = {2020},URL = {https://arxiv.org/pdf/2007.15207.pdf}}
160+
```
159161

160162
## License
161163
The code in this repository is licensed according to the [LICENSE](LICENSE) file.
Binary file not shown.
-4.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)