paper-with-me

Papers

A Correlational Encoder Decoder Architecture for Pivot Based Sequence Generation

2016-06-15 · COLING 2016 12 · Amrita Saha, Mitesh M. Khapra, Sarath Chandar, Janarthanan Rajendran, Kyunghyun Cho

Interlingua based Machine Translation (MT) aims to encode multiple languages into a common linguistic representation and then decode sentences in multiple target languages from this representation. In this work we explore this idea in the context of neural encoder decoder architectures, albeit on a smaller scale and without MT as the end goal. Specifically, we consider the case of three languages or modalities X, Z and Y wherein we are interested in generating sequences in Y starting from information available in X. However, there is no parallel training data available between X and Y but, training data is available between X & Z and Z & Y (as is often the case in many real world applications). Z thus acts as a pivot/bridge. An obvious solution, which is perhaps less elegant but works very well in practice is to train a two stage model which first converts from X to Z and then from Z to Y. Instead we explore an interlingua inspired solution which jointly learns to do the following (i) encode X and Z to a common representation and (ii) decode Y from this common representation. We evaluate our model on two tasks: (i) bridge transliteration and (ii) bridge captioning. We report promising results in both these applications and believe that this is a right step towards truly interlingua inspired encoder decoder architectures.

📄 PDF Abstract BibTeX arXiv:1606.04754

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationTransliteration

Similar Papers 제목 키워드 기반

Pivot Correlational Neural Network for Multimodal Video Categorization

2018-09-01 · ECCV 2018 9 · Sunghun Kang, Junyeong Kim, Hyun-Soo Choi, Sungjin Kim 외

This paper considers an architecture for multimodal video categorization referred to as Pivot Correlational Neural Network (Pivot CorrNN). The architecture is trained to maximizes the correlation between the hidden stat…

Understanding How Encoder-Decoder Architectures Attend

2021-10-28 · NeurIPS 2021 12 · Kyle Aitken, Vinay V Ramasesh, Yuan Cao, Niru Maheswaranathan

Encoder-decoder networks with attention have proven to be a powerful way to solve many sequence-to-sequence tasks. In these networks, attention aligns encoder and decoder states and is often used for visualizing network …

Decoder

On the approximation properties of recurrent encoder-decoder architectures

2021-09-29 · ICLR 2022 4 · Zhong Li, Haotian Jiang, Qianxiao Li

Encoder-decoder architectures have recently gained popularity in sequence to sequence modelling, featuring in state-of-the-art models such as transformers. However, a mathematical understanding of their working principle…

Decoder

Decoder-Only or Encoder-Decoder? Interpreting Language Model as a Regularized Encoder-Decoder

2023-04-08 · Zihao Fu, Wai Lam, Qian Yu, Anthony Man-Cho So 외

The sequence-to-sequence (seq2seq) task aims at generating the target sequence based on the given input source sequence. Traditionally, most of the seq2seq task is resolved by the Encoder-Decoder framework which requires…

Data-to-Text GenerationDecoderLanguage ModelingLanguage Modelling+2

Understanding the Natural Language of DNA using Encoder-Decoder Foundation Models with Byte-level Precision

2023-11-04 · Aditya Malusare, Harish Kothandaraman, Dipesh Tamboli, Nadia A. Lanman 외

This paper presents the Ensemble Nucleotide Byte-level Encoder-Decoder (ENBED) foundation model, analyzing DNA sequences at byte-level precision with an encoder-decoder Transformer architecture. ENBED uses a sub-quadrati…

DecoderLanguage ModelingLanguage ModellingMasked Language Modeling