query-id
stringlengths 2
4
| corpus-id
stringlengths 2
4
| score
float64 1
1
|
---|---|---|
q369
|
c359
| 1 |
q108
|
c124
| 1 |
q227
|
c226
| 1 |
q190
|
c187
| 1 |
q44
|
c18
| 1 |
q470
|
c429
| 1 |
q90
|
c105
| 1 |
q261
|
c258
| 1 |
q12
|
c113
| 1 |
q445
|
c413
| 1 |
q314
|
c308
| 1 |
q398
|
c375
| 1 |
q359
|
c481
| 1 |
q197
|
c195
| 1 |
q305
|
c299
| 1 |
q282
|
c276
| 1 |
q126
|
c141
| 1 |
q46
|
c13
| 1 |
q439
|
c407
| 1 |
q21
|
c476
| 1 |
q283
|
c277
| 1 |
q354
|
c367
| 1 |
q436
|
c403
| 1 |
q149
|
c207
| 1 |
q446
|
c466
| 1 |
q257
|
c254
| 1 |
q275
|
c270
| 1 |
q302
|
c296
| 1 |
q207
|
c205
| 1 |
q254
|
c249
| 1 |
q152
|
c31
| 1 |
q323
|
c317
| 1 |
q182
|
c182
| 1 |
q284
|
c278
| 1 |
q388
|
c25
| 1 |
q402
|
c378
| 1 |
q326
|
c320
| 1 |
q114
|
c130
| 1 |
q320
|
c314
| 1 |
q244
|
c499
| 1 |
q454
|
c457
| 1 |
q498
|
c456
| 1 |
q256
|
c252
| 1 |
q24
|
c71
| 1 |
q374
|
c60
| 1 |
q433
|
c253
| 1 |
q205
|
c203
| 1 |
q496
|
c61
| 1 |
q465
|
c423
| 1 |
q116
|
c132
| 1 |
q45
|
c23
| 1 |
q39
|
c24
| 1 |
q426
|
c398
| 1 |
q209
|
c49
| 1 |
q396
|
c483
| 1 |
q380
|
c368
| 1 |
q343
|
c336
| 1 |
q347
|
c340
| 1 |
q74
|
c90
| 1 |
q363
|
c353
| 1 |
q225
|
c224
| 1 |
q6
|
c464
| 1 |
q43
|
c493
| 1 |
q423
|
c395
| 1 |
q495
|
c454
| 1 |
q104
|
c121
| 1 |
q13
|
c404
| 1 |
q123
|
c138
| 1 |
q224
|
c2
| 1 |
q84
|
c100
| 1 |
q440
|
c408
| 1 |
q188
|
c185
| 1 |
q73
|
c89
| 1 |
q268
|
c85
| 1 |
q195
|
c192
| 1 |
q341
|
c335
| 1 |
q216
|
c214
| 1 |
q382
|
c219
| 1 |
q49
|
c3
| 1 |
q461
|
c419
| 1 |
q417
|
c391
| 1 |
q87
|
c102
| 1 |
q418
|
c58
| 1 |
q42
|
c45
| 1 |
q135
|
c426
| 1 |
q103
|
c120
| 1 |
q98
|
c115
| 1 |
q17
|
c461
| 1 |
q176
|
c177
| 1 |
q56
|
c79
| 1 |
q237
|
c234
| 1 |
q298
|
c292
| 1 |
q300
|
c294
| 1 |
q421
|
c393
| 1 |
q51
|
c15
| 1 |
q186
|
c35
| 1 |
q221
|
c220
| 1 |
q375
|
c363
| 1 |
q55
|
c462
| 1 |
q448
|
c50
| 1 |
BillSumUS MTEB Benchmark π
This is the federal US test split of the BillSum dataset formatted in the Massive Text Embedding Benchmark (MTEB) information retrieval dataset format.
This dataset is intended to facilitate the consistent and reproducible evaluation of information retrieval models on BillSum with the mteb
embedding model evaluation framework.
More specifically, this dataset tests the ability of information retrieval models to retrieve US congressional bills based on their summaries.
This dataset has been processed into the MTEB format by Isaacus, a legal AI research company.
Methodology π§ͺ
To understand how BillSum itself was created, refer to its documentation.
This dataset was formatted by taking the federal US split of BillSum, treating summaries as queries (or anchors) and bills as relevant (or positive) passages, and randomly sampling 500 examples (as per MTEB guidelines, to keep the size of this evaluation set manageable).
Structure ποΈ
As per the MTEB information retrieval dataset format, this dataset comprises three splits, default
, corpus
and queries
.
The default
split pairs summaries (query-id
) with the raw text of the bills (corpus-id
), each pair having a score
of 1.
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.
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.
License π
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.
The source dataset is licensed under CC0.
Citation π
@inproceedings{Eidelman_2019,
title={BillSum: A Corpus for Automatic Summarization of US Legislation},
url={http://dx.doi.org/10.18653/v1/D19-5406},
DOI={10.18653/v1/d19-5406},
booktitle={Proceedings of the 2nd Workshop on New Frontiers in Summarization},
publisher={Association for Computational Linguistics},
author={Eidelman, Vladimir},
year={2019},
pages={48β56},
eprint={1910.00523}
}
- Downloads last month
- 90