Datasets:
Add dataset card
Browse files
README.md
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-retrieval
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
- zh
|
| 8 |
+
tags:
|
| 9 |
+
- audio-text-retrieval
|
| 10 |
+
- spoken-query-retrieval
|
| 11 |
+
- mteb
|
| 12 |
+
pretty_name: SQuTR for MTEB
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# SQuTR for MTEB
|
| 16 |
+
|
| 17 |
+
MTEB-ready packaging of [SQuTR](https://huggingface.co/datasets/SLLMCommunity/SQuTR), a bilingual spoken-query-to-text retrieval benchmark.
|
| 18 |
+
|
| 19 |
+
It contains FiQA, HotpotQA, NQ, MedicalRetrieval, DuRetrieval, and T2Retrieval. Each collection includes clean, 20 dB, 10 dB, and 0 dB audio queries.
|
| 20 |
+
|
| 21 |
+
Query transcripts are kept for provenance but are not exposed to evaluated MTEB models.
|
| 22 |
+
|
| 23 |
+
SQuTR's generated data is CC BY-SA 4.0. The packaged corpora and qrels keep their original dataset licenses, including NQ's CC BY-NC-SA 3.0 terms. See the [source dataset](https://huggingface.co/datasets/SLLMCommunity/SQuTR) for details.
|
| 24 |
+
|
| 25 |
+
Source revision: `2f1b041e2e98e0d28ed68fbcf22126ef247eb719`
|
| 26 |
+
|
| 27 |
+
## Citation
|
| 28 |
+
|
| 29 |
+
```bibtex
|
| 30 |
+
@misc{li2026squtrrobustnessbenchmarkspoken,
|
| 31 |
+
author = {Yuejie Li and Ke Yang and Yueying Hua and Berlin Chen and Jianhao Nie and Yueping He and Caixin Kang},
|
| 32 |
+
title = {SQuTR: A Robustness Benchmark for Spoken Query to Text Retrieval under Acoustic Noise},
|
| 33 |
+
year = {2026},
|
| 34 |
+
eprint = {2602.12783},
|
| 35 |
+
archivePrefix = {arXiv},
|
| 36 |
+
primaryClass = {cs.IR},
|
| 37 |
+
url = {https://arxiv.org/abs/2602.12783}
|
| 38 |
+
}
|
| 39 |
+
```
|