docs: update citation
Browse files
README.md
CHANGED
|
@@ -88,22 +88,15 @@ This dataset was constructed by collecting all publicly available UK laws, conve
|
|
| 88 |
This dataset is licensed under [CC BY 4.0](https://choosealicense.com/licenses/cc-by-4.0/) which permits both non-commercial and commercial use of this dataset provided appropriate attribution is made to it.
|
| 89 |
|
| 90 |
## Citation 🔖
|
| 91 |
-
If you use this dataset, please cite [MLEB](https://
|
| 92 |
```bibtex
|
| 93 |
-
@misc{
|
| 94 |
-
|
| 95 |
-
|
| 96 |
-
|
| 97 |
-
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
}
|
| 101 |
-
|
| 102 |
-
@misc{mleb-2025,
|
| 103 |
-
title={Massive Legal Embedding Benchmark (MLEB)},
|
| 104 |
-
author={Umar Butler and Abdur-Rahman Butler},
|
| 105 |
-
year={2025},
|
| 106 |
-
url={https://isaacus.com/blog/introducing-mleb},
|
| 107 |
-
publisher={Isaacus}
|
| 108 |
}
|
| 109 |
```
|
|
|
|
| 88 |
This dataset is licensed under [CC BY 4.0](https://choosealicense.com/licenses/cc-by-4.0/) which permits both non-commercial and commercial use of this dataset provided appropriate attribution is made to it.
|
| 89 |
|
| 90 |
## Citation 🔖
|
| 91 |
+
If you use this dataset, please cite the [Massive Legal Embeddings Benchmark (MLEB)](https://arxiv.org/abs/2510.19365):
|
| 92 |
```bibtex
|
| 93 |
+
@misc{butler2025massivelegalembeddingbenchmark,
|
| 94 |
+
title={The Massive Legal Embedding Benchmark (MLEB)},
|
| 95 |
+
author={Umar Butler and Abdur-Rahman Butler and Adrian Lucas Malec},
|
| 96 |
+
year={2025},
|
| 97 |
+
eprint={2510.19365},
|
| 98 |
+
archivePrefix={arXiv},
|
| 99 |
+
primaryClass={cs.CL},
|
| 100 |
+
url={https://arxiv.org/abs/2510.19365},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
}
|
| 102 |
```
|