paper-with-me

Papers

Head-Lexicalized Bidirectional Tree LSTMs

2017-01-01 · TACL 2017 1 · Zhiyang Teng, Yue Zhang

Sequential LSTMs have been extended to model tree structures, giving competitive results for a number of tasks. Existing methods model constituent trees by bottom-up combinations of constituent nodes, making direct use of input word information only for leaf nodes. This is different from sequential LSTMs, which contain references to input words for each node. In this paper, we propose a method for automatic head-lexicalization for tree-structure LSTMs, propagating head words from leaf nodes to every constituent node. In addition, enabled by head lexicalization, we build a tree LSTM in the top-down direction, which corresponds to bidirectional sequential LSTMs in structure. Experiments show that both extensions give better representations of tree structures. Our final model gives the best results on the Stanford Sentiment Treebank and highly competitive results on the TREC question type classification task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRelation ExtractionSentiment Analysis

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 제목 키워드 기반

Bidirectional Tree-Structured LSTM with Head Lexicalization

2016-11-21 · Zhiyang Teng, Yue Zhang

Sequential LSTM has been extended to model tree structures, giving competitive results for a number of tasks. Existing methods model constituent trees by bottom-up combinations of constituent nodes, making direct use of …

General Classification

Tree Communication Models for Sentiment Analysis

2019-07-01 · ACL 2019 7 · Yuan Zhang, Yue Zhang

Tree-LSTMs have been used for tree-based sentiment analysis over Stanford Sentiment Treebank, which allows the sentiment signals over hierarchical phrase structures to be calculated simultaneously. However, traditional t…

Sentiment Analysis

To Attend or not to Attend: A Case Study on Syntactic Structures for Semantic Relatedness

2018-07-01 · ACL 2018 7 · Amulya Gupta, Zhu Zhang

With the recent success of Recurrent Neural Networks (RNNs) in Machine Translation (MT), attention mechanisms have become increasingly popular. The purpose of this paper is two-fold; firstly, we propose a novel attention…

Machine TranslationParaphrase IdentificationQuestion AnsweringSentence+1

Unlexicalized Transition-based Discontinuous Constituency Parsing

2019-02-24 · TACL 2019 3 · Maximin Coavoux, Benoît Crabbé, Shay B. Cohen

Lexicalized parsing models are based on the assumptions that (i) constituents are organized around a lexical head (ii) bilexical statistics are crucial to solve ambiguities. In this paper, we introduce an unlexicalized t…

Constituency Parsing

Nested Named Entity Recognition as Latent Lexicalized Constituency Parsing

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Nested named entity recognition (NER) has been receiving increasing attention. Recently, Fu et al. (2020) adapt a span-based constituency parser to tackle nested NER. They treat nested entities as partially-observed cons…

Constituency ParsingEntity Typingnamed-entity-recognitionNamed Entity Recognition+3