Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
umarbutler commited on
Commit
f4fb765
·
verified ·
1 Parent(s): ea34d2e

Fixed typo.

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ This dataset was formatted by taking the federal US split of BillSum, treating s
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 summary (`query-id`) with the raw text of the bills (`corpus-id`), each pair having a `score` of 1.
80
 
81
  The `corpus` split contains bills, with the text of a bill 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 raw text of the bills (`corpus-id`), each pair having a `score` of 1.
80
 
81
  The `corpus` split contains bills, with the text of a bill being stored in the `text` key and its id being stored in the `_id` key.
82