paper-with-me

Papers

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 resulting from different styles, genres, topics, or ambiguity of the translation process. In this paper, we develop a novel sequence to sequence mixture (S2SMIX) model that improves both translation diversity and quality by adopting a committee of specialized translation models rather than a single translation model. Each mixture component selects its own training dataset via optimization of the marginal loglikelihood, which leads to a soft clustering of the parallel corpus. Experiments on four language pairs demonstrate the superiority of our mixture model compared to a SEQ2SEQ baseline with standard or diversity-boosted beam search. Our mixture model uses negligible additional parameters and incurs no extra computation cost during decoding.

📄 PDF Abstract BibTeX arXiv:1810.07391

Code (0)

등록된 구현이 없습니다.

Tasks

ClusteringDiversityMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Mixture Models for Diverse Machine Translation: Tricks of the Trade

2019-02-20 · Tianxiao Shen, Myle Ott, Michael Auli, Marc'Aurelio Ranzato

Facebook AI Research Sequence-to-Sequence Toolkit written in Python.

Machine TranslationText GenerationTranslation

Lexicon Learning for Few Shot Sequence Modeling

2021-08-01 · ACL 2021 5 · Ekin Akyurek, Jacob Andreas

Sequence-to-sequence transduction is the core problem in language processing applications as diverse as semantic parsing, machine translation, and instruction following. The neural network models that provide the dominan…

Instruction FollowingMachine TranslationSemantic ParsingSystematic Generalization+1

Lexicon Learning for Few-Shot Neural Sequence Modeling

2021-06-07 · Ekin Akyürek, Jacob Andreas

Sequence-to-sequence transduction is the core problem in language processing applications as diverse as semantic parsing, machine translation, and instruction following. The neural network models that provide the dominan…

Instruction FollowingMachine TranslationSemantic ParsingSystematic Generalization+1

Variational Component Decoder for Source Extraction from Nonlinear Mixture

2021-09-29 · Shujie Zhang, Tianyue Zheng, Zhe Chen, Jun Luo 외

In many practical scenarios of signal extraction from a nonlinear mixture, only one (signal) source is intended to be extracted. However, modern methods involving Blind Source Separation are inefficient for this task sin…

blind source separationDecoderEEGElectroencephalogram (EEG)+2

Understanding and Improving Sequence-to-Sequence Pretraining for Neural Machine Translation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

In this paper, we present a substantial step in better understanding the SOTA sequence-to-sequence (Seq2Seq) pretraining for neural machine translation~(NMT). We focus on studying the impact of the jointly pretrained dec…

DecoderMachine TranslationNMTTranslation