In this task, participants will create computational models that map a sequence of "graphemes"—characters—representing a word to a transcription of that word's pronunciation. This task is an important part of speech technologies, including recognition and synthesis. This is the second iteration of this task.
Please sign up for the mailing list here by clicking the button labeled "Ask to join group".
The task is now complete. System papers and a summary of the task will appear in the SIGMORPHON 2021 proceedings.
The data is extracted from the English-language portion of Wiktionary using WikiPron (Lee et al. 2020), then filtered and downsampled using proprietary techniques.
Training and development data are UTF-8-encoded tab-separated values files. Each
example occupies a single line and consists of a grapheme sequence—a sequence
of NFC Unicode
codepoints—a tab character, and the corresponding phone sequence, a
roughly-phonemic IPA, tokenized using the
segments
library. The following shows
three lines of Romanian data:
antonim a n t o n i m
ploaie p lʷ a j e
pornește p o r n e ʃ t e
The provided test data is of a similar format but only has the first column, containing grapheme sequences.
Data for all three subtasks is now available.
There are three subtasks, which will be scored separately. Participant teams may submit as many systems as they want to as many subtasks as they want.
In all three subtasks, the data is randomly split into training (80%), development (10%), and testing (10%) data.
Subtask 1 consists of a roughly 41,000-word sample from a single language: American English. Subtask participants are permitted to use all external resources, including other pronunciation dictionaries like the CMU Pronouncing Dictionary, except Wiktionary or WikiPron itself.
Subtask 2 consists of 10,000 words from the following ten languages:
arm_e
: Armenian (Eastern dialect)bul
: Bulgariandut
: Dutchfre
: Frenchgeo
: Georgianhbs_latn
: Serbo-Croatian (Latin script)hun
: Hungarianjpn_hira
: Japanese (Hiragana script)kor
: Koreanvie_hanoi
: Vietnamese (Hanoi dialect)
Subtask 2 participants are not permitted to use any external resources except for UniMorph paradigms; these paradigms may be used to lemmatize, or to look up part-of-speech tags for words, for instance.
Subtask 3, which simulates a low-resource setting, consists of 1,000 words from the following ten languages:
ady
: Adyghegre
: Modern Greekice
: Icelandicita
: Italiankhm
: Khmerlav
: Latvianmlt_latn
: Maltese (Latin script)rum
: Romanianslv
: Slovenewel_sw
: Welsh (South Wales dialect)
Subtask 3 participants are not permitted to use any external resources.
The metric used to rank systems is word error rate (WER), the percentage of words for which the hypothesized transcription sequence does not match the gold transcription. This value, in accordance with common practice, is a decimal value multiplied by 100 (e.g.: 13.53). In the medium- and low-frequency tasks, WER is macro-averaged across all ten languages. We provide two Python scripts for evaluation:
evaluate.py
computes the WER for one language.evaluate_all.py
computes per-language and average WER across multiple languages.
Please submit your results in the two-column (grapheme sequence, tab-character, tokenized phone sequence) TSV format, the same one used for the training and development data. If you use an internal representation other than NFC, you must convert back before submitting.
Please use this email form to submit your results.
- March 24, 2021: Data released.
- April 8, 2021: Baseline code and results released.
- May 8, 2021: Participants' submissions due.
- May 15, 2021: Participants' draft system description papers due.
- May 22, 2021: Participants' camera-ready system description papers due.
This year's baseline is a ensembled neural transition system based on the
imitation learning paradigm introduced by Makarov & Clematide (2018). A variant
of this system (Makarov & Clematide 2020) was the second-best system overall in
the 2020 shared task (Gorman et al. 2020). Code for the baseline library can be
found in the baseline
directory. Baseline results are given below.
WER (dev) | WER (test) | |
---|---|---|
eng_us |
45.13 | 41.94 |
Subtask 1 (high) | 45.13 | 41.94 |
arm_e |
4.50 | 7.00 |
bul |
8.30 | 18.30 |
dut |
10.80 | 14.70 |
fre |
7.40 | 8.50 |
geo |
0.00 | 0.00 |
hbs_latn |
34.70 | 32.10 |
hun |
1.50 | 1.80 |
jpn_hira |
6.20 | 5.20 |
kor |
18.40 | 16.30 |
vie_hanoi |
1.30 | 2.50 |
Subtask 2 (medium) | 9.35 | 10.64 |
ady |
22.00 | 22.00 |
gre |
5.00 | 21.00 |
ice |
11.00 | 12.00 |
ita |
22.00 | 19.00 |
khm |
34.00 | 34.00 |
lav |
41.00 | 55.00 |
mlt_latn |
20.00 | 19.00 |
rum |
10.00 | 10.00 |
slv |
43.00 | 49.00 |
wel_sw |
16.00 | 10.00 |
Subtask 3 (low) | 22.40 | 25.10 |
In contrast to the 2020 shared task (Gorman et al. 2020):
- There is a new baseline.
- There are new languages.
- There are three subtasks.
- There are no suprise languages.
- The data been subjected to novel quality-assurance procedures.
The task is organized by members of the Computational Linguistics Lab at the Graduate Center, City University of New York and the Institut für Computerlinguistik at the University of Zurich.
The code is released under the Apache License 2.0. The data is released under the Creative Commons Attribution-ShareAlike 3.0 Unported License inherited from Wiktionary itself.
Gorman, K., Ashby, L. F.E., Goyzueta, A., McCarthy, A. D., Wu, S., and You, D. 2020. The SIGMORPHON 2020 shared task on multilingual grapheme-to-phoneme conversion. In 17th SIGMORPHON Workshop on Computational Research in Phonetics, Phonology, and Morphology, pages 40-50.
Lee, J. L, Ashby, L. F.E., Garza, M. E., Lee-Sikka, Y., Miller, S., Wong, A., McCarthy, A. D., and Gorman, K. 2020. Massively multilingual pronunciation mining with WikiPron. In Proceedings of the 12th Language Resources and Evaluation Conference, pages 4223-4228.
Makarov, P., and Clematide, S. 2018. Imitation learning for neural morphological string transduction. In Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, pages 2877-2882.
Makarov, P., and Clematide, S. 2020. CLUZH at SIGMORPHON 2020 shared task on multilingual grapheme-to-phoneme conversion. In Proceedings of the 17th SIGMORPHON Workshopon Computational Research in Phonetics, Phonology, and Morphology, pages 171-176.