docs: mention and link to MLEB
Browse files
README.md
CHANGED
|
@@ -75,7 +75,7 @@ Uniquely, this dataset sources its real-life tax questions from the posts of eve
|
|
| 75 |
|
| 76 |
The fact that questions center around substantive and often complex tax problems, which are broadly representative of the problems faced by everyday Australian taxpayers, makes this dataset extremely valuable for the robust evaluation of the legal retrieval capabilities and tax domain understanding of information retrieval models.
|
| 77 |
|
| 78 |
-
|
| 79 |
|
| 80 |
## Structure 🗂️
|
| 81 |
As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
|
|
@@ -99,6 +99,7 @@ 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 |
```bibtex
|
| 103 |
@misc{butler-2025-australian-tax-guidance-retrieval,
|
| 104 |
author = {Butler, Abdur-Rahman and Butler, Umar},
|
|
@@ -108,4 +109,12 @@ This dataset is licensed under [CC BY 4.0](https://choosealicense.com/licenses/c
|
|
| 108 |
version = {0.1.0},
|
| 109 |
url = {https://huggingface.co/datasets/isaacus/australian-tax-guidance-retrieval}
|
| 110 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
```
|
|
|
|
| 75 |
|
| 76 |
The fact that questions center around substantive and often complex tax problems, which are broadly representative of the problems faced by everyday Australian taxpayers, makes this dataset extremely valuable for the robust evaluation of the legal retrieval capabilities and tax domain understanding of information retrieval models.
|
| 77 |
|
| 78 |
+
This dataset forms part of the [Massive Legal Embeddings Benchmark (MLEB)](https://isaacus.com/mleb), the largest, most diverse, and most comprehensive benchmark for legal text embedding models.
|
| 79 |
|
| 80 |
## Structure 🗂️
|
| 81 |
As per the MTEB information retrieval dataset format, this dataset comprises three splits, `default`, `corpus` and `queries`.
|
|
|
|
| 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},
|
|
|
|
| 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 |
```
|