malteos commited on
Commit
8c60a85
·
verified ·
1 Parent(s): 9f4e72d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -16,10 +16,15 @@ configs:
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
 
19
  ---
20
 
21
  This is a mirror of [Google's Natural Questions (NQ)](https://github.com/google-research-datasets/natural-questions).
22
  The dataset is converted into paris of `(query, answer_passage)`.
23
 
24
- > Natural Questions (NQ) contains real user questions issued to Google search, and answers found from Wikipedia by annotators. NQ is designed for the training and evaluation of automatic question answering systems.
25
-
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: apache-2.0
20
+ task_categories:
21
+ - question-answering
22
+ - feature-extraction
23
+ language:
24
+ - en
25
  ---
26
 
27
  This is a mirror of [Google's Natural Questions (NQ)](https://github.com/google-research-datasets/natural-questions).
28
  The dataset is converted into paris of `(query, answer_passage)`.
29
 
30
+ > Natural Questions (NQ) contains real user questions issued to Google search, and answers found from Wikipedia by annotators. NQ is designed for the training and evaluation of automatic question answering systems.