paper-with-me

Papers

Context- and Sequence-Aware Convolutional Recurrent Encoder for Neural Machine Translation

2021-01-11 · Ritam Mallick, Seba Susan, Vaibhaw Agrawal, Rizul Garg, Prateek Rawal

Neural Machine Translation model is a sequence-to-sequence converter based on neural networks. Existing models use recurrent neural networks to construct both the encoder and decoder modules. In alternative research, the recurrent networks were substituted by convolutional neural networks for capturing the syntactic structure in the input sentence and decreasing the processing time. We incorporate the goodness of both approaches by proposing a convolutional-recurrent encoder for capturing the context information as well as the sequential information from the source sentence. Word embedding and position embedding of the source sentence is performed prior to the convolutional encoding layer which is basically a n-gram feature extractor capturing phrase-level context information. The rectified output of the convolutional encoding layer is added to the original embedding vector, and the sum is normalized by layer normalization. The normalized output is given as a sequential input to the recurrent encoding layer that captures the temporal information in the sequence. For the decoder, we use the attention-based recurrent neural network. Translation task on the German-English dataset verifies the efficacy of the proposed approach from the higher BLEU scores achieved as compared to the state of the art.

📄 PDF Abstract BibTeX arXiv:2101.04030

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationSentenceTranslation

Similar Papers 제목 키워드 기반

Recurrent autoencoder with sequence-aware encoding

2020-09-15 · Robert Susik

Recurrent Neural Networks (RNN) received a vast amount of attention last decade. Recently, the architectures of Recurrent AutoEncoders (RAE) found many applications in practice. RAE can extract the semantically valuable …

Residual Recurrent CRNN for End-to-End Optical Music Recognition on Monophonic Scores

2020-10-26 · Aozhi Liu, Lipei Zhang, Yaqi Mei, Baoqiang Han 외

One of the challenges of the Optical Music Recognition task is to transcript the symbols of the camera-captured images into digital music notations. Previous end-to-end model which was developed as a Convolutional Recurr…

Decoder

Shape Inpainting using 3D Generative Adversarial Network and Recurrent Convolutional Networks

2017-11-17 · ICCV 2017 10 · Weiyue Wang, Qiangui Huang, Suya You, Chao Yang 외

Recent advances in convolutional neural networks have shown promising results in 3D shape completion. But due to GPU memory limitations, these methods can only produce low-resolution outputs. To inpaint 3D models with se…

DecoderGenerative Adversarial NetworkGPU

Open-Ended Long-Form Video Question Answering via Hierarchical Convolutional Self-Attention Networks

2019-06-28 · Zhu Zhang, Zhou Zhao, Zhijie Lin, Jingkuan Song 외

Open-ended video question answering aims to automatically generate the natural-language answer from referenced video contents according to the given question. Currently, most existing approaches focus on short-form video…

Answer GenerationDecoderFormQuestion Answering+1

Comparing Recurrent and Convolutional Architectures for English-Hindi Neural Machine Translation

2017-11-01 · WS 2017 11 · S. Singh, hya, Ritesh Panjwani, Anoop Kunchukuttan 외

In this paper, we empirically compare the two encoder-decoder neural machine translation architectures: convolutional sequence to sequence model (ConvS2S) and recurrent sequence to sequence model (RNNS2S) for English-Hin…

DecoderImage CaptioningLanguage ModelingLanguage Modelling+4