docs: fix typos
Browse files
README.md
CHANGED
|
@@ -80,7 +80,7 @@ To make evaluation with this dataset as easy as possible, it is formatted in the
|
|
| 80 |
## Structure 🗂️
|
| 81 |
As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
|
| 82 |
|
| 83 |
-
The `default` split pairs
|
| 84 |
|
| 85 |
The `corpus` split contains Markdown-formatted Australian Government guidance and policies, with the text of such materials being stored in the `text` key and their IDs being stored in the `_id` key. There is also a `title` column which is deliberately set to an empty string in all cases for compatibility with the [`mteb`](https://github.com/embeddings-benchmark/mteb) library.
|
| 86 |
|
|
|
|
| 80 |
## Structure 🗂️
|
| 81 |
As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
|
| 82 |
|
| 83 |
+
The `default` split pairs questions (`query-id`) with relevant materials (`corpus-id`), each pair having a `score` of 1.
|
| 84 |
|
| 85 |
The `corpus` split contains Markdown-formatted Australian Government guidance and policies, with the text of such materials being stored in the `text` key and their IDs being stored in the `_id` key. There is also a `title` column which is deliberately set to an empty string in all cases for compatibility with the [`mteb`](https://github.com/embeddings-benchmark/mteb) library.
|
| 86 |
|