Datasets:
mteb
/

Modalities:
Text
Formats:
parquet
Languages:
Japanese
ArXiv:
Libraries:
Datasets
Dask
License:
Samoed lsz05 commited on
Commit
860965f
·
verified ·
0 Parent(s):

Duplicate from lsz05/JaqketRetrievalLite

Browse files

Co-authored-by: Shengzhe Li <lsz05@users.noreply.huggingface.co>

.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,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - human-annotated
4
+ language:
5
+ - jpn
6
+ license: cc-by-sa-4.0
7
+ multilinguality: monolingual
8
+ source_datasets:
9
+ - sbintuitions/JMTEB-lite
10
+ task_categories:
11
+ - text-retrieval
12
+ - multiple-choice-qa
13
+ - question-answering
14
+ task_ids:
15
+ - multiple-choice-qa
16
+ - question-answering
17
+ dataset_info:
18
+ - config_name: corpus
19
+ features:
20
+ - name: id
21
+ dtype: string
22
+ - name: text
23
+ dtype: string
24
+ - name: title
25
+ dtype: string
26
+ splits:
27
+ - name: test
28
+ num_bytes: 713563861
29
+ num_examples: 65802
30
+ download_size: 398144955
31
+ dataset_size: 713563861
32
+ - config_name: qrels
33
+ features:
34
+ - name: query-id
35
+ dtype: string
36
+ - name: corpus-id
37
+ dtype: string
38
+ - name: score
39
+ dtype: int64
40
+ splits:
41
+ - name: test
42
+ num_bytes: 44558
43
+ num_examples: 997
44
+ download_size: 21809
45
+ dataset_size: 44558
46
+ - config_name: queries
47
+ features:
48
+ - name: id
49
+ dtype: string
50
+ - name: text
51
+ dtype: string
52
+ splits:
53
+ - name: test
54
+ num_bytes: 167360
55
+ num_examples: 997
56
+ download_size: 100977
57
+ dataset_size: 167360
58
+ configs:
59
+ - config_name: corpus
60
+ data_files:
61
+ - split: test
62
+ path: corpus/test-*
63
+ - config_name: qrels
64
+ data_files:
65
+ - split: test
66
+ path: qrels/test-*
67
+ - config_name: queries
68
+ data_files:
69
+ - split: test
70
+ path: queries/test-*
71
+ tags:
72
+ - mteb
73
+ - text
74
+ ---
75
+ <!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
76
+
77
+ <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;">
78
+ <h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">JaqketRetrievalLite</h1>
79
+ <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>
80
+ <div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
81
+ </div>
82
+
83
+ JAQKET (JApanese Questions on Knowledge of EnTities) is a QA dataset created based on quiz questions. This is the lightweight version with a reduced corpus (65,802 documents) constructed using hard negatives from 5 high-performance models.
84
+
85
+ | | |
86
+ |---------------|---------------------------------------------|
87
+ | Task category | t2t |
88
+ | Domains | Encyclopaedic, Non-fiction, Written |
89
+ | Reference | https://github.com/kumapo/JAQKET-dataset |
90
+
91
+ Source datasets:
92
+ - [sbintuitions/JMTEB-lite](https://huggingface.co/datasets/sbintuitions/JMTEB-lite)
93
+
94
+
95
+ ## How to evaluate on this task
96
+
97
+ You can evaluate an embedding model on this dataset using the following code:
98
+
99
+ ```python
100
+ import mteb
101
+
102
+ task = mteb.get_task("JaqketRetrievalLite")
103
+ evaluator = mteb.MTEB([task])
104
+
105
+ model = mteb.get_model(YOUR_MODEL)
106
+ evaluator.run(model)
107
+ ```
108
+
109
+ <!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
110
+ To learn more about how to run models on `mteb` task check out the [GitHub repository](https://github.com/embeddings-benchmark/mteb).
111
+
112
+ ## Citation
113
+
114
+ 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).
115
+
116
+ ```bibtex
117
+
118
+ @inproceedings{Kurihara_nlp2020,
119
+ author = {鈴木正敏 and 鈴木潤 and 松田耕史 and ⻄田京介 and 井之上直也},
120
+ booktitle = {言語処理学会第26回年次大会},
121
+ note = {in Japanese},
122
+ title = {JAQKET: クイズを題材にした日本語 QA データセットの構築},
123
+ url = {https://www.anlp.jp/proceedings/annual_meeting/2020/pdf_dir/P2-24.pdf},
124
+ year = {2020},
125
+ }
126
+ @misc{jmteb_lite,
127
+ author = {Li, Shengzhe and Ohagi, Masaya and Ri, Ryokan and Fukuchi, Akihiko and Shibata, Tomohide
128
+ and Kawahara, Daisuke},
129
+ title = {{J}{M}{T}{E}{B}-lite: {T}he {L}ightweight {V}ersion of {JMTEB}},
130
+ howpublished = {\url{https://huggingface.co/datasets/sbintuitions/JMTEB-lite}},
131
+ year = {2025},
132
+ }
133
+
134
+
135
+ @article{enevoldsen2025mmtebmassivemultilingualtext,
136
+ title={MMTEB: Massive Multilingual Text Embedding Benchmark},
137
+ 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},
138
+ publisher = {arXiv},
139
+ journal={arXiv preprint arXiv:2502.13595},
140
+ year={2025},
141
+ url={https://arxiv.org/abs/2502.13595},
142
+ doi = {10.48550/arXiv.2502.13595},
143
+ }
144
+
145
+ @article{muennighoff2022mteb,
146
+ author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
147
+ title = {MTEB: Massive Text Embedding Benchmark},
148
+ publisher = {arXiv},
149
+ journal={arXiv preprint arXiv:2210.07316},
150
+ year = {2022}
151
+ url = {https://arxiv.org/abs/2210.07316},
152
+ doi = {10.48550/ARXIV.2210.07316},
153
+ }
154
+ ```
155
+
156
+ # Dataset Statistics
157
+ <details>
158
+ <summary> Dataset Statistics</summary>
159
+
160
+ The following code contains the descriptive statistics from the task. These can also be obtained using:
161
+
162
+ ```python
163
+ import mteb
164
+
165
+ task = mteb.get_task("JaqketRetrievalLite")
166
+
167
+ desc_stats = task.metadata.descriptive_stats
168
+ ```
169
+
170
+ ```json
171
+ {}
172
+ ```
173
+
174
+ </details>
175
+
176
+ ---
177
+ *This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*
corpus/test-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:418d4129240c56aa0ae9031f2a7def7c4c2e4ae999ce34f3b0d4958f512c3a84
3
+ size 208936492
corpus/test-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8d567af80b38072c72ae2967fbef7bb980fcab1ccd912f86fea4056dda8cce8
3
+ size 189208463
qrels/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73275816dbcc66ea34da3d9162ea7c9de8e49dd1aac31bc5fcb50834ac904328
3
+ size 21809
queries/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0120bf850bd6323eb4a54c69af318e407a879a73edc6efcff697eabd0073f9
3
+ size 100977