paper-with-me

Papers

An Empirical Study of Generation Order for Machine Translation

2019-10-29 · EMNLP 2020 11 · William Chan, Mitchell Stern, Jamie Kiros, Jakob Uszkoreit

In this work, we present an empirical study of generation order for machine translation. Building on recent advances in insertion-based modeling, we first introduce a soft order-reward framework that enables us to train models to follow arbitrary oracle generation policies. We then make use of this framework to explore a large variety of generation orders, including uninformed orders, location-based orders, frequency-based orders, content-based orders, and model-based orders. Curiously, we find that for the WMT'14 English $\to$ German translation task, order does not have a substantial impact on output quality, with unintuitive orderings such as alphabetical and shortest-first matching the performance of a standard Transformer. This demonstrates that traditional left-to-right generation is not strictly necessary to achieve high performance. On the other hand, results on the WMT'18 English $\to$ Chinese task tend to vary more widely, suggesting that translation for less well-aligned language pairs may be more sensitive to generation order.

📄 PDF Abstract BibTeX arXiv:1910.13437

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Data Ordering Patterns for Neural Machine Translation: An Empirical Study

2019-09-23 · Siddhant Garg

Recent works show that ordering of the training data affects the model performance for Neural Machine Translation. Several approaches involving dynamic data ordering and data sharding based on curriculum learning have be…

Machine TranslationTranslation

How to Design Translation Prompts for ChatGPT: An Empirical Study

2023-04-05 · Yuan Gao, Ruili Wang, Feng Hou

The recently released ChatGPT has demonstrated surprising abilities in natural language understanding and natural language generation. Machine translation relies heavily on the abilities of language understanding and gen…

Machine TranslationNatural Language UnderstandingText GenerationTranslation

Explicit Reordering for Neural Machine Translation

2020-04-08 · Kehai Chen, Rui Wang, Masao Utiyama, Eiichiro Sumita

In Transformer-based neural machine translation (NMT), the positional encoding mechanism helps the self-attention networks to learn the source representation with order dependency, which makes the Transformer-based NMT a…

Machine TranslationNMTSentenceTranslation

Phrase Based Language Model for Statistical Machine Translation: Empirical Study

2015-01-21 · Geliang Chen

Reordering is a challenge to machine translation (MT) systems. In MT, the widely used approach is to apply word based language model (LM) which considers the constituent units of a sentence as words. In speech recognitio…

Language ModelingLanguage ModellingMachine TranslationRe-Ranking+4

Beyond General Purpose Machine Translation: The Need for Context-specific Empirical Research to Design for Appropriate User Trust

2022-05-13 · Wesley Hanwen Deng, Nikita Mehandru, Samantha Robertson, Niloufar Salehi

Machine Translation (MT) has the potential to help people overcome language barriers and is widely used in high-stakes scenarios, such as in hospitals. However, in order to use MT reliably and safely, users need to under…

Machine TranslationTranslation