paper-with-me

Papers

CUNI--Malta system at SIGMORPHON 2019 Shared Task on Morphological Analysis and Lemmatization in context: Operation-based word formation

2019-08-01 · WS 2019 8 · Ronald Cardenas, Claudia Borg, Daniel Zeman

This paper presents the submission by the Charles University-University of Malta team to the SIGMORPHON 2019 Shared Task on Morphological Analysis and Lemmatization in context. We present a lemmatization model based on previous work on neural transducers (Makarov and Clematide, 2018b; Aharoni and Goldberg, 2016). The key difference is that our model transforms the whole word form in every step, instead of consuming it character by character. We propose a merging strategy inspired by Byte-Pair-Encoding that reduces the space of valid operations by merging frequent adjacent operations. The resulting operations not only encode the actions to be performed but the relative position in the word token and how characters need to be transformed. Our morphological tagger is a vanilla biLSTM tagger that operates over operation representations, encoding operations and words in a hierarchical manner. Even though relative performance according to metrics is below the baseline, experiments show that our models capture important associations between interpretable operation labels and fine-grained morpho-syntax labels.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

LemmatizationMorphological Analysisvalid

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

LCT-MALTA's Submission to RepEval 2017 Shared Task

2017-09-01 · WS 2017 9 · Hoa Trong Vu, Thuong-Hai Pham, Xiaoyu Bai, Marc Tanti 외

System using BiLSTM and max pooling. Embedding is enhanced by POS, character and dependency info.

Natural Language InferencePOSSentence EmbeddingsWord Embeddings

CUNI System for the WMT19 Robustness Task

2019-06-21 · WS 2019 8 · Jindřich Helcl, Jindřich Libovický, Martin Popel

We present our submission to the WMT19 Robustness Task. Our baseline system is the Charles University (CUNI) Transformer system trained for the WMT18 shared task on News Translation. Quantitative results show that the CU…

Translation

Findings of the SIGMORPHON 2021 Shared Task on Unsupervised Morphological Paradigm Clustering

2021-08-01 · ACL (SIGMORPHON) 2021 8 · Adam Wiemerslage, Arya D. McCarthy, Alexander Erdmann, Garrett Nicolai 외

We describe the second SIGMORPHON shared task on unsupervised morphology: the goal of the SIGMORPHON 2021 Shared Task on Unsupervised Morphological Paradigm Clustering is to cluster word types from a raw text corpus into…

Clustering

CUNI Systems in WMT21: Revisiting Backtranslation Techniques for English-Czech NMT

2021-11-01 · WMT (EMNLP) 2021 11 · Petr Gebauer, Ondřej Bojar, Vojtěch Švandelík, Martin Popel

We describe our two NMT systems submitted to the WMT2021 shared task in English-Czech news translation: CUNI-DocTransformer (document-level CUBBITT) and CUNI-Marian-Baselines. We improve the former with a better sentence…

NMTSegmentationSentenceSentence segmentation+1

The SIGMORPHON 2020 Shared Task on Multilingual Grapheme-to-Phoneme Conversion

2020-07-01 · WS 2020 7 · Kyle Gorman, Lucas F.E. Ashby, Aaron Goyzueta, Arya McCarthy 외

We describe the design and findings of the SIGMORPHON 2020 shared task on multilingual grapheme-to-phoneme conversion. Participants were asked to submit systems which take in a sequence of graphemes in a given language a…

Grapheme-to-Phoneme Conversion