Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
abdurrahmanbutler commited on
Commit
29f2279
·
verified ·
1 Parent(s): 06eb930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ This dataset was formatted by labelling `summary` columns of the source data as
76
  ## Structure 🗂️
77
  As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
78
 
79
- The `default` split pairs queries (`query-id`) with relevant passages (`corpus-id`), each pair having a `score` of 1.
80
 
81
  The `corpus` split contains information from the government report, with the raw text of a report being stored in the `text` key and its id being stored in the `_id` key.
82
 
 
76
  ## Structure 🗂️
77
  As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
78
 
79
+ The `default` split pairs summaries (`query-id`) with the government report (`corpus-id`), each pair having a `score` of 1.
80
 
81
  The `corpus` split contains information from the government report, with the raw text of a report being stored in the `text` key and its id being stored in the `_id` key.
82