docs: update citation
Browse files
README.md
CHANGED
|
@@ -99,22 +99,15 @@ This dataset was constructed by:
|
|
| 99 |
This dataset is licensed under [CC BY 4.0](https://choosealicense.com/licenses/cc-by-4.0/) which allows for both non-commercial and commercial use of this dataset as long as appropriate attribution is made to it.
|
| 100 |
|
| 101 |
## Citation 🔖
|
| 102 |
-
If you use this dataset, please cite [MLEB](https://
|
| 103 |
```bibtex
|
| 104 |
-
@misc{
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
| 110 |
-
|
| 111 |
-
}
|
| 112 |
-
|
| 113 |
-
@misc{mleb-2025,
|
| 114 |
-
title={Massive Legal Embedding Benchmark (MLEB)},
|
| 115 |
-
author={Umar Butler and Abdur-Rahman Butler},
|
| 116 |
-
year={2025},
|
| 117 |
-
url={https://isaacus.com/blog/introducing-mleb},
|
| 118 |
-
publisher={Isaacus}
|
| 119 |
}
|
| 120 |
```
|
|
|
|
| 99 |
This dataset is licensed under [CC BY 4.0](https://choosealicense.com/licenses/cc-by-4.0/) which allows for both non-commercial and commercial use of this dataset as long as appropriate attribution is made to it.
|
| 100 |
|
| 101 |
## Citation 🔖
|
| 102 |
+
If you use this dataset, please cite the [Massive Legal Embeddings Benchmark (MLEB)](https://arxiv.org/abs/2510.19365):
|
| 103 |
```bibtex
|
| 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 |
```
|