VoiceTrace: A Benchmark and Retrieval Framework for Who-Said-What Speech Retrieval
Benchmark Construction
VoiceTrace-Bench evaluates hybrid speech retrieval across single- and multi-speaker scenarios: each query pairs a text query with a reference speech utterance, and a candidate document is relevant only if the queried content is spoken by the speaker specified in the reference speech.
We build it from four corpora — VoxCeleb / VoxCeleb2 (single-speaker) and VoxConverse / Seamless Interaction (multi-speaker) — through three steps:
- Sampling: pair reference speech and candidate documents per speaker (single-speaker), or via diarization for target speakers within multi-speaker segments
- Query generation & verification: transcribe with Qwen3-ASR, generate text queries with DeepSeek-Chat, then automatically verify relevance
- Manual quality control: human review and audio editing on the evaluation set
This yields 46K single-speaker and 140K multi-speaker training samples, plus a manually verified evaluation set of 1,580 single-speaker and 500 multi-speaker samples.
VoiceTrace-Bench Samples
Dataset Processing Pipeline
Prompts — Single-speaker
Prompts — Multi-speaker
Processing Examples
License
The repository is licensed under CC BY-NC 4.0 (Creative Commons Attribution-NonCommercial 4.0 International).
Acknowledgements
- VoxCeleb / VoxCeleb2 for providing large-scale benchmark datasets for speaker-related research.
- VoxConverse for providing multi-speaker conversational recordings with diarization annotations.
- Seamless Interaction for open-source resources that support speech and multimodal interaction research.
Citation
If you find this work useful, please consider contributing to this repo and citing:
@misc{yee2026voicetrace,
title={VoiceTrace: A Benchmark and Retrieval Framework for Who-Said-What Speech Retrieval},
author={Aaron Yee and Fengjie Lu and Jiarui Hai and Chenang Jiang and Helin Wang and Siwei Tu and Weitao You and Lingyun Sun},
year={2026},
eprint={2609.18521},
archivePrefix={arXiv},
primaryClass={cs.SD},
url={https://arxiv.org/abs/2609.18521},
}