paper-with-me

홈 › Papers

Lexically Constrained Decoding for Sequence Generation Using Grid Beam Search

2017-04-24 · ACL 2017 7 · Chris Hokamp, Qun Liu

We present Grid Beam Search (GBS), an algorithm which extends beam search to allow the inclusion of pre-specified lexical constraints. The algorithm can be used with any model that generates a sequence $ \mathbf{\hat{y}} = \{y_{0}\ldots y_{T}\} $, by maximizing $ p(\mathbf{y} | \mathbf{x}) = \prod\limits_{t}p(y_{t} | \mathbf{x}; \{y_{0} \ldots y_{t-1}\}) $. Lexical constraints take the form of phrases or words that must be present in the output sequence. This is a very general way to incorporate additional knowledge into a model's output without requiring any modification of the model parameters or training data. We demonstrate the feasibility and flexibility of Lexically Constrained Decoding by conducting experiments on Neural Interactive-Predictive Translation, as well as Domain Adaptation for Neural Machine Translation. Experiments show that GBS can provide large improvements in translation quality in interactive scenarios, and that, even without any user input, GBS can be used to achieve significant gains in performance in domain adaptation scenarios.

📄 PDF Abstract BibTeX arXiv:1704.07138

Code (1)

chrishokamp/constrained_decoding 공식 구현

Tasks

Domain AdaptationMachine TranslationTranslation

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

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

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

Edit-Constrained Decoding for Sentence Simplification

2024-09-28 · Tatsuya Zetsu, Yuki Arase, Tomoyuki Kajiwara

We propose edit operation based lexically constrained decoding for sentence simplification. In sentence simplification, lexical paraphrasing is one of the primary procedures for rewriting complex sentences into simpler c…

Sentence