dqmis commited on
Commit
be6e04e
·
verified ·
1 Parent(s): bacdae8

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -20,6 +20,8 @@ configs:
20
  data_files:
21
  - split: corpus
22
  path: data/corpus.jsonl
 
 
23
  - config_name: pairs
24
  data_files:
25
  - split: train
@@ -36,6 +38,8 @@ dataset_info:
36
  splits:
37
  - name: corpus
38
  num_examples: 109650
 
 
39
  - config_name: pairs
40
  features:
41
  - name: query
@@ -70,12 +74,13 @@ Hugging Face `google-research-datasets/natural_questions` snapshot.
70
  | Split | Rows |
71
  |------------------|--------------|
72
  | `corpus` | 109,650 |
 
73
  | `train` pairs | 307,373 |
74
  | `validation` pairs | 7,830 |
75
 
76
  * Train pairs with non-empty `long_answer`: **152,148 / 307,373** (49.5%)
77
  * Train pairs with non-empty `short_answer`: **106,926 / 307,373** (34.8%)
78
- * Date built: 2026-04-30
79
 
80
  ## Schema
81
 
@@ -171,6 +176,9 @@ ds = load_dataset("<your-username>/NQ320K-NCI", "pairs")
171
  print(ds["train"].features["nq_id"]) # Value(dtype='string', id=None)
172
  ```
173
 
 
 
 
174
  ## License & attribution
175
 
176
  This dataset is a derivative of the Natural Questions dataset by Google
 
20
  data_files:
21
  - split: corpus
22
  path: data/corpus.jsonl
23
+ - split: corpus_summary
24
+ path: data/corpus_summary.jsonl
25
  - config_name: pairs
26
  data_files:
27
  - split: train
 
38
  splits:
39
  - name: corpus
40
  num_examples: 109650
41
+ - name: corpus_summary
42
+ num_examples: 21119
43
  - config_name: pairs
44
  features:
45
  - name: query
 
74
  | Split | Rows |
75
  |------------------|--------------|
76
  | `corpus` | 109,650 |
77
+ | `corpus_summary` | 21,119 |
78
  | `train` pairs | 307,373 |
79
  | `validation` pairs | 7,830 |
80
 
81
  * Train pairs with non-empty `long_answer`: **152,148 / 307,373** (49.5%)
82
  * Train pairs with non-empty `short_answer`: **106,926 / 307,373** (34.8%)
83
+ * Date built: 2026-05-06
84
 
85
  ## Schema
86
 
 
176
  print(ds["train"].features["nq_id"]) # Value(dtype='string', id=None)
177
  ```
178
 
179
+ ## Corpus Summary
180
+ We additionally present a subset of corpus as a summarized text. We use `sshleifer/distilbart-cnn-12-6` model for the summarization task.
181
+
182
  ## License & attribution
183
 
184
  This dataset is a derivative of the Natural Questions dataset by Google
data/corpus_sample.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
samples/corpus_summary.jsonl ADDED
The diff for this file is too large to render. See raw diff