To ensure a fair and standardized evaluation, all participants must adhere to the following rules:
Any attempt to determine the real-world identity of a speaker, or to link speakers in the challenge data to individuals or records in external datasets, services, or metadata (“data recombination”) is strictly forbidden. This includes (but is not limited to) voiceprint matching against external corpora, cross-dataset record linkage, or the use of personally identifying metadata. Violations result in disqualification and notification to the organizers and hosting institutions.
This challenge evaluates speaker verification (same/different identity) on the provided splits. Speaker identification (closed-set or open-set classification among K speakers) is out of scope and will not be scored.
Manual correction or re-labeling of the officially provided challenge data is strictly prohibited.
The use of publicly available, pre-trained models is permitted and encouraged. This includes (but is not limited to):
All pre-trained models used must be explicitly and thoroughly declared in the system description paper, including their source, training data, and how they were integrated into the system.
The use of external, non-speech data for data augmentation (e.g., noise or reverberation from public corpora like MUSAN) is permitted and encouraged, but has to be explicitly and thoroughly disclosed in the system description paper.
Each participating team should submit the results on the evaluation set to the CodaBench platform that will be shared during the evaluation phase.
To be eligible for inclusion in the final ranking and challenge results, participants must submit a system description paper to the dedicated Interspeech 2026 special session.
Each submission must be accompanied by a detailed system description paper in the Interspeech format that specifies:
The following guidelines for preparing submission files and viewing results apply to the TidyVoice Challenge 2026 competition on CodaBench: https://www.codabench.org/competitions/13187/. Please submit your results and check the leaderboard on that page.
Participants must submit a single ZIP file containing similarity scores for both trial lists. To minimize file size, submissions contain only the scores (one per line), without the trial pair names. Scores must be in the exact same order as the trial lists.
Your submission ZIP must contain exactly two files:
submission.zip
├── tv26_eval-A.txt # Scores for Trial List 1 (4,000,000 lines)
└── tv26_eval-U.txt # Scores for Trial List 2 (1,280,000 lines)
Each file contains one score per line:
tv26_eval-A.txt: 4,000,000 scores (one per trial in Trial List 1)tv26_eval-U.txt: 1,280,000 scores (one per trial in Trial List 2)Example (first 5 lines of tv26_eval-A.txt):
0.012345
0.123456
0.234567
0.345678
0.456789
| Requirement | Description |
|---|---|
| Score format | Floating point number (e.g., 0.862541 or -1.234) |
| One score per line | No additional columns, tabs, or spaces |
| Exact line count | Must match the trial list exactly |
| No header | Start directly with scores |
| Correct order | Scores must correspond to trials in the same order as provided |
⚠️ Important: Higher scores indicate higher likelihood that the two utterances are from the same speaker.
Because the website is sensitive to the exact format, naming, and folder structure of submission files, we strongly recommend using our automated validation script to generate your submission file.
The validation script is available at:
prepare_submission.py
This script assumes your score file contains three columns (enrollment, test, score) without headers. The script will:
enroll, test, scoretv26_eval-A.txt and tv26_eval-U.txt filesWe highly recommend using this code to generate your submission file to avoid formatting issues that could result in error on the CodaBench website.
Submit your ZIP file on the TidyVoice Challenge 2026 CodaBench competition page. If your submission is correctly formatted, you will see the EER% for tv26_eval-A.txt displayed automatically.
To view the EER% for tv26_eval-U.txt and minDCFs for both trial lists on CodaBench:
This will display the complete evaluation metrics for your submission.