paper-with-me

Papers

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 like the Transformer struggle to encode such structures inherently. On the other hand, dedicated models like the Tree-LSTM, while explicitly modeling hierarchical structures, do not perform as efficiently as the Transformer. In this paper, we attempt to bridge this gap with "Hierarchical Accumulation" to encode parse tree structures into self-attention at constant time complexity. Our approach outperforms SOTA methods in four IWSLT translation tasks and the WMT'14 English-German translation task. It also yields improvements over Transformer and Tree-LSTM on three text classification tasks. We further demonstrate that using hierarchical priors can compensate for data shortage, and that our model prefers phrase-level attentions over token-level attentions.

📄 PDF Abstract BibTeX arXiv:2002.08046

Code (0)

등록된 구현이 없습니다.

Tasks

text-classificationText ClassificationTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Hierarchical Attention Decoder for Solving Math Word Problems

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

To answer math word problems (MWPs), models need to formalize equations from the source text of math problems. Recently, the tree-structured decoder has significantly improved model performance on this task by generating…

DecoderMath

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

Recursive Tree Attention: Improving Semantic Representations with Syntactic Tree Structured Attention Mechanism

2021-06-04 · Anonymous

Attention mechanism has shown its effectiveness in state-of-the-art methods on various tasks in natural language processing (NLP). However, these methods are still using attention mechanism in plain, linear topological s…

Constituency ParsingRepresentation LearningSentencetext-classification+1

Nonparametric Forest-Structured Neural Topic Modeling

2022-10-01 · COLING 2022 10 · Zhihong Zhang, Xuewen Zhang, Yanghui Rao

Neural topic models have been widely used in discovering the latent semantics from a corpus. Recently, there are several researches on hierarchical neural topic models since the relationships among topics are valuable fo…

Topic Models

Unit Ball Model for Embedding Hierarchical Structures in the Complex Hyperbolic Space

2021-05-09 · NeurIPS 2021 12 · Huiru Xiao, Caigao Jiang, Yangqiu Song, James Zhang 외

Learning the representation of data with hierarchical structures in the hyperbolic space attracts increasing attention in recent years. Due to the constant negative curvature, the hyperbolic space resembles tree metrics …

Representation Learning