umarbutler commited on
Commit
982aa11
·
verified ·
1 Parent(s): fb7010d

docs: update citation

Browse files
Files changed (1) hide show
  1. README.md +9 -16
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://isaacus.com/mleb) as well.
103
  ```bibtex
104
- @misc{butler-2025-australian-tax-guidance-retrieval,
105
- author = {Butler, Abdur-Rahman and Butler, Umar},
106
- year = {2025},
107
- title = {Australian Tax Guidance Retrieval},
108
- publisher = {Isaacus},
109
- version = {0.1.0},
110
- url = {https://huggingface.co/datasets/isaacus/australian-tax-guidance-retrieval}
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
  ```