docs: update title and license
Browse files
README.md
CHANGED
|
@@ -57,9 +57,9 @@ configs:
|
|
| 57 |
data_files:
|
| 58 |
- split: queries
|
| 59 |
path: data/queries.jsonl
|
| 60 |
-
pretty_name: BillSumUS MTEB
|
| 61 |
---
|
| 62 |
-
# BillSumUS MTEB
|
| 63 |
This is the federal US test split of the [BillSum](https://huggingface.co/datasets/FiscalNote/billsum) dataset formatted in the [Massive Text Embedding Benchmark (MTEB)](https://github.com/embeddings-benchmark/mteb) information retrieval dataset format.
|
| 64 |
|
| 65 |
This dataset is intended to facilitate the consistent and reproducible evaluation of information retrieval models on BillSum with the [`mteb`](https://github.com/embeddings-benchmark/mteb) embedding model evaluation framework.
|
|
@@ -83,9 +83,7 @@ The `corpus` split contains bills, with the text of a bill being stored in the `
|
|
| 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 |
-
|
| 87 |
-
|
| 88 |
-
The source dataset is licensed under [CC0](https://creativecommons.org/public-domain/cc0/).
|
| 89 |
|
| 90 |
## Citation 🔖
|
| 91 |
```bibtex
|
|
|
|
| 57 |
data_files:
|
| 58 |
- split: queries
|
| 59 |
path: data/queries.jsonl
|
| 60 |
+
pretty_name: BillSumUS (MTEB format)
|
| 61 |
---
|
| 62 |
+
# BillSumUS (MTEB formsat)
|
| 63 |
This is the federal US test split of the [BillSum](https://huggingface.co/datasets/FiscalNote/billsum) dataset formatted in the [Massive Text Embedding Benchmark (MTEB)](https://github.com/embeddings-benchmark/mteb) information retrieval dataset format.
|
| 64 |
|
| 65 |
This dataset is intended to facilitate the consistent and reproducible evaluation of information retrieval models on BillSum with the [`mteb`](https://github.com/embeddings-benchmark/mteb) embedding model evaluation framework.
|
|
|
|
| 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 |
+
This dataset is licensed under [CC0](https://creativecommons.org/public-domain/cc0/).
|
|
|
|
|
|
|
| 87 |
|
| 88 |
## Citation 🔖
|
| 89 |
```bibtex
|