umarbutler commited on
Commit
a95d552
·
verified ·
1 Parent(s): f4a4d11

docs: update citation

Browse files
Files changed (1) hide show
  1. README.md +9 -16
README.md CHANGED
@@ -94,22 +94,15 @@ This dataset was constructed by collecting all publicly available Singaporean co
94
  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.
95
 
96
  ## Citation 🔖
97
- If you use this dataset, please cite [MLEB](https://isaacus.com/mleb) as well.
98
  ```bibtex
99
- @misc{butler-2025-singaporean-judicial-keywords,
100
- author = {Butler, Umar},
101
- year = {2025},
102
- title = {Singaporean Judicial Keywords},
103
- publisher = {Isaacus},
104
- version = {0.1.0},
105
- url = {https://huggingface.co/datasets/isaacus/singaporean-judicial-keywords}
106
- }
107
-
108
- @misc{mleb-2025,
109
- title={Massive Legal Embedding Benchmark (MLEB)},
110
- author={Umar Butler and Abdur-Rahman Butler},
111
- year={2025},
112
- url={https://isaacus.com/blog/introducing-mleb},
113
- publisher={Isaacus}
114
  }
115
  ```
 
94
  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.
95
 
96
  ## Citation 🔖
97
+ If you use this dataset, please cite the [Massive Legal Embeddings Benchmark (MLEB)](https://arxiv.org/abs/2510.19365):
98
  ```bibtex
99
+ @misc{butler2025massivelegalembeddingbenchmark,
100
+ title={The Massive Legal Embedding Benchmark (MLEB)},
101
+ author={Umar Butler and Abdur-Rahman Butler and Adrian Lucas Malec},
102
+ year={2025},
103
+ eprint={2510.19365},
104
+ archivePrefix={arXiv},
105
+ primaryClass={cs.CL},
106
+ url={https://arxiv.org/abs/2510.19365},
 
 
 
 
 
 
 
107
  }
108
  ```