Tweaked README
Browse files
README.md
CHANGED
|
@@ -64,23 +64,23 @@ This is the test split of the [GovReport](https://huggingface.co/datasets/launch
|
|
| 64 |
|
| 65 |
This dataset is intended to facilitate the consistent and reproducible evaluation of information retrieval models on GovReport with the [`mteb`](https://github.com/embeddings-benchmark/mteb) embedding model evaluation framework.
|
| 66 |
|
| 67 |
-
More specifically, this dataset tests the ability of information retrieval models to
|
| 68 |
|
| 69 |
This dataset has been processed into the MTEB format by [Isaacus](https://isaacus.com/), a legal AI research company.
|
| 70 |
|
| 71 |
## Methodology 🧪
|
| 72 |
To understand how GovReport was created, refer to its creators' [paper](https://arxiv.org/abs/2104.02112).
|
| 73 |
|
| 74 |
-
This dataset was formatted by
|
| 75 |
|
| 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`
|
| 80 |
|
| 81 |
-
The `corpus` split contains
|
| 82 |
|
| 83 |
-
The `queries` split contains summaries, with the text of
|
| 84 |
|
| 85 |
## License 📜
|
| 86 |
To the extent that any intellectual property rights reside in the contributions made by Isaacus in formatting and processing this dataset, Isaacus licenses those contributions under the same license terms as the source dataset. You are free to use this dataset without citing Isaacus.
|
|
|
|
| 64 |
|
| 65 |
This dataset is intended to facilitate the consistent and reproducible evaluation of information retrieval models on GovReport with the [`mteb`](https://github.com/embeddings-benchmark/mteb) embedding model evaluation framework.
|
| 66 |
|
| 67 |
+
More specifically, this dataset tests the ability of information retrieval models to retrieve US government reports from on their summaries.
|
| 68 |
|
| 69 |
This dataset has been processed into the MTEB format by [Isaacus](https://isaacus.com/), a legal AI research company.
|
| 70 |
|
| 71 |
## Methodology 🧪
|
| 72 |
To understand how GovReport was created, refer to its creators' [paper](https://arxiv.org/abs/2104.02112).
|
| 73 |
|
| 74 |
+
This dataset was formatted by treating the `summary` column of GovReport as queries (or anchors) and the `document` column as relevant (or positive) passages.
|
| 75 |
|
| 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`, linked to the `_id` column of the `queries` split) with government reports (`corpus-id`, linked to the `_id` column of the `corpus` split), each pair having a `score` of `1`.
|
| 80 |
|
| 81 |
+
The `corpus` split contains government reports, with the text of a report being stored in the `text` key and its id being stored in the `_id` key.
|
| 82 |
|
| 83 |
+
The `queries` split contains summaries, with the text of a summary being stored in the `text` key and its id being stored in the `_id` key.
|
| 84 |
|
| 85 |
## License 📜
|
| 86 |
To the extent that any intellectual property rights reside in the contributions made by Isaacus in formatting and processing this dataset, Isaacus licenses those contributions under the same license terms as the source dataset. You are free to use this dataset without citing Isaacus.
|