File size: 1,882 Bytes
1e476a3
 
 
 
 
 
 
 
 
0cd9165
 
1e476a3
59f425c
 
 
3408d57
 
 
cc09ee8
 
 
2b4e523
 
 
8d124bf
 
 
37e9c7d
 
 
e4d4a20
 
 
 
 
1e476a3
 
 
 
 
45e02fa
 
176371e
 
b5a1898
 
210b511
 
59f425c
 
3408d57
 
1e476a3
e8307f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 33151646487.314
    num_examples: 152842
  - name: dev
    num_bytes: 5337234537.496
    num_examples: 29459
  - name: test_clean
    num_bytes: 371033002.14
    num_examples: 2620
  - name: test_other
    num_bytes: 356294359.949
    num_examples: 2939
  - name: dev_clean
    num_bytes: 359418612.521
    num_examples: 2703
  - name: dev_other
    num_bytes: 335212385.28
    num_examples: 2864
  - name: test_1h
    num_bytes: 5187961956.584
    num_examples: 24256
  download_size: 46937023790
  dataset_size: 45098801341.28399
configs:
- config_name: default
  data_files:
  - split: test_clean
    path: data/test_clean-*
  - split: test_other
    path: data/test_other-*
  - split: dev_clean
    path: data/dev_clean-*
  - split: dev_other
    path: data/dev_other-*
  - split: test_1h
    path: data/test_1h-*
  - split: train
    path: data/train-*
  - split: dev
    path: data/dev-*
---

### The Interspeech 2024 Challenge on Speech Processing Using Discrete Units
- Paper: https://www.isca-archive.org/interspeech_2024/chang24b_interspeech.html
- Arxiv: https://arxiv.org/abs/2406.07725
- Challenge details: https://www.wavlab.org/activities/2024/Interspeech2024-Discrete-Speech-Unit-Challenge/

To cite:
```
@inproceedings{chang24b_interspeech,
  title     = {The Interspeech 2024 Challenge on Speech Processing Using Discrete Units},
  author    = {Xuankai Chang and Jiatong Shi and Jinchuan Tian and Yuning Wu and Yuxun Tang and Yihan Wu and Shinji Watanabe and Yossi Adi and Xie Chen and Qin Jin},
  year      = {2024},
  booktitle = {Interspeech 2024},
  pages     = {2559--2563},
  doi       = {10.21437/Interspeech.2024-1878},
  issn      = {2958-1796},
}
```