<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>SwissText 2021 Task 3: Swiss German Speech to Standard German Text</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Michel Pl u¨ss Lukas Neukom Manfred Vogel</string-name>
          <email>michel.pluess@fhnw.ch</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Institute for Data Science University of Applied Sciences and Arts Northwestern Switzerland Windisch</institution>
          ,
          <country country="CH">Switzerland</country>
        </aff>
      </contrib-group>
      <fpage>5206</fpage>
      <lpage>5210</lpage>
      <abstract>
        <p>We present the results and findings of SwissText 2021 Task 3 on Swiss German Speech to Standard German Text. Participants were asked to build a system translating Swiss German speech to Standard German text. The objective was to maximize the BLEU score on a new test set covering a large part of the Swiss German dialect landscape. Four teams participated, with the winning contribution achieving a BLEU score of 46.0.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1 Introduction</title>
      <p>Swiss German is a family of dialects spoken by
around five million people in Switzerland. It is
different from Standard German regarding phonetics,
vocabulary, morphology, and syntax. Swiss
German is mostly a spoken language. While it is also
used in writing, particularly in informal text
messages, it lacks a standardized writing system. This
leads to difficulties for automated text processing
such as spelling ambiguities and a huge
vocabulary size. Therefore, most use cases for a Swiss
German speech-to-text (STT) system require
Standard German text as output. This can be viewed as
a speech translation problem with similar source
and target languages. For example, the Swiss
German sentence ”Ide Abfahrt hetter de sa¨chsti Platz
beleit” can be translated to the Standard German
sentence ”In der Abfahrt belegte er den sechsten
Platz”. Here, the sentence structure is very similar,
but the past tense changes in Standard German.</p>
      <p>
        Speech-to-text systems for well-resourced
languages like English or Standard German work very
well. Zhang et al. (2020) set the current
state-ofthe-art on the popular LibriSpeech test-other
benchmark
        <xref ref-type="bibr" rid="ref7">(Panayotov et al., 2015)</xref>
        with a word error rate
(WER) of 2.6 %. In comparison, the 2020 shared
task on Swiss German STT
        <xref ref-type="bibr" rid="ref10">(Plu¨ss et al., 2020)</xref>
        , this
task’s predecessor, was won by Bu¨chi et al. (2020)
with a WER of 40.3 %.
      </p>
      <p>The goal of this task is to spur further progress
in the field of Swiss German STT by providing a
larger labeled training set, an additional unlabeled
training set, and a test set with a dialect distribution
similar to the real distribution of Swiss German
dialects in Switzerland.</p>
      <p>The remainder of this paper is structured as
follows: the task, the data, and the evaluation of
submissions are described in section 2. An overview
of the submissions and results of this task can be
found in section 3. Section 4 wraps up the paper
and gives directions for future work.
2</p>
    </sec>
    <sec id="sec-2">
      <title>Task Description</title>
      <p>The objective of the task is to build a
sentencelevel Swiss German speech to Standard German
text speech translation system. The submission
with the best BLEU score (Papineni et al., 2002)
wins. Participants were encouraged to explore and
combine suitable supervised, semi-supervised, and
unsupervised learning approaches.
2.1</p>
      <sec id="sec-2-1">
        <title>Data</title>
        <p>
          We provide two training datasets. The first one is
the Swiss Parliaments Corpus
          <xref ref-type="bibr" rid="ref9">(Plu¨ss et al., 2021)</xref>
          ,
a labeled 293-hours dataset of Swiss German
debates from the Grosser Rat Kanton Bern parliament
with corresponding Standard German
sentencelevel transcriptions1. The second one is an
unlabeled collection of 1208 hours of Swiss German
1https://www.cs.technik.fhnw.ch/
i4ds-datasets
debates from the Gemeinderat Zu¨rich parliament2.
The use of additional datasets is allowed, but has
to be declared in the system description.
        </p>
        <p>The test set created for this task, the All Swiss
German Dialects Test Set, contains 13 hours of
sentence-level Swiss German speech and Standard
German text pairs3. The set is divided into two
equally sized parts, a public part (score on this part
was displayed in the public ranking while the task
was running) and a private part (final ranking is
based on this part, was not available while the task
was running). The texts are from the Common
Voice project4 and were spoken by 178 speakers
from all over Switzerland. It covers a large part of
the Swiss German dialect landscape. Figure 1
compares the test set dialect distribution with the real
distribution of Swiss German dialects in
Switzerland. The comparison highlights the good match
between the test set dialect distribution and the
real distribution. There are some exceptions, e.g.
there is no data from the cantons AI, AR, and OW
due to their small size. Also, BE and SG
speakers are overrepresented whereas ZH speakers are
underrepresented. There was no distinction made
between BL and BS during the collection of the
2https://www.cs.technik.fhnw.ch/
i4ds-datasets</p>
        <p>3https://www.cs.technik.fhnw.ch/
i4ds-datasets</p>
        <p>4https://github.com/common-voice/
common-voice/tree/main/server/data/de
dialect metadata for the test set. BS speakers are
therefore included in BL.
2.2</p>
      </sec>
      <sec id="sec-2-2">
        <title>Evaluation</title>
        <p>
          The submissions are evaluated using BLEU
