Fixed typo.
Browse files
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
|
| 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 |
|