paper-with-me

Papers

Learning Phrase Representations using RNN Encoder-Decoder for Statistical Machine Translation

2014-06-03 · Kyunghyun Cho, Bart van Merrienboer, Caglar Gulcehre, Dzmitry Bahdanau, Fethi Bougares, Holger Schwenk, Yoshua Bengio

In this paper, we propose a novel neural network model called RNN Encoder-Decoder that consists of two recurrent neural networks (RNN). One RNN encodes a sequence of symbols into a fixed-length vector representation, and the other decodes the representation into another sequence of symbols. The encoder and decoder of the proposed model are jointly trained to maximize the conditional probability of a target sequence given a source sequence. The performance of a statistical machine translation system is empirically found to improve by using the conditional probabilities of phrase pairs computed by the RNN Encoder-Decoder as an additional feature in the existing log-linear model. Qualitatively, we show that the proposed model learns a semantically and syntactically meaningful representation of linguistic phrases.

📄 PDF Abstract BibTeX arXiv:1406.1078

Code (42)

2023-MindSpore-1/ms-code-14/tree/main/GRU mindspore
2023-MindSpore-1/ms-code-197 mindspore
2023-MindSpore-1/ms-code-61 mindspore
2023-MindSpore-1/ms-code-62 mindspore
2023-MindSpore-4/Code12/tree/main/d2l/chapter_08_recurrent-neural-networks mindspore
Avmb/lowrank-gru
CongBao/ChatBot
Nick-Zhao-Engr/Machine-Translation pytorch
VladimirV99/Automatic-Translation tf
advaithsrao/Chatbot_Seq2seq_model tf
astorfi/neural-machine-translation-from-scratch pytorch
astorfi/sequence-to-sequence-from-scratch pytorch
bentrevett/pytorch-seq2seq pytorch
dewanderelex/LanguageTranslation
dksifoua/Neural-Machine-Translation pytorch
erickrf/autoencoder tf
euiyulsong/EncoderDecoder pytorch
farizrahman4u/seq2seq
graykode/nlp-tutorial pytorch
hwzwx1190522/gru mindspore
jmyrberg/finnlem tf
kingcong/gpu_gru mindspore
kmzzhang/nbi pytorch
littleflow3r/Japanese_English_Machine_Translation_Seq2Seq pytorch
littleflow3r/SeqtoSeq_learning_for_machine_translation pytorch
littleflow3r/Sequence_to_sequence_learning_for_machine_translation pytorch
littleflow3r/Sequence_to_sequence_learning_with_NN pytorch
lmnt-com/haste tf
magahub/songrnn tf
mindspore-ai/models/tree/master/official/nlp/gru mindspore
miniii222/Graduate-Paper tf
mp2893/gram
munir-bd/Korean-POS-Tagger-LSTM
ratschlab/HIRID-ICU-Benchmark pytorch
roomylee/rnn-text-classification-tf tf
rvandewater/yaib pytorch
spratskevich/Lemmatizer
starry91/NMT-Lab
trevor-richardson/rnn_zoo pytorch
umeiko/mindspore-seq2seq mindspore
vGkatsis/Chat_Bot_DL pytorch
yangyucheng000/ascend_gru mindspore

Tasks

DecoderMachine TranslationTranslation

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…

Similar Papers 제목 키워드 기반

Enhancing Phrase-Based Statistical Machine Translation by Learning Phrase Representations Using Long Short-Term Memory Network

2019-09-01 · RANLP 2019 9 · Benyamin Ahmadnia, Bonnie Dorr

Phrases play a key role in Machine Translation (MT). In this paper, we apply a Long Short-Term Memory (LSTM) model over conventional Phrase-Based Statistical MT (PBSMT). The core idea is to use an LSTM encoder-decoder to…

DecoderLanguage ModelingLanguage ModellingMachine Translation+1

Learning Phrase Representations using RNN Encoder--Decoder for Statistical Machine Translation

2014-10-01 · EMNLP 2014 10 · Kyunghyun Cho, Bart van Merri{\"e}nboer, Caglar Gulcehre, Dzmitry Bahdanau 외
DecoderLanguage ModellingMachine TranslationSpeech Recognition+1

Translating Phrases in Neural Machine Translation

2017-08-07 · EMNLP 2017 9 · Xing Wang, Zhaopeng Tu, Deyi Xiong, Min Zhang

Phrases play an important role in natural language understanding and machine translation (Sag et al., 2002; Villavicencio et al., 2005). However, it is difficult to integrate them into current neural machine translation …

DecoderMachine TranslationNatural Language UnderstandingNMT+1

Docent: A Document-Level Decoder for Phrase-Based Statistical Machine Translation

2013-08-01 · ACL 2013 8 · Christian Hardmeier, Sara Stymne, J{\"o}rg Tiedemann, Joakim Nivre
DecoderLanguage ModellingMachine TranslationTranslation

Neural Machine Translation by Jointly Learning to Align and Translate

2014-09-01 · Dzmitry Bahdanau, Kyunghyun Cho, Yoshua Bengio

Neural machine translation is a recently proposed approach to machine translation. Unlike the traditional statistical machine translation, the neural machine translation aims at building a single neural network that can …

Bangla Spelling Error CorrectionDecoderDialogue GenerationMachine Translation+2