score (Papineni et al., 2002). Our evaluation script,
which uses the NLTK
          <xref ref-type="bibr" rid="ref4">(Bird et al., 2009)</xref>
          BLEU
implementation, is open-source5. The private part
of the test set is used for the final ranking. The test
set contains the characters a-z, a¨, o¨, u¨, and spaces,
and the participants’ models should support exactly
these. Punctuation and casing are ignored for the
evaluation. Numbers are spelled out. All other
characters are removed from the submission (see
evaluation script for details). Participants were
therefore advised to replace each additional
character in their training set with a sensible replacement.
3
        </p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Results</title>
      <p>Four teams participated in the shared task. Table 1
shows the final ranking.</p>
      <p>
        The team in first place, Arabskyy et al. (2021),
achieved a BLEU score of 46.0. They use a hybrid
system with a lexicon that incorporates translations,
a first pass language model that deals with Swiss
German particularities, an acoustic model
transferlearned from a large Standard German dataset, and
5https://github.com/i4Ds/
swisstext-2021-task-3
unsupervised learning for STT, see e.g.
        <xref ref-type="bibr" rid="ref12 ref8">(Park et al.,
2020)</xref>
        and
        <xref ref-type="bibr" rid="ref3">(Baevski et al., 2020)</xref>
        , none of the
participants made use of the provided unlabeled training
set. This seems to be a promising direction for
further improvements of Swiss German STT given
that the amount of available labeled training data is
      </p>
    </sec>
    <sec id="sec-4">
      <title>Acknowledgments</title>
      <p>a strong neural language model for second pass
rescoring.</p>
      <p>
        Our baseline ranks second with 41.0 BLEU. The
system is described in
        <xref ref-type="bibr" rid="ref9">(Pl u¨ss et al., 2021)</xref>
        (section 5). We train an end-to-end Conformer
        <xref ref-type="bibr" rid="ref6">(Gulati
et al., 2020)</xref>
        model using a hybrid CTC /
attention encoder-decoder framework. The training data
consists of the Swiss Parliaments Corpus
        <xref ref-type="bibr" rid="ref9">(Pl u¨ss
et al., 2021)</xref>
        , an additional 250 hours corpus of
automatically aligned Swiss German parliament
debates, and the Standard German Common Voice
corpus
        <xref ref-type="bibr" rid="ref2">(Ardila et al., 2019)</xref>
        .
      </p>
      <p>The team in third place, Ulasik et al. (2021),
achieved a BLEU score of 39.4. Their approach
combines three models trained on multilingual,
Standard German, and Swiss German data using
ensembling.</p>
      <p>The team called DeJa ranked fourth and achieved
a BLEU score of 17.1. We have not received a
system description for this submission.
4</p>
    </sec>
    <sec id="sec-5">
      <title>Conclusion</title>
      <p>
        We have described SwissText 2021 Task 3 on Swiss
German Speech to Standard German Text.
Submissions were evaluated on the All Swiss German
Dialects Test Set, which we introduced in this work.
It covers a large part of the Swiss German dialect
landscape. Four teams participated in the task, with
the winning team reaching a BLEU score of 46.0.
The results are hard to compare to the results of this
task’s predecessor, GermEval 2020 Task 4
        <xref ref-type="bibr" rid="ref10">(Pl u¨ss
et al., 2020)</xref>
        , due to the different test set and metric.
Last year’s winning contribution achieved a WER
of 40.3 %. In our experiments in
        <xref ref-type="bibr" rid="ref9">(Plu¨ss et al., 2021)</xref>
        ,
ranking second in this year’s task, we achieved a
WER of 27.8 % on a test set comparable to
GermEval 2020 Task 4. The relative improvement of
31 % indicates that a lot of progress has been made
in the field of Swiss German STT over the past
year.
      </p>
      <p>Despite recent advances in semi-supervised and
We thank our participants for their interest in the
shared task, for their participation, and for their
timely feedback, which have helped us make this
task a success.</p>
      <p>We also thank Elias Schorr for his great work on
the submission and evaluation website.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <given-names>Yuriy</given-names>
            <surname>Arabskyy</surname>
          </string-name>
          , Aashish Agarwal, Subhadeep Dey, and
          <string-name>
            <given-names>Oscar</given-names>
            <surname>Koller</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Dialectal speech recognition and translation of swiss german speech to standard german text: Microsoft's submission to swisstext 2021</article-title>
          . In preparation.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Rosana</given-names>
            <surname>Ardila</surname>
          </string-name>
          , Megan Branson, Kelly Davis,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Henretty</surname>
          </string-name>
          , Michael Kohler, Josh Meyer, Reuben Morais, Lindsay Saunders,
          <string-name>
            <surname>Francis M Tyers</surname>
            ,
            <given-names>and Gregor</given-names>
          </string-name>
          <string-name>
            <surname>Weber</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Common voice: A massivelymultilingual speech corpus</article-title>
          . arXiv preprint arXiv:
          <year>1912</year>
          .06670.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <given-names>Alexei</given-names>
            <surname>Baevski</surname>
          </string-name>
          ,
          <string-name>
            <surname>Henry Zhou</surname>
            , Abdelrahman Mohamed, and
            <given-names>Michael</given-names>
          </string-name>
          <string-name>
            <surname>Auli</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>wav2vec 2.0: A framework for self-supervised learning of speech representations</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <given-names>Steven</given-names>
            <surname>Bird</surname>
          </string-name>
          , Ewan Klein, and
          <string-name>
            <given-names>Edward</given-names>
            <surname>Loper</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Natural language processing with Python: analyzing text with the natural language toolkit</article-title>
          . ”
          <string-name>
            <surname>O'Reilly Media</surname>
          </string-name>
          , Inc.”.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <given-names>Matthias</given-names>
            <surname>Bu</surname>
          </string-name>
          <article-title>¨chi, Malgorzata Anna Ulasik, Manuela Hu¨rlimann, Fernando Benites, Pius von Da¨niken, and</article-title>
          <string-name>
            <given-names>Mark</given-names>
            <surname>Cieliebak</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Zhaw-init at germeval 2020 task 4: Low-resource speech-to-text</article-title>
          .
          <source>In SWISSTEXT &amp; KONVENS 2020, Proceedings of the 5th Swiss Text Analytics Conference (SwissText) &amp; 16th Conference on Natural Language Processing (KONVENS).</source>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <given-names>Anmol</given-names>
            <surname>Gulati</surname>
          </string-name>
          , James Qin, Chung-Cheng Chiu, Niki Parmar, Yu Zhang, Jiahui Yu, Wei Han,
          <string-name>
            <surname>Shibo</surname>
            <given-names>Wang</given-names>
          </string-name>
          , Zhengdong Zhang, Yonghui Wu, and
          <string-name>
            <given-names>Ruoming</given-names>
            <surname>Pang</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Conformer: Convolution-augmented Transformer for Speech Recognition</article-title>
          .
          <source>In Proceedings of Interspeech</source>
          , pages
          <fpage>5036</fpage>
          -
          <lpage>5040</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <string-name>
            <given-names>V.</given-names>
            <surname>Panayotov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Povey</surname>
          </string-name>
          , and
          <string-name>
            <given-names>S.</given-names>
            <surname>Khudanpur</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Librispeech: An asr corpus based on public domain audio books</article-title>
          .
          <source>In 2015 IEEE International Kishore Papineni</source>
          , Salim Roukos, Todd Ward, and
          <string-name>
            <given-names>WeiJing</given-names>
            <surname>Zhu</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Bleu: a method for automatic evaluation of machine translation</article-title>
          .
          <source>In Proceedings of the 40th Annual Meeting of the Association for Computational Linguistics</source>
          , pages
          <fpage>311</fpage>
          -
          <lpage>318</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <given-names>Daniel S.</given-names>
            <surname>Park</surname>
          </string-name>
          , Yu Zhang, Ye Jia, Wei Han, ChungCheng Chiu,
          <string-name>
            <given-names>Bo</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Yonghui Wu</surname>
          </string-name>
          , and
          <string-name>
            <surname>Quoc</surname>
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Le</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Improved noisy student training for automatic speech recognition</article-title>
          .
          <source>Interspeech</source>
          <year>2020</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <given-names>Michel</given-names>
            <surname>Plu</surname>
          </string-name>
          ¨ss, Lukas Neukom,
          <string-name>
            <given-names>Christian</given-names>
            <surname>Scheller</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Manfred</given-names>
            <surname>Vogel</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Swiss parliaments corpus, an automatically aligned swiss german speech to standard german text corpus</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <given-names>Michel</given-names>
            <surname>Plu</surname>
          </string-name>
          <article-title>¨ss, Lukas Neukom</article-title>
          , and
          <string-name>
            <given-names>Manfred</given-names>
            <surname>Vogel</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Germeval 2020 task 4: Low-resource speech-to-text</article-title>
          .
          <source>In SWISSTEXT &amp; KONVENS 2020, Proceedings of the 5th Swiss Text Analytics Conference (SwissText) &amp; 16th Conference on Natural Language Processing (KONVENS).</source>
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <given-names>Malgorzata</given-names>
            <surname>Anna</surname>
          </string-name>
          <string-name>
            <given-names>Ulasik</given-names>
            , Manuela Hurlimann, Bogumila Dubel, Yves Kaufmann, Silas Rudolf, Jan Deriu, Katsiaryna Mlynchyk,
            <surname>Hans-Peter Hutter</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Cieliebak</surname>
          </string-name>
          .
          <year>2021</year>
          .
          <article-title>Zhaw-cai: Ensemble method for swiss german speech to standard german text</article-title>
          .
          <source>In preparation.</source>
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Yu</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , James Qin, Daniel S. Park, Wei Han, ChungCheng Chiu, Ruoming Pang,
          <string-name>
            <surname>Quoc</surname>
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Le</surname>
            , and
            <given-names>Yonghui</given-names>
          </string-name>
          <string-name>
            <surname>Wu</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Pushing the limits of semisupervised learning for automatic speech recognition</article-title>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>