File size: 1,865 Bytes
8b09c03
9594d68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19da676
9594d68
 
 
 
 
 
 
 
 
 
 
 
 
 
0d7002f
9594d68
 
 
 
8b09c03
 
d16f234
9594d68
 
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
<!DOCTYPE html>
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
	<p class="lg:col-span-3">
XTREME-S is a benchmark for evaluating universal cross-lingual speech representations in many languages. XTREME-S consists of:
  </p>
	<a
		href="https://arxiv.org/abs/2203.10752"
		class="block overflow-hidden"
	>
		<div class="flex items-center h-40 rounded-lg px-4 mb-2" style="background-color: #FAFBFC;">
			<pre
				class="break-words leading-1 whitespace-pre-line text-xl text-gray-800">
	πŸ“š Paper
		</pre>
		</div>
	</a>
	<a href="https://huggingface.co/datasets/google/xtreme_s" class="block overflow-hidden group">
		<div class="flex items-center h-40 rounded-lg px-4 mb-2" style="background-color: #FAFBFC;">
			<pre
				class="break-words leading-1 whitespace-pre-line text-xl text-gray-800">
	πŸ€— Datasets
		</pre>
		</div>
	</a>
	<a
		href="https://huggingface.co/spaces/xtreme-s/leaderboard"
		class="block overflow-hidden group"
	>
		<div class="flex items-center h-40 rounded-lg px-4 mb-2" style="background-color: #FAFBFC;">
			<pre
				class="break-words leading-1 whitespace-pre-line text-xl text-gray-800">
	πŸ† Leaderboard and Submission
		</pre>
		</div>
	</a>
    <p class="lg:col-span-3">
        XTREME-S covers four task families: speech recognition, classification, speech-to-text translation and retrieval. Covering 102 languages from 10+ language families, 3 different domains and 4 task families, XTREME-S aims to simplify multilingual speech representation evaluation, as well as catalyze research in "universal" speech representation learning.<br />
        <br />
        XTREME-S was proposed in the paper <i>XTREME-S: Evaluating Cross-lingual Speech Representations</i> by Conneua et. al. in 2022. For more information, see the official paper on <a  href="https://arxiv.org/abs/2203.10752"  class="underline">Arxiv</a>.
	</p>
</div>