paper-with-me

Papers

Learning to Start for Sequence to Sequence Architecture

2016-08-19 · Qingfu Zhu, Wei-Nan Zhang, Lianqiang Zhou, Ting Liu

The sequence to sequence architecture is widely used in the response generation and neural machine translation to model the potential relationship between two sentences. It typically consists of two parts: an encoder that reads from the source sentence and a decoder that generates the target sentence word by word according to the encoder's output and the last generated word. However, it faces to the cold start problem when generating the first word as there is no previous word to refer. Existing work mainly use a special start symbol </s>to generate the first word. An obvious drawback of these work is that there is not a learnable relationship between words and the start symbol. Furthermore, it may lead to the error accumulation for decoding when the first word is incorrectly generated. In this paper, we proposed a novel approach to learning to generate the first word in the sequence to sequence architecture rather than using the start symbol. Experimental results on the task of response generation of short text conversation show that the proposed approach outperforms the state-of-the-art approach in both of the automatic and manual evaluations.

📄 PDF Abstract BibTeX arXiv:1608.05554

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderMachine TranslationResponse GenerationSentenceShort-Text ConversationTranslation

Similar Papers 제목 키워드 기반

An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling

2018-03-04 · Shaojie Bai, J. Zico Kolter, Vladlen Koltun

For most deep learning practitioners, sequence modeling is synonymous with recurrent networks. Yet recent results indicate that convolutional architectures can outperform recurrent networks on tasks such as audio synthes…

Audio SynthesisLanguage ModellingMachine TranslationMusic Modeling+3

Efficient Encoders for Streaming Sequence Tagging

2023-01-23 · Ayush Kaushal, Aditya Gupta, Shyam Upadhyay, Manaal Faruqui

A naive application of state-of-the-art bidirectional encoders for streaming sequence tagging would require encoding each token from scratch for each new token in an incremental streaming input (like transcribed speech).…

BiHMP-GAN: Bidirectional 3D Human Motion Prediction GAN

2018-12-06 · Jogendra Nath Kundu, Maharshi Gor, R. Venkatesh Babu

Human motion prediction model has applications in various fields of computer vision. Without taking into account the inherent stochasticity in the prediction of future pose dynamics, such methods often converges to a det…

Human motion predictionmotion predictionPrediction

Improving sequence-to-sequence speech recognition training with on-the-fly data augmentation

2019-10-29 · Thai-Son Nguyen, Sebastian Stueker, Jan Niehues, Alex Waibel

Sequence-to-Sequence (S2S) models recently started to show state-of-the-art performance for automatic speech recognition (ASR). With these large and deep models overfitting remains the largest problem, outweighing perfor…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Data AugmentationSequence-To-Sequence Speech Recognition+2

A Deep Learning-based Receiver for Asynchronous Grant-Free Random Access in Control-to-Control Networks

2026-05-12 · Massimo Battaglioni, Edoardo Carnevali, Dania De Crescenzo, Enrico Testi 외 arxiv

In this paper, we study grant-free, asynchronous control-to-control (C2C) communications in an indoor scenario with a shared wireless channel. Each communication node transmits command units, each consisting of a variabl…