Commit
·
a5706ba
1
Parent(s):
62bc2ef
Update README.md
Browse files
README.md
CHANGED
@@ -9,8 +9,8 @@ pinned: false
|
|
9 |
|
10 |
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
11 |
<p class="lg:col-span-3">
|
12 |
-
The End-to-end Speech Challenge (ESC) is a benchmark for assessing ASR systems on a collection of eight
|
13 |
-
|
14 |
<a href="https://huggingface.co/datasets/esc-bench/esc-datasets" class="block overflow-hidden group">
|
15 |
<div
|
16 |
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
|
@@ -47,6 +47,8 @@ pinned: false
|
|
47 |
<div class="underline">ESC Leaderboard</div>
|
48 |
</a>
|
49 |
<p class="lg:col-span-3">
|
50 |
-
|
|
|
|
|
51 |
</p>
|
52 |
</div>
|
|
|
9 |
|
10 |
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
11 |
<p class="lg:col-span-3">
|
12 |
+
The End-to-end Speech Challenge (ESC) is a benchmark for assessing ASR systems on a collection of eight speech recognition datasets. ESC consists of:
|
13 |
+
</p>
|
14 |
<a href="https://huggingface.co/datasets/esc-bench/esc-datasets" class="block overflow-hidden group">
|
15 |
<div
|
16 |
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
|
|
|
47 |
<div class="underline">ESC Leaderboard</div>
|
48 |
</a>
|
49 |
<p class="lg:col-span-3">
|
50 |
+
The ESC datasets are sourced from 11 different domains and cover a range of audio and text distributions (speaking styles, background noise, transcription requirements). There is no restriction on architecture or training data: any system capable of processing audio inputs and generating the corresponding transcriptions is eligible to participate. The only constraint is that systems must use the same training and evaluation algorithms across datasets and may not use any dataset-specific pre- or post-processing. The datasets in ESC are selected to favour systems that can generalise to different datasets and domains. Overall, the objective of ESC is to encourage the research of more multi-domain ASR systems.
|
51 |
+
</b >
|
52 |
+
ESC was proposed in ESC: A Benchmark For Multi-Domain End-to-End Speech Recognition by ... For more information, see the official submission on <a href="https://openreview.net/forum?id=9OL2fIfDLK" class="underline">OpenReview.net</a> or the blog post at <a href="https://openreview.net/forum?id=9OL2fIfDLK" class="underline">ESC Benchmark (TODO)</a>.
|
53 |
</p>
|
54 |
</div>
|