umarbutler commited on
Commit
34ffa3d
·
verified ·
1 Parent(s): f6e5764

docs: update citation

Browse files
Files changed (1) hide show
  1. README.md +9 -16
README.md CHANGED
@@ -91,22 +91,15 @@ This dataset was constructed by collecting all [GDPRHub](https://gdprhub.eu/inde
91
  This dataset is licensed under the same license as [GDPRHub](https://gdprhub.eu/index.php?title=Welcome_to_GDPRhub), [CC BY NC SA 4.0](https://choosealicense.com/licenses/cc-by-nc-sa-4.0/), which permits non-commercial use only of this dataset as long as appropriate attribution is made and derivative works are issued under the same license.
92
 
93
  ## Citation 🔖
94
- If you use this dataset, please cite [MLEB](https://isaacus.com/mleb) as well.
95
  ```bibtex
96
- @misc{butler-2025-gdpr-holdings-retrieval,
97
- author = {Butler, Umar and Butler, Abdur-Rahman},
98
- year = {2025},
99
- title = {GDPR Holdings Retrieval},
100
- publisher = {Isaacus},
101
- version = {0.1.0},
102
- url = {https://huggingface.co/datasets/isaacus/gdprhub}
103
- }
104
-
105
- @misc{mleb-2025,
106
- title={Massive Legal Embedding Benchmark (MLEB)},
107
- author={Umar Butler and Abdur-Rahman Butler},
108
- year={2025},
109
- url={https://isaacus.com/blog/introducing-mleb},
110
- publisher={Isaacus}
111
  }
112
  ```
 
91
  This dataset is licensed under the same license as [GDPRHub](https://gdprhub.eu/index.php?title=Welcome_to_GDPRhub), [CC BY NC SA 4.0](https://choosealicense.com/licenses/cc-by-nc-sa-4.0/), which permits non-commercial use only of this dataset as long as appropriate attribution is made and derivative works are issued under the same license.
92
 
93
  ## Citation 🔖
94
+ If you use this dataset, please cite the [Massive Legal Embeddings Benchmark (MLEB)](https://arxiv.org/abs/2510.19365):
95
  ```bibtex
96
+ @misc{butler2025massivelegalembeddingbenchmark,
97
+ title={The Massive Legal Embedding Benchmark (MLEB)},
98
+ author={Umar Butler and Abdur-Rahman Butler and Adrian Lucas Malec},
99
+ year={2025},
100
+ eprint={2510.19365},
101
+ archivePrefix={arXiv},
102
+ primaryClass={cs.CL},
103
+ url={https://arxiv.org/abs/2510.19365},
 
 
 
 
 
 
 
104
  }
105
  ```