Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
Dask
kwang2049 commited on
Commit
c87f461
1 Parent(s): d5ae9e6

removed the NQ training split for less confusion

Browse files
NaturalQuestions/qrels/train.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b76d5e65310096d76ad43d8f1a1a5ba6757a24ccaa84d1e080e0de4eb295c486
3
- size 431420
 
 
 
 
NaturalQuestions/queries/train.parquet DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c51904723964016bfc958ea7907a0a29ca6b22b3bec2bde859d49b86102d223
3
- size 1132387
 
 
 
 
README.md CHANGED
@@ -50,16 +50,12 @@ configs:
50
  path: NaturalQuestions/nq-hard/*
51
  - config_name: NaturalQuestions-queries
52
  data_files:
53
- - split: train
54
- path: NaturalQuestions/queries/train.parquet
55
  - split: dev
56
  path: NaturalQuestions/queries/dev.parquet
57
  - split: test
58
  path: NaturalQuestions/queries/test.parquet
59
  - config_name: NaturalQuestions-qrels
60
  data_files:
61
- - split: train
62
- path: NaturalQuestions/qrels/train.parquet
63
  - split: dev
64
  path: NaturalQuestions/qrels/dev.parquet
65
  - split: test
@@ -176,6 +172,8 @@ And additionally, NQ-hard, the hard subset of queries from Natural Questions is
176
 
177
  > Notes: for MS MARCO, its documents do not provide the gold paragraph segmentation and we only segment the document by keeping the judged passages (from the MS MARCO Passage Ranking task) standing out while leaving the rest parts surrounding these passages. These passages are marked by `is_candidate==true`.
178
 
 
 
179
  ## Load the dataset
180
  ### Loading the passages
181
  One can load the passages like this:
 
50
  path: NaturalQuestions/nq-hard/*
51
  - config_name: NaturalQuestions-queries
52
  data_files:
 
 
53
  - split: dev
54
  path: NaturalQuestions/queries/dev.parquet
55
  - split: test
56
  path: NaturalQuestions/queries/test.parquet
57
  - config_name: NaturalQuestions-qrels
58
  data_files:
 
 
59
  - split: dev
60
  path: NaturalQuestions/qrels/dev.parquet
61
  - split: test
 
172
 
173
  > Notes: for MS MARCO, its documents do not provide the gold paragraph segmentation and we only segment the document by keeping the judged passages (from the MS MARCO Passage Ranking task) standing out while leaving the rest parts surrounding these passages. These passages are marked by `is_candidate==true`.
174
 
175
+ > For Natural Questions, the training split is not provided because the duplidate timestamps cannot be compatible with the queries/qrels/corpus format. Please refer to https://public.ukp.informatik.tu-darmstadt.de/kwang/dapr/data/NaturalQuestions/ for the training split.
176
+
177
  ## Load the dataset
178
  ### Loading the passages
179
  One can load the passages like this: