paper-with-me

Papers

Fast Lexically Constrained Decoding with Dynamic Beam Allocation for Neural Machine Translation

2018-04-18 · NAACL 2018 6 · Matt Post, David Vilar

The end-to-end nature of neural machine translation (NMT) removes many ways of manually guiding the translation process that were available in older paradigms. Recent work, however, has introduced a new capability: lexically constrained or guided decoding, a modification to beam search that forces the inclusion of pre-specified words and phrases in the output. However, while theoretically sound, existing approaches have computational complexities that are either linear (Hokamp and Liu, 2017) or exponential (Anderson et al., 2017) in the number of constraints. We present a algorithm for lexically constrained decoding with a complexity of O(1) in the number of constraints. We demonstrate the algorithms remarkable ability to properly place these constraints, and use it to explore the shaky relationship between model and BLEU scores. Our implementation is available as part of Sockeye.

📄 PDF Abstract BibTeX arXiv:1804.06609

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

Similar Papers 제목 키워드 기반

Improved Lexically Constrained Decoding for Translation and Monolingual Rewriting

2019-06-01 · NAACL 2019 6 · J. Edward Hu, Huda Khayrallah, Ryan Culkin, Patrick Xia 외

Lexically-constrained sequence decoding allows for explicit positive or negative phrase-based constraints to be placed on target output strings in generation tasks such as machine translation or monolingual text rewritin…

Data AugmentationMachine TranslationNatural Language InferenceQuestion Answering+1

Learning Efficient Lexically-Constrained Neural Machine Translation with External Memory

2019-01-31 · Ya Li, Xinyu Liu, Dan Liu, Xueqiang Zhang 외

Recent years has witnessed dramatic progress of neural machine translation (NMT), however, the method of manually guiding the translation procedure remains to be better explored. Previous works proposed to handle such pr…

Machine TranslationNMTSentenceTranslation

Accurate Online Posterior Alignments for Principled Lexically-Constrained Decoding

2021-11-16 · ACL ARR September 2021 9 · Anonymous

Online alignment in machine translation refers to the task of aligning a target word to a source word when the target sequence has only been partially decoded. Good online alignments facilitate important applications suc…

Machine TranslationTranslation

Accurate Online Posterior Alignments for Principled Lexically-Constrained Decoding

2022-04-02 · ACL 2022 5 · Soumya Chatterjee, Sunita Sarawagi, Preethi Jyothi

Online alignment in machine translation refers to the task of aligning a target word to a source word when the target sequence has only been partially decoded. Good online alignments facilitate important applications suc…

Machine TranslationTranslation

AutoTemplate: A Simple Recipe for Lexically Constrained Text Generation

2022-11-15 · Hayate Iso

Lexically constrained text generation is one of the constrained text generation tasks, which aims to generate text that covers all the given constraint lexicons. While the existing approaches tackle this problem using a …

SentenceText Generation