Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
12
12
image
imagewidth (px)
176
640
000000391895
000000060623
000000483108
000000384213
000000386164
000000223648
000000403385
000000294832
000000462565
000000436141
000000192440
000000001146
000000559665
000000394240
000000491497
000000184791
000000579664
000000550529
000000348881
000000560623
000000561100
000000354533
000000334321
000000368117
000000165547
000000455859
000000290570
000000281455
000000017756
000000305821
000000459374
000000208589
000000358342
000000074711
000000058636
000000197461
000000165029
000000336777
000000472795
000000182784
000000458052
000000026942
000000418281
000000535292
000000085329
000000451872
000000314294
000000516750
000000069946
000000109005
000000553442
000000261779
000000198448
000000329717
000000341393
000000299319
000000288955
000000426578
000000064710
000000180447
000000075162
000000516316
000000562121
000000129637
000000444444
000000503005
000000316795
000000375840
000000147980
000000034180
000000169802
000000430961
000000570465
000000356708
000000362368
000000216228
000000448365
000000472854
000000127451
000000299116
000000066412
000000410002
000000507065
000000415746
000000071171
000000292301
000000550627
000000244339
000000284350
000000309120
000000467477
000000154971
000000295837
000000321214
000000224757
000000182245
000000199551
000000239347
000000353830
000000301102
End of preview. Expand in Data Studio

SpokenCOCOA2IRetrieval

An MTEB dataset
Massive Text Embedding Benchmark

SpokenCOCO pairs MS COCO images with recordings of human speakers reading the corresponding English captions. This task uses the 5,000-image Karpathy test split with 25,031 spoken captions. Queries are spoken captions and the corpus contains images; the goal is to retrieve the image described by each recording.

Source datasets:

How to evaluate on this task

You can evaluate an embedding model on this dataset using the following code:

import mteb

task = mteb.get_task("SpokenCOCOA2IRetrieval")
model = mteb.get_model(YOUR_MODEL)
mteb.evaluate(model, task)

To learn more about how to run models on mteb task check out the GitHub repository.

Citation

If you use this dataset, please cite the dataset as well as mteb, as this dataset likely includes additional processing as a part of the MMTEB Contribution.


@inproceedings{hsu-etal-2021-text,
  author = {Hsu, Wei-Ning and Harwath, David and Miller, Tyler and Song, Christopher and Glass, James},
  booktitle = {Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics and the 11th International Joint Conference on Natural Language Processing (Volume 1: Long Papers)},
  doi = {10.18653/v1/2021.acl-long.411},
  pages = {5284--5300},
  title = {Text-Free Image-to-Speech Synthesis Using Learned Segmental Units},
  year = {2021},
}


@article{enevoldsen2025mmtebmassivemultilingualtext,
  title={MMTEB: Massive Multilingual Text Embedding Benchmark},
  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},
  publisher = {arXiv},
  journal={arXiv preprint arXiv:2502.13595},
  year={2025},
  url={https://arxiv.org/abs/2502.13595},
  doi = {10.48550/arXiv.2502.13595},
}

@article{muennighoff2022mteb,
  author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
  title = {MTEB: Massive Text Embedding Benchmark},
  publisher = {arXiv},
  journal={arXiv preprint arXiv:2210.07316},
  year = {2022}
  url = {https://arxiv.org/abs/2210.07316},
  doi = {10.48550/ARXIV.2210.07316},
}

Dataset Statistics

Dataset Statistics

The following code contains the descriptive statistics from the task. These can also be obtained using:

import mteb

task = mteb.get_task("SpokenCOCOA2IRetrieval")

desc_stats = task.metadata.descriptive_stats
{
    "test": {
        "num_samples": 30031,
        "num_queries": 25031,
        "num_documents": 5000,
        "number_of_characters": 0,
        "documents_text_statistics": null,
        "documents_image_statistics": {
            "min_image_width": 176,
            "average_image_width": 575.4466,
            "max_image_width": 640,
            "min_image_height": 144,
            "average_image_height": 486.273,
            "max_image_height": 640,
            "unique_images": 5000
        },
        "documents_audio_statistics": null,
        "documents_video_statistics": null,
        "queries_text_statistics": null,
        "queries_image_statistics": null,
        "queries_audio_statistics": {
            "total_duration_seconds": 108435.1856875,
            "min_duration_seconds": 1.1946875,
            "average_duration_seconds": 4.332035703227997,
            "max_duration_seconds": 24.8918125,
            "unique_audios": 25031,
            "average_sampling_rate": 16000.0,
            "sampling_rates": {
                "16000": 25031
            }
        },
        "queries_video_statistics": null,
        "relevant_docs_statistics": {
            "num_relevant_docs": 25031,
            "min_relevant_docs_per_query": 1,
            "average_relevant_docs_per_query": 1.0,
            "max_relevant_docs_per_query": 1,
            "unique_relevant_docs": 5000
        },
        "top_ranked_statistics": null
    }
}

This dataset card was automatically generated using MTEB

Downloads last month
90

Papers for whybe-choi/SpokenCOCOA2IRetrieval