asvspoof-challenge / 2021

ASVspoof 2021 Baseline Systems
198 stars 76 forks source link

How can I find the meaning of the A codes in the DF toy dataset? For instance, A0, A1 ... #20

Closed zahrakhanjani128 closed 1 year ago

TonyWangX commented 1 year ago

Hi, do you mean the labels in the protocol.txt file?

The labels A01 and so on are the IDs of the speech synthesis systems (either text-to-speech or voice conversion).

These systems are described in https://doi.org/10.1016/j.csl.2020.101114 (or Arxiv version: https://arxiv.org/abs/1911.01601)

Note:

  1. The ASVspoof2021 DF task requires the participants to use the ASVspoof2019 LA training set to train their models. All the labels of the speech synthesis systems are described in the above document. The toy dataset is a small portion of the ASVspoof2019 LA dataset.
  2. The ASVspoof2021 DF task evaluation data contains not only data from the ASVspoof2019 LA test set but also data from other sources. The evaluation condition is also more complicated, and the labels of the evaluation data are enriched. Please check this: https://github.com/asvspoof-challenge/2021/tree/main/eval-package
zahrakhanjani128 commented 1 year ago

Great! Thanks for the clarification