Duplicate from lsz05/MIRACLJaRetrievalLite
Browse filesCo-authored-by: Shengzhe Li <lsz05@users.noreply.huggingface.co>
- .gitattributes +59 -0
- README.md +176 -0
- corpus/test-00000-of-00001.parquet +3 -0
- qrels/test-00000-of-00001.parquet +3 -0
- queries/test-00000-of-00001.parquet +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
# Audio files - uncompressed
|
| 39 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
# Audio files - compressed
|
| 43 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
# Image files - uncompressed
|
| 49 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
# Image files - compressed
|
| 54 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
# Video files - compressed
|
| 58 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,176 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- expert-annotated
|
| 4 |
+
language:
|
| 5 |
+
- jpn
|
| 6 |
+
license: apache-2.0
|
| 7 |
+
multilinguality: monolingual
|
| 8 |
+
source_datasets:
|
| 9 |
+
- sbintuitions/JMTEB-lite
|
| 10 |
+
task_categories:
|
| 11 |
+
- text-retrieval
|
| 12 |
+
task_ids: []
|
| 13 |
+
dataset_info:
|
| 14 |
+
- config_name: corpus
|
| 15 |
+
features:
|
| 16 |
+
- name: id
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: text
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: title
|
| 21 |
+
dtype: string
|
| 22 |
+
splits:
|
| 23 |
+
- name: test
|
| 24 |
+
num_bytes: 59964179
|
| 25 |
+
num_examples: 105064
|
| 26 |
+
download_size: 35738387
|
| 27 |
+
dataset_size: 59964179
|
| 28 |
+
- config_name: qrels
|
| 29 |
+
features:
|
| 30 |
+
- name: query-id
|
| 31 |
+
dtype: string
|
| 32 |
+
- name: corpus-id
|
| 33 |
+
dtype: string
|
| 34 |
+
- name: score
|
| 35 |
+
dtype: int64
|
| 36 |
+
splits:
|
| 37 |
+
- name: test
|
| 38 |
+
num_bytes: 57474
|
| 39 |
+
num_examples: 1790
|
| 40 |
+
download_size: 23773
|
| 41 |
+
dataset_size: 57474
|
| 42 |
+
- config_name: queries
|
| 43 |
+
features:
|
| 44 |
+
- name: id
|
| 45 |
+
dtype: string
|
| 46 |
+
- name: text
|
| 47 |
+
dtype: string
|
| 48 |
+
splits:
|
| 49 |
+
- name: test
|
| 50 |
+
num_bytes: 58738
|
| 51 |
+
num_examples: 860
|
| 52 |
+
download_size: 33541
|
| 53 |
+
dataset_size: 58738
|
| 54 |
+
configs:
|
| 55 |
+
- config_name: corpus
|
| 56 |
+
data_files:
|
| 57 |
+
- split: test
|
| 58 |
+
path: corpus/test-*
|
| 59 |
+
- config_name: qrels
|
| 60 |
+
data_files:
|
| 61 |
+
- split: test
|
| 62 |
+
path: qrels/test-*
|
| 63 |
+
- config_name: queries
|
| 64 |
+
data_files:
|
| 65 |
+
- split: test
|
| 66 |
+
path: queries/test-*
|
| 67 |
+
tags:
|
| 68 |
+
- mteb
|
| 69 |
+
- text
|
| 70 |
+
---
|
| 71 |
+
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
|
| 72 |
+
|
| 73 |
+
<div align="center" style="padding: 40px 20px; background-color: white; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); max-width: 600px; margin: 0 auto;">
|
| 74 |
+
<h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">MIRACLJaRetrievalLite</h1>
|
| 75 |
+
<div style="font-size: 1.5rem; color: #4a4a4a; margin-bottom: 5px; font-weight: 300;">An <a href="https://github.com/embeddings-benchmark/mteb" style="color: #2c5282; font-weight: 600; text-decoration: none;" onmouseover="this.style.textDecoration='underline'" onmouseout="this.style.textDecoration='none'">MTEB</a> dataset</div>
|
| 76 |
+
<div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
|
| 77 |
+
</div>
|
| 78 |
+
|
| 79 |
+
MIRACL (Multilingual Information Retrieval Across a Continuum of Languages) is a multilingual retrieval dataset. This is the lightweight Japanese version with a reduced corpus (105,064 documents) constructed using hard negatives from 5 high-performance models.
|
| 80 |
+
|
| 81 |
+
| | |
|
| 82 |
+
|---------------|---------------------------------------------|
|
| 83 |
+
| Task category | t2t |
|
| 84 |
+
| Domains | Encyclopaedic, Written |
|
| 85 |
+
| Reference | https://project-miracl.github.io/ |
|
| 86 |
+
|
| 87 |
+
Source datasets:
|
| 88 |
+
- [sbintuitions/JMTEB-lite](https://huggingface.co/datasets/sbintuitions/JMTEB-lite)
|
| 89 |
+
|
| 90 |
+
|
| 91 |
+
## How to evaluate on this task
|
| 92 |
+
|
| 93 |
+
You can evaluate an embedding model on this dataset using the following code:
|
| 94 |
+
|
| 95 |
+
```python
|
| 96 |
+
import mteb
|
| 97 |
+
|
| 98 |
+
task = mteb.get_task("MIRACLJaRetrievalLite")
|
| 99 |
+
evaluator = mteb.MTEB([task])
|
| 100 |
+
|
| 101 |
+
model = mteb.get_model(YOUR_MODEL)
|
| 102 |
+
evaluator.run(model)
|
| 103 |
+
```
|
| 104 |
+
|
| 105 |
+
<!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
|
| 106 |
+
To learn more about how to run models on `mteb` task check out the [GitHub repository](https://github.com/embeddings-benchmark/mteb).
|
| 107 |
+
|
| 108 |
+
## Citation
|
| 109 |
+
|
| 110 |
+
If you use this dataset, please cite the dataset as well as [mteb](https://github.com/embeddings-benchmark/mteb), as this dataset likely includes additional processing as a part of the [MMTEB Contribution](https://github.com/embeddings-benchmark/mteb/tree/main/docs/mmteb).
|
| 111 |
+
|
| 112 |
+
```bibtex
|
| 113 |
+
|
| 114 |
+
@article{10.1162/tacl_a_00595,
|
| 115 |
+
author = {Zhang, Xinyu and Thakur, Nandan and Ogundepo, Odunayo and Kamalloo, Ehsan and Alfonso-Hermelo, David
|
| 116 |
+
and Li, Xiaoguang and Liu, Qun and Rezagholizadeh, Mehdi and Lin, Jimmy},
|
| 117 |
+
doi = {10.1162/tacl_a_00595},
|
| 118 |
+
journal = {Transactions of the Association for Computational Linguistics},
|
| 119 |
+
pages = {1114-1131},
|
| 120 |
+
title = {{MIRACL: A Multilingual Retrieval Dataset Covering 18 Diverse Languages}},
|
| 121 |
+
volume = {11},
|
| 122 |
+
year = {2023},
|
| 123 |
+
}
|
| 124 |
+
|
| 125 |
+
@misc{jmteb_lite,
|
| 126 |
+
author = {Li, Shengzhe and Ohagi, Masaya and Ri, Ryokan and Fukuchi, Akihiko and Shibata, Tomohide
|
| 127 |
+
and Kawahara, Daisuke},
|
| 128 |
+
howpublished = {\url{https://huggingface.co/datasets/sbintuitions/JMTEB-lite}},
|
| 129 |
+
title = {{J}{M}{T}{E}{B}-lite: {T}he {L}ightweight {V}ersion of {JMTEB}},
|
| 130 |
+
year = {2025},
|
| 131 |
+
}
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
@article{enevoldsen2025mmtebmassivemultilingualtext,
|
| 135 |
+
title={MMTEB: Massive Multilingual Text Embedding Benchmark},
|
| 136 |
+
author={Kenneth Enevoldsen and Isaac Chung and Imene Kerboua and Márton Kardos and Ashwin Mathur and David Stap and Jay Gala and Wissam Siblini and Dominik Krzemiński and Genta Indra Winata and Saba Sturua and Saiteja Utpala and Mathieu Ciancone and Marion Schaeffer and Gabriel Sequeira and Diganta Misra and Shreeya Dhakal and Jonathan Rystrøm and Roman Solomatin and Ömer Çağatan and Akash Kundu and Martin Bernstorff and Shitao Xiao and Akshita Sukhlecha and Bhavish Pahwa and Rafał Poświata and Kranthi Kiran GV and Shawon Ashraf and Daniel Auras and Björn Plüster and Jan Philipp Harries and Loïc Magne and Isabelle Mohr and Mariya Hendriksen and Dawei Zhu and Hippolyte Gisserot-Boukhlef and Tom Aarsen and Jan Kostkan and Konrad Wojtasik and Taemin Lee and Marek Šuppa and Crystina Zhang and Roberta Rocca and Mohammed Hamdy and Andrianos Michail and John Yang and Manuel Faysse and Aleksei Vatolin and Nandan Thakur and Manan Dey and Dipam Vasani and Pranjal Chitale and Simone Tedeschi and Nguyen Tai and Artem Snegirev and Michael Günther and Mengzhou Xia and Weijia Shi and Xing Han Lù and Jordan Clive and Gayatri Krishnakumar and Anna Maksimova and Silvan Wehrli and Maria Tikhonova and Henil Panchal and Aleksandr Abramov and Malte Ostendorff and Zheng Liu and Simon Clematide and Lester James Miranda and Alena Fenogenova and Guangyu Song and Ruqiya Bin Safi and Wen-Ding Li and Alessia Borghini and Federico Cassano and Hongjin Su and Jimmy Lin and Howard Yen and Lasse Hansen and Sara Hooker and Chenghao Xiao and Vaibhav Adlakha and Orion Weller and Siva Reddy and Niklas Muennighoff},
|
| 137 |
+
publisher = {arXiv},
|
| 138 |
+
journal={arXiv preprint arXiv:2502.13595},
|
| 139 |
+
year={2025},
|
| 140 |
+
url={https://arxiv.org/abs/2502.13595},
|
| 141 |
+
doi = {10.48550/arXiv.2502.13595},
|
| 142 |
+
}
|
| 143 |
+
|
| 144 |
+
@article{muennighoff2022mteb,
|
| 145 |
+
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
|
| 146 |
+
title = {MTEB: Massive Text Embedding Benchmark},
|
| 147 |
+
publisher = {arXiv},
|
| 148 |
+
journal={arXiv preprint arXiv:2210.07316},
|
| 149 |
+
year = {2022}
|
| 150 |
+
url = {https://arxiv.org/abs/2210.07316},
|
| 151 |
+
doi = {10.48550/ARXIV.2210.07316},
|
| 152 |
+
}
|
| 153 |
+
```
|
| 154 |
+
|
| 155 |
+
# Dataset Statistics
|
| 156 |
+
<details>
|
| 157 |
+
<summary> Dataset Statistics</summary>
|
| 158 |
+
|
| 159 |
+
The following code contains the descriptive statistics from the task. These can also be obtained using:
|
| 160 |
+
|
| 161 |
+
```python
|
| 162 |
+
import mteb
|
| 163 |
+
|
| 164 |
+
task = mteb.get_task("MIRACLJaRetrievalLite")
|
| 165 |
+
|
| 166 |
+
desc_stats = task.metadata.descriptive_stats
|
| 167 |
+
```
|
| 168 |
+
|
| 169 |
+
```json
|
| 170 |
+
{}
|
| 171 |
+
```
|
| 172 |
+
|
| 173 |
+
</details>
|
| 174 |
+
|
| 175 |
+
---
|
| 176 |
+
*This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*
|
corpus/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63e96fe7f4d53ec8c1ea1694c067cf39a5fef9d44bfcd3f8f1505950a1ba5692
|
| 3 |
+
size 35738387
|
qrels/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d9dcc7407ca643db6f6146722da1d4e5e63390e0efb23000bc1e463aa1e8d97e
|
| 3 |
+
size 23773
|
queries/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79b8a4ba3c1c03e557ef07db53de26412fa7f3cbdb1da8fda6e0b200be76173e
|
| 3 |
+
size 33541
|