paper-with-me

Papers

Multiplicative Tree-Structured Long Short-Term Memory Networks for Semantic Representations

2018-06-01 · SEMEVAL 2018 6 · Nam Khanh Tran, Weiwei Cheng

Tree-structured LSTMs have shown advantages in learning semantic representations by exploiting syntactic information. Most existing methods model tree structures by bottom-up combinations of constituent nodes using the same shared compositional function and often making use of input word information only. The inability to capture the richness of compositionality makes these models lack expressive power. In this paper, we propose multiplicative tree-structured LSTMs to tackle this problem. Our model makes use of not only word information but also relation information between words. It is more expressive, as different combination functions can be used for each child node. In addition to syntactic trees, we also investigate the use of Abstract Meaning Representation in tree-structured models, in order to incorporate both syntactic and semantic information from the sentence. Experimental results on common NLP tasks show the proposed models lead to better sentence representation and AMR brings benefits in complex tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstract Meaning RepresentationLearning Semantic RepresentationsMachine TranslationRelation ExtractionSentenceSentiment AnalysisText Classification

Similar Papers 제목 키워드 기반

Inducing Grammar from Long Short-Term Memory Networks by Shapley Decomposition

2020-07-01 · ACL 2020 6 · Yuhui Zhang, Allen Nie

The principle of compositionality has deep roots in linguistics: the meaning of an expression is determined by its structure and the meanings of its constituents. However, modern neural network models such as long short-…

Japanese Sentiment Classification using a Tree-Structured Long Short-Term Memory with Attention

2017-04-04 · PACLIC 2018 12 · Ryosuke Miyazaki, Mamoru Komachi

Previous approaches to training syntax-based sentiment classification models required phrase-level annotated corpora, which are not readily available in many languages other than English. Thus, we propose the use of tree…

ClassificationGeneral ClassificationSentiment AnalysisSentiment Classification

Improved Semantic Representations From Tree-Structured Long Short-Term Memory Networks

2015-02-28 · IJCNLP 2015 7 · Kai Sheng Tai, Richard Socher, Christopher D. Manning

Because of their superior ability to preserve sequence information over time, Long Short-Term Memory (LSTM) networks, a type of recurrent neural network with a more complex computational unit, have obtained strong result…

General ClassificationSemantic SimilaritySentiment AnalysisSentiment Classification

Attentive Tree-structured Network for Monotonicity Reasoning

2021-01-03 · ACL (NALOMA, IWCS) 2021 6 · Zeming Chen

Many state-of-art neural models designed for monotonicity reasoning perform poorly on downward inference. To address this shortcoming, we developed an attentive tree-structured neural network. It consists of a tree-based…

Natural Language InferenceSentence

Text Sentiment Analysis based on Fusion of Structural Information and Serialization Information

2017-11-01 · IJCNLP 2017 11 · Ling Gan, Houyu Gong

Tree-structured Long Short-Term Memory (Tree-LSTM) has been proved to be an effective method in the sentiment analysis task. It extracts structural information on text, and uses Long Short-Term Memory (LSTM) cell to prev…

Opinion MiningSentiment Analysis