BioVITAI2ARetrieval / README.md
myang333's picture
Upload dataset
5545bc9 verified
|
Raw
History Blame Contribute Delete
15.8 kB
---
annotations_creators:
- derived
language:
- eng
license: unknown
multilinguality: monolingual
source_datasets:
- myang333/BioVITAI2ARetrieval
task_categories:
- other
task_ids: []
dataset_info:
- config_name: unseen_genus-corpus
features:
- name: id
dtype: string
- name: audio
dtype: audio
- name: taxon
dtype: string
splits:
- name: test
num_bytes: 2000087749
num_examples: 1024
download_size: 1999855244
dataset_size: 2000087749
- config_name: unseen_genus-qrels
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int64
splits:
- name: test
num_bytes: 202275
num_examples: 4514
download_size: 20885
dataset_size: 202275
- config_name: unseen_genus-queries
features:
- name: image
dtype: image
- name: id
dtype: string
- name: correct_taxon
dtype: string
- name: candidate_taxa
list: string
splits:
- name: test
num_bytes: 1208136859
num_examples: 992
download_size: 1208183220
dataset_size: 1208136859
- config_name: unseen_genus-top_ranked
features:
- name: query-id
dtype: string
- name: corpus-ids
list: string
splits:
- name: test
num_bytes: 2882193
num_examples: 992
download_size: 2863616
dataset_size: 2882193
- config_name: unseen_species-corpus
features:
- name: id
dtype: string
- name: audio
dtype: audio
- name: taxon
dtype: string
splits:
- name: test
num_bytes: 2000097840
num_examples: 1024
download_size: 1999859911
dataset_size: 2000097840
- config_name: unseen_species-qrels
features:
- name: query-id
dtype: string
- name: corpus-id
dtype: string
- name: score
dtype: int64
splits:
- name: test
num_bytes: 238939
num_examples: 4223
download_size: 27441
dataset_size: 238939
- config_name: unseen_species-queries
features:
- name: image
dtype: image
- name: id
dtype: string
- name: correct_taxon
dtype: string
- name: candidate_taxa
list: string
splits:
- name: test
num_bytes: 1671228562
num_examples: 1352
download_size: 1622863256
dataset_size: 1671228562
- config_name: unseen_species-top_ranked
features:
- name: query-id
dtype: string
- name: corpus-ids
list: string
splits:
- name: test
num_bytes: 2944508
num_examples: 1352
download_size: 2904708
dataset_size: 2944508
configs:
- config_name: unseen_genus-corpus
data_files:
- split: test
path: unseen_genus-corpus/test-*
- config_name: unseen_genus-qrels
data_files:
- split: test
path: unseen_genus-qrels/test-*
- config_name: unseen_genus-queries
data_files:
- split: test
path: unseen_genus-queries/test-*
- config_name: unseen_genus-top_ranked
data_files:
- split: test
path: unseen_genus-top_ranked/test-*
- config_name: unseen_species-corpus
data_files:
- split: test
path: unseen_species-corpus/test-*
- config_name: unseen_species-qrels
data_files:
- split: test
path: unseen_species-qrels/test-*
- config_name: unseen_species-queries
data_files:
- split: test
path: unseen_species-queries/test-*
- config_name: unseen_species-top_ranked
data_files:
- split: test
path: unseen_species-top_ranked/test-*
tags:
- mteb
- image
- audio
---
<!-- adapted from https://github.com/huggingface/huggingface_hub/blob/v0.30.2/src/huggingface_hub/templates/datasetcard_template.md -->
<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;">
<h1 style="font-size: 3.5rem; color: #1a1a1a; margin: 0 0 20px 0; letter-spacing: 2px; font-weight: 700;">BioVITAI2ARetrieval</h1>
<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>
<div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
</div>
Measures whether a photograph of an animal can retrieve that animal's call. Each query is a wildlife photograph, and the model ranks 100 candidate taxa -- the photographed taxon plus 99 distractors -- over an index of 1,024 field recordings, where a taxon is represented by every recording of that taxon. A taxon scores its best-matching recording and the 100 taxa are ranked by that score, so the reported `taxon_top_k_accuracy` is taxon-level rather than document-level. Runs 1,352 queries at species level and 992 at genus level over BioVITA's held-out `unseen` split: 325 species excluded from training and the 225 genera they belong to.
| | |
|---------------|---------------------------------------------|
| Task category | Any2AnyRetrieval (image-to-audio) |
| Domains | Bioacoustics, Nature, Encyclopaedic |
| Reference | [CVPR](https://arxiv.org/abs/2603.23883) |
Source datasets:
- [myang333/BioVITAI2ARetrieval](https://huggingface.co/datasets/myang333/BioVITAI2ARetrieval)
## How to evaluate on this task
You can evaluate an embedding model on this dataset using the following code:
```python
import mteb
task = mteb.get_task("BioVITAI2ARetrieval")
model = mteb.get_model(YOUR_MODEL)
mteb.evaluate(model, task)
```
<!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
To learn more about how to run models on `mteb` task check out the [GitHub repository](https://github.com/embeddings-benchmark/mteb).
## Citation
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).
```bibtex
@inproceedings{shinoda2026biovita,
author = {Shinoda, Risa and Shiohara, Kaede and Inoue, Nakamasa and Saito, Kuniaki and Santo, Hiroaki and Okura, Fumio},
booktitle = {CVPR},
title = {BioVITA: Biological Dataset, Model, and Benchmark for Visual-Textual-Acoustic Alignment},
year = {2026},
}
@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
<details>
<summary> Dataset Statistics</summary>
The following code contains the descriptive statistics from the task. These can also be obtained using:
```python
import mteb
task = mteb.get_task("BioVITAI2ARetrieval")
desc_stats = task.metadata.descriptive_stats
```
```json
{
"test": {
"num_samples": 4392,
"num_queries": 2344,
"num_documents": 2048,
"number_of_characters": 0,
"documents_text_statistics": null,
"documents_image_statistics": null,
"documents_audio_statistics": {
"total_duration_seconds": 71848.88065304422,
"min_duration_seconds": 0.8950113378684807,
"average_duration_seconds": 35.08246125636925,
"max_duration_seconds": 1309.9591836734694,
"unique_audios": 1024,
"average_sampling_rate": 45253.125,
"sampling_rates": {
"48000": 506,
"44100": 1492,
"24000": 4,
"22050": 24,
"200000": 2,
"32000": 4,
"16000": 6,
"96000": 6,
"192000": 4
}
},
"documents_video_statistics": null,
"queries_text_statistics": null,
"queries_image_statistics": {
"min_image_width": 240,
"average_image_width": 1671.6847269624573,
"max_image_width": 2048,
"min_image_height": 180,
"average_image_height": 1340.4658703071673,
"max_image_height": 2048,
"unique_images": 1796
},
"queries_audio_statistics": null,
"queries_video_statistics": null,
"relevant_docs_statistics": {
"num_relevant_docs": 8737,
"min_relevant_docs_per_query": 3,
"average_relevant_docs_per_query": 3.7273890784982937,
"max_relevant_docs_per_query": 28,
"unique_relevant_docs": 1842
},
"top_ranked_statistics": {
"num_top_ranked": 831389,
"min_top_ranked_per_query": 299,
"average_top_ranked_per_query": 354.68813993174064,
"max_top_ranked_per_query": 496
},
"hf_subset_descriptive_stats": {
"unseen_species": {
"num_samples": 2376,
"num_queries": 1352,
"num_documents": 1024,
"number_of_characters": 0,
"documents_text_statistics": null,
"documents_image_statistics": null,
"documents_audio_statistics": {
"total_duration_seconds": 35924.44032652211,
"min_duration_seconds": 0.8950113378684807,
"average_duration_seconds": 35.08246125636925,
"max_duration_seconds": 1309.9591836734694,
"unique_audios": 1024,
"average_sampling_rate": 45253.125,
"sampling_rates": {
"48000": 253,
"44100": 746,
"24000": 2,
"22050": 12,
"200000": 1,
"32000": 2,
"16000": 3,
"96000": 3,
"192000": 2
}
},
"documents_video_statistics": null,
"queries_text_statistics": null,
"queries_image_statistics": {
"min_image_width": 240,
"average_image_width": 1674.1471893491125,
"max_image_width": 2048,
"min_image_height": 180,
"average_image_height": 1341.1301775147929,
"max_image_height": 2048,
"unique_images": 1346
},
"queries_audio_statistics": null,
"queries_video_statistics": null,
"relevant_docs_statistics": {
"num_relevant_docs": 4223,
"min_relevant_docs_per_query": 3,
"average_relevant_docs_per_query": 3.1235207100591715,
"max_relevant_docs_per_query": 10,
"unique_relevant_docs": 903
},
"top_ranked_statistics": {
"num_top_ranked": 418290,
"min_top_ranked_per_query": 299,
"average_top_ranked_per_query": 309.3860946745562,
"max_top_ranked_per_query": 327
}
},
"unseen_genus": {
"num_samples": 2016,
"num_queries": 992,
"num_documents": 1024,
"number_of_characters": 0,
"documents_text_statistics": null,
"documents_image_statistics": null,
"documents_audio_statistics": {
"total_duration_seconds": 35924.44032652211,
"min_duration_seconds": 0.8950113378684807,
"average_duration_seconds": 35.08246125636925,
"max_duration_seconds": 1309.9591836734694,
"unique_audios": 1024,
"average_sampling_rate": 45253.125,
"sampling_rates": {
"48000": 253,
"44100": 746,
"24000": 2,
"22050": 12,
"200000": 1,
"32000": 2,
"16000": 3,
"96000": 3,
"192000": 2
}
},
"documents_video_statistics": null,
"queries_text_statistics": null,
"queries_image_statistics": {
"min_image_width": 358,
"average_image_width": 1668.328629032258,
"max_image_width": 2048,
"min_image_height": 269,
"average_image_height": 1339.5604838709678,
"max_image_height": 2048,
"unique_images": 990
},
"queries_audio_statistics": null,
"queries_video_statistics": null,
"relevant_docs_statistics": {
"num_relevant_docs": 4514,
"min_relevant_docs_per_query": 3,
"average_relevant_docs_per_query": 4.550403225806452,
"max_relevant_docs_per_query": 28,
"unique_relevant_docs": 939
},
"top_ranked_statistics": {
"num_top_ranked": 413099,
"min_top_ranked_per_query": 357,
"average_top_ranked_per_query": 416.4304435483871,
"max_top_ranked_per_query": 496
}
}
}
}
}
```
</details>
---
*This dataset card was automatically generated using [MTEB](https://github.com/embeddings-benchmark/mteb)*