paper-with-me

Papers

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, Arianna Bisazza

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 on their effectiveness for neural machine translation (NMT), particularly within the popular pretrain-then-finetune paradigm. This work performs an extensive comparison across multiple languages and experimental conditions of character- and subword-level pretrained models (ByT5 and mT5, respectively) on NMT. We show the effectiveness of character-level modeling in translation, particularly in cases where fine-tuning data is limited. In our analysis, we show how character models' gains in translation quality are reflected in better translations of orthographically similar words and rare words. While evaluating the importance of source texts in driving model predictions, we highlight word-level patterns within ByT5, suggesting an ability to modulate word-level and character-level information during generation. We conclude by assessing the efficiency tradeoff of byte models, suggesting their usage in non-time-critical scenarios to boost translation quality.

📄 PDF Abstract BibTeX arXiv:2302.14220

Code (1)

leukas/charlevelmt 공식 구현

Tasks

Machine TranslationNMTTranslation

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…

Similar Papers 제목 키워드 기반

Learning When to Speak: Latency and Quality Trade-offs for Simultaneous Speech-to-Speech Translation with Offline Models

2023-06-01 · Liam Dugan, Anshul Wadhawan, Kyle Spence, Chris Callison-Burch 외

Recent work in speech-to-speech translation (S2ST) has focused primarily on offline settings, where the full input utterance is available before any output is given. This, however, is not reasonable in many real-world sc…

Simultaneous Speech-to-Speech TranslationSpeech-to-Speech TranslationTranslation

Future-Guided Incremental Transformer for Simultaneous Translation

2020-12-23 · Shaolei Zhang, Yang Feng, Liangyou Li

Simultaneous translation (ST) starts translations synchronously while reading source sentences, and is used in many online scenarios. The previous wait-k policy is concise and achieved good results in ST. However, wait-k…

Knowledge DistillationTranslation

Studying The Impact Of Document-level Context On Simultaneous Neural Machine Translation

2021-08-01 · MTSummit 2021 8 · Raj Dabre, Aizhan Imankulova, Masahiro Kaneko

In a real-time simultaneous translation setting and neural machine translation (NMT) models start generating target language tokens from incomplete source language sentences and making them harder to translate and leadin…

DecoderMachine TranslationNMTSentence+1

Comprehension and Trust in Crises: Investigating the Impact of Machine Translation and Post-Editing

2020-11-01 · EAMT 2020 11 · Alessandra Rossetti, Sharon O’Brien, Patrick Cadwell

We conducted a survey to understand the impact of machine translation and post-editing awareness on comprehension of and trust in messages disseminated to prepare the public for a weather-related crisis, i.e. flooding. T…

Machine TranslationSurveyTranslation

Let MT simplify and speed up your Alignment for TM creation

2020-11-01 · EAMT 2020 11 · Judith Klein, Giorgio Bernardinello

Large quantities of multilingual legal documents are waiting to be regularly aligned and used for future translations. For reasons of time, effort and cost, manual alignment is not an option. Automatically aligned segmen…