paper-with-me

Papers

Decoding and Diversity in Machine Translation

2020-11-26 · Nicholas Roberts, Davis Liang, Graham Neubig, Zachary C. Lipton

Neural Machine Translation (NMT) systems are typically evaluated using automated metrics that assess the agreement between generated translations and ground truth candidates. To improve systems with respect to these metrics, NLP researchers employ a variety of heuristic techniques, including searching for the conditional mode (vs. sampling) and incorporating various training heuristics (e.g., label smoothing). While search strategies significantly improve BLEU score, they yield deterministic outputs that lack the diversity of human translations. Moreover, search tends to bias the distribution of translated gender pronouns. This makes human-level BLEU a misleading benchmark in that modern MT systems cannot approach human-level BLEU while simultaneously maintaining human-level translation diversity. In this paper, we characterize distributional differences between generated and real translations, examining the cost in diversity paid for the BLEU scores enjoyed by NMT. Moreover, our study implicates search as a salient source of known bias when translating gender pronouns.

📄 PDF Abstract BibTeX arXiv:2011.13477

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityMachine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Mixup Decoding for Diverse Machine Translation

2021-09-08 · Findings (EMNLP) 2021 11 · Jicheng Li, Pengzhi Gao, Xuanfu Wu, Yang Feng 외

Diverse machine translation aims at generating various target language translations for a given source language sentence. Leveraging the linear relationship in the sentence latent space introduced by the mixup training, …

DiversityMachine TranslationSentenceTranslation

A Simple, Fast Diverse Decoding Algorithm for Neural Generation

2016-11-25 · Jiwei Li, Will Monroe, Dan Jurafsky

In this paper, we propose a simple, fast decoding algorithm that fosters diversity in neural generation. The algorithm modifies the standard beam search algorithm by adding an inter-sibling ranking penalty, favoring choo…

Abstractive Text SummarizationDiversityMachine TranslationReinforcement Learning+4

Sequence to Sequence Mixture Model for Diverse Machine Translation

2018-10-17 · CONLL 2018 10 · Xuanli He, Gholamreza Haffari, Mohammad Norouzi

Sequence to sequence (SEQ2SEQ) models often lack diversity in their generated translations. This can be attributed to the limitation of SEQ2SEQ models in capturing lexical and syntactic variations in a parallel corpus re…

ClusteringDiversityMachine TranslationTranslation

Target Conditioning for One-to-Many Generation

2020-09-21 · Findings of the Association for Computational Linguistics 2020 · Marie-Anne Lachaux, Armand Joulin, Guillaume Lample

Neural Machine Translation (NMT) models often lack diversity in their generated translations, even when paired with search algorithm, like beam search. A challenge is that the diversity in translations are caused by the …

DecoderDiversityMachine TranslationNMT+2

ParaBank: Monolingual Bitext Generation and Sentential Paraphrasing via Lexically-constrained Neural Machine Translation

2019-01-11 · J. Edward Hu, Rachel Rudinger, Matt Post, Benjamin Van Durme

We present ParaBank, a large-scale English paraphrase dataset that surpasses prior work in both quantity and quality. Following the approach of ParaNMT, we train a Czech-English neural machine translation (NMT) system to…

DiversityMachine TranslationNMTSemantic Similarity+4