paper-with-me

Papers

Cell-aware Stacked LSTMs for Modeling Sentences

2018-09-07 · Jihun Choi, Taeuk Kim, Sang-goo Lee

We propose a method of stacking multiple long short-term memory (LSTM) layers for modeling sentences. In contrast to the conventional stacked LSTMs where only hidden states are fed as input to the next layer, the suggested architecture accepts both hidden and memory cell states of the preceding layer and fuses information from the left and the lower context using the soft gating mechanism of LSTMs. Thus the architecture modulates the amount of information to be delivered not only in horizontal recurrence but also in vertical connections, from which useful features extracted from lower layers are effectively conveyed to upper layers. We dub this architecture Cell-aware Stacked LSTM (CAS-LSTM) and show from experiments that our models bring significant performance gain over the standard LSTMs on benchmark datasets for natural language inference, paraphrase detection, sentiment classification, and machine translation. We also conduct extensive qualitative analysis to understand the internal behavior of the suggested approach.

📄 PDF Abstract BibTeX arXiv:1809.02279

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNatural Language InferenceParaphrase IdentificationSentiment AnalysisSentiment ClassificationTranslation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Nested LSTMs

2018-01-31 · Joel Ruben Antony Moniz, David Krueger

We propose Nested LSTMs (NLSTM), a novel RNN architecture with multiple levels of memory. Nested LSTMs add depth to LSTMs via nesting as opposed to stacking. The value of a memory cell in an NLSTM is computed by an LSTM …

Language ModelingLanguage Modelling

Recurrently Controlled Recurrent Networks

2018-11-24 · NeurIPS 2018 12 · Yi Tay, Luu Anh Tuan, Siu Cheung Hui

Recurrent neural networks (RNNs) such as long short-term memory and gated recurrent units are pivotal building blocks across a broad spectrum of sequence modeling problems. This paper proposes a recurrently controlled re…

Answer SelectionGeneral ClassificationReading ComprehensionSentiment Analysis

An Empirical Exploration of Skip Connections for Sequential Tagging

2016-10-11 · COLING 2016 12 · Huijia Wu, Jiajun Zhang, Cheng-qing Zong

In this paper, we empirically explore the effects of various kinds of skip connections in stacked bidirectional LSTMs for sequential tagging. We investigate three kinds of skip connections connecting to LSTM cells: (a) s…

CCG SupertaggingPOSPOS Tagging

Grow and Prune Compact, Fast, and Accurate LSTMs

2018-05-30 · Xiaoliang Dai, Hongxu Yin, Niraj K. Jha

Long short-term memory (LSTM) has been widely used for sequential data modeling. Researchers have increased LSTM depth by stacking LSTM cells to improve performance. This incurs model redundancy, increases run-time delay…

Image Captioningspeech-recognitionSpeech Recognition

Classification of Medication-Related Tweets Using Stacked Bidirectional LSTMs with Context-Aware Attention

2018-10-01 · WS 2018 10 · Orest Xherija

This paper describes the system that team UChicagoCompLx developed for the 2018 Social Media Mining for Health Applications (SMM4H) Shared Task. We use a variant of the Message-level Sentiment Analysis (MSA) model of (Ba…

General ClassificationText ClassificationWord Embeddings