docs: update citation
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ The `queries` split contains queries, with the text of a query being stored in t
|
|
| 86 |
This dataset is licensed under [CC BY SA 4.0](https://choosealicense.com/licenses/cc-by-sa-4.0/).
|
| 87 |
|
| 88 |
## Citation 🔖
|
| 89 |
-
If you use this dataset, please cite [MLEB](https://
|
| 90 |
```bibtex
|
| 91 |
@inproceedings{Zheng_2025, series={CSLAW ’25},
|
| 92 |
title={A Reasoning-Focused Legal Retrieval Benchmark},
|
|
@@ -101,11 +101,13 @@ If you use this dataset, please cite [MLEB](https://isaacus.com/mleb) as well.
|
|
| 101 |
eprint={2505.03970}
|
| 102 |
}
|
| 103 |
|
| 104 |
-
@misc{
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
| 110 |
}
|
| 111 |
```
|
|
|
|
| 86 |
This dataset is licensed under [CC BY SA 4.0](https://choosealicense.com/licenses/cc-by-sa-4.0/).
|
| 87 |
|
| 88 |
## Citation 🔖
|
| 89 |
+
If you use this dataset, please cite the [Massive Legal Embeddings Benchmark (MLEB)](https://arxiv.org/abs/2510.19365) as well.
|
| 90 |
```bibtex
|
| 91 |
@inproceedings{Zheng_2025, series={CSLAW ’25},
|
| 92 |
title={A Reasoning-Focused Legal Retrieval Benchmark},
|
|
|
|
| 101 |
eprint={2505.03970}
|
| 102 |
}
|
| 103 |
|
| 104 |
+
@misc{butler2025massivelegalembeddingbenchmark,
|
| 105 |
+
title={The Massive Legal Embedding Benchmark (MLEB)},
|
| 106 |
+
author={Umar Butler and Abdur-Rahman Butler and Adrian Lucas Malec},
|
| 107 |
+
year={2025},
|
| 108 |
+
eprint={2510.19365},
|
| 109 |
+
archivePrefix={arXiv},
|
| 110 |
+
primaryClass={cs.CL},
|
| 111 |
+
url={https://arxiv.org/abs/2510.19365},
|
| 112 |
}
|
| 113 |
```
|