paper-with-me

홈 › Papers

Improved Sentence Modeling using Suffix Bidirectional LSTM

2018-05-18 · Siddhartha Brahma

Recurrent neural networks have become ubiquitous in computing representations of sequential data, especially textual data in natural language processing. In particular, Bidirectional LSTMs are at the heart of several neural models achieving state-of-the-art performance in a wide variety of tasks in NLP. However, BiLSTMs are known to suffer from sequential bias - the contextual representation of a token is heavily influenced by tokens close to it in a sentence. We propose a general and effective improvement to the BiLSTM model which encodes each suffix and prefix of a sequence of tokens in both forward and reverse directions. We call our model Suffix Bidirectional LSTM or SuBiLSTM. This introduces an alternate bias that favors long range dependencies. We apply SuBiLSTMs to several tasks that require sentence modeling. We demonstrate that using SuBiLSTM instead of a BiLSTM in existing models leads to improvements in performance in learning general sentence representations, text classification, textual entailment and paraphrase detection. Using SuBiLSTM we achieve new state-of-the-art results for fine-grained sentiment classification and question classification.

📄 PDF Abstract BibTeX arXiv:1805.07340

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationNatural Language InferenceSentenceSentiment AnalysisSentiment Classificationtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

AC-BLSTM: Asymmetric Convolutional Bidirectional LSTM Networks for Text Classification

2016-11-07 · Depeng Liang, Yongdong Zhang

Recently deeplearning models have been shown to be capable of making remarkable performance in sentences and documents classification tasks. In this work, we propose a novel framework called AC-BLSTM for modeling sentenc…

ClassificationGeneral ClassificationSentence EmbeddingsSentiment Analysis+2

TRANS-BLSTM: Transformer with Bidirectional LSTM for Language Understanding

2020-03-16 · Zhiheng Huang, Peng Xu, Davis Liang, Ajay Mishra 외

Bidirectional Encoder Representations from Transformers (BERT) has recently achieved state-of-the-art performance on a broad range of NLP tasks including sentence classification, machine translation, and question answeri…

Machine TranslationNatural Language InferenceParaphrase IdentificationQuestion Answering+4

A non-projective greedy dependency parser with bidirectional LSTMs

2017-07-11 · CONLL 2017 8 · David Vilares, Carlos Gómez-Rodríguez

The LyS-FASTPARSE team presents BIST-COVINGTON, a neural implementation of the Covington (2001) algorithm for non-projective dependency parsing. The bidirectional LSTM approach by Kipperwasser and Goldberg (2016) is used…

Dependency ParsingPOSPOS Tagging

Detection of Chinese Word Usage Errors for Non-Native Chinese Learners with Bidirectional LSTM

2017-07-01 · ACL 2017 7 · Yow-Ting Shiue, Hen-Hsen Huang, Hsin-Hsi Chen

Selecting appropriate words to compose a sentence is one common problem faced by non-native Chinese learners. In this paper, we propose (bidirectional) LSTM sequence labeling models and explore various features to detect…

Grammatical Error DetectionPOSPositionSentence

Bidirectional LSTM-CRF Models for Sequence Tagging

2015-08-09 · Zhiheng Huang, Wei Xu, Kai Yu

In this paper, we propose a variety of Long Short-Term Memory (LSTM) based models for sequence tagging. These models include LSTM networks, bidirectional LSTM (BI-LSTM) networks, LSTM with a Conditional Random Field (CRF…

ChunkingNamed Entity Recognition (NER)POSSentence+1