paper-with-me

홈 › Papers

How Grammatical is Character-level Neural Machine Translation? Assessing MT Quality with Contrastive Translation Pairs

2016-12-14 · EACL 2017 4 · Rico Sennrich

Analysing translation quality in regards to specific linguistic phenomena has historically been difficult and time-consuming. Neural machine translation has the attractive property that it can produce scores for arbitrary translations, and we propose a novel method to assess how well NMT systems model specific linguistic phenomena such as agreement over long distances, the production of novel words, and the faithful translation of polarity. The core idea is that we measure whether a reference translation is more probable under a NMT model than a contrastive translation which introduces a specific type of error. We present LingEval97, a large-scale data set of 97000 contrastive translation pairs based on the WMT English->German translation task, with errors automatically created with simple rules. We report results for a number of systems, and find that recently introduced character-level NMT systems perform better at transliteration than models with byte-pair encoding (BPE) segmentation, but perform more poorly at morphosyntactic agreement, and translating discontiguous units of meaning.

📄 PDF Abstract BibTeX arXiv:1612.04629

Code (1)

rsennrich/lingeval97 공식 구현

Tasks

Machine TranslationNMTTranslationTransliteration

Similar Papers 제목 키워드 기반

On the Importance of Word Boundaries in Character-level Neural Machine Translation

2019-10-15 · WS 2019 11 · Duygu Ataman, Orhan Firat, Mattia A. Di Gangi, Marcello Federico 외

Neural Machine Translation (NMT) models generally perform translation using a fixed-size lexical vocabulary, which is an important bottleneck on their generalization capability and overall translation quality. The standa…

Machine TranslationNMTTranslation

Neural Machine Translation Doesn't Translate Gender Coreference Right Unless You Make It

2020-10-11 · Danielle Saunders, Rosie Sallis, Bill Byrne

Neural Machine Translation (NMT) has been shown to struggle with grammatical gender that is dependent on the gender of human referents, which can cause gender bias effects. Many existing approaches to this problem seek t…

Machine TranslationNMTSentenceTranslation

Neural Machine Translation Doesn’t Translate Gender Coreference Right Unless You Make It

2020-12-01 · GeBNLP (COLING) 2020 12 · Danielle Saunders, Rosie Sallis, Bill Byrne

Neural Machine Translation (NMT) has been shown to struggle with grammatical gender that is dependent on the gender of human referents, which can cause gender bias effects. Many existing approaches to this problem seek t…

Machine TranslationNMTSentenceTranslation

Near Human-Level Performance in Grammatical Error Correction with Hybrid Machine Translation

2018-04-16 · NAACL 2018 6 · Roman Grundkiewicz, Marcin Junczys-Dowmunt

We combine two of the most popular approaches to automated Grammatical Error Correction (GEC): GEC based on Statistical Machine Translation (SMT) and GEC based on Neural Machine Translation (NMT). The hybrid system achie…

Grammatical Error CorrectionMachine TranslationNMTTranslation

Are Character-level Translations Worth the Wait? Comparing ByT5 and mT5 for Machine Translation

2023-02-28 · Lukas Edman, Gabriele Sarti, Antonio Toral, Gertjan van Noord 외

Pretrained character-level and byte-level language models have been shown to be competitive with popular subword models across a range of Natural Language Processing (NLP) tasks. However, there has been little research o…

Machine TranslationNMTTranslation