paper-with-me

Papers

Improving Tree-LSTM with Tree Attention

2019-01-01 · Mahtab Ahmed, Muhammad Rifayat Samee, Robert E. Mercer

In Natural Language Processing (NLP), we often need to extract information from tree topology. Sentence structure can be represented via a dependency tree or a constituency tree structure. For this reason, a variant of LSTMs, named Tree-LSTM, was proposed to work on tree topology. In this paper, we design a generalized attention framework for both dependency and constituency trees by encoding variants of decomposable attention inside a Tree-LSTM cell. We evaluated our models on a semantic relatedness task and achieved notable results compared to Tree-LSTM based methods with no attention as well as other neural and non-neural methods and good results compared to Tree-LSTM based methods with attention.

📄 PDF Abstract BibTeX arXiv:1901.00066

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

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

Attention-driven Tree-structured Convolutional LSTM for High Dimensional Data Understanding

2019-01-29 · Bin Kong, Xin Wang, Junjie Bai, Yi Lu 외

Modeling the sequential information of image sequences has been a vital step of various vision tasks and convolutional long short-term memory (ConvLSTM) has demonstrated its superb performance in such spatiotemporal prob…

Vocal Bursts Intensity Prediction

Interpretable Structure-aware Document Encoders with Hierarchical Attention

2019-02-26 · Khalil Mrini, Claudiu Musat, Michael Baeriswyl, Martin Jaggi

We propose a method to create document representations that reflect their internal structure. We modify Tree-LSTMs to hierarchically merge basic elements such as words and sentences into blocks of increasing complexity. …

Document ClassificationSentenceWord Embeddings

You Only Need Attention to Traverse Trees

2019-07-01 · ACL 2019 7 · Mahtab Ahmed, Muhammad Rifayat Samee, Robert E. Mercer

In recent NLP research, a topic of interest is universal sentence encoding, sentence representations that can be used in any supervised task. At the word sequence level, fully attention-based models suffer from two probl…

Sentence

Tree-structured Attention with Hierarchical Accumulation

2020-02-19 · ICLR 2020 1 · Xuan-Phi Nguyen, Shafiq Joty, Steven C. H. Hoi, Richard Socher

Incorporating hierarchical structures like constituency trees has been shown to be effective for various natural language processing (NLP) tasks. However, it is evident that state-of-the-art (SOTA) sequence-based models …

text-classificationText ClassificationTranslation