paper-with-me

홈 › Papers

Recursive Tree-Structured Self-Attention for Answer Sentence Selection

2021-08-01 · ACL 2021 5 · Khalil Mrini, Emilia Farcas, Ndapa Nakashole

Syntactic structure is an important component of natural language text. Recent top-performing models in Answer Sentence Selection (AS2) use self-attention and transfer learning, but not syntactic structure. Tree structures have shown strong performance in tasks with sentence pair input like semantic relatedness. We investigate whether tree structures can boost performance in AS2. We introduce the Tree Aggregation Transformer: a novel recursive, tree-structured self-attention model for AS2. The recursive nature of our model is able to represent all levels of syntactic parse trees with only one additional self-attention layer. Without transfer learning, we establish a new state of the art on the popular TrecQA and WikiQA benchmark datasets. Additionally, we evaluate our method on four Community Question Answering datasets, and find that tree-structured representations have limitations with noisy user-generated text. We conduct probing experiments to evaluate how our models leverage tree structures across datasets. Our findings show that the ability of tree-structured models to successfully absorb syntactic information is strongly correlated with a higher performance in AS2.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Community Question AnsweringQuestion AnsweringSentenceTransfer Learning

Similar Papers 제목 키워드 기반

Neural Tree Indexers for Text Understanding

2016-07-15 · EACL 2017 4 · Tsendsuren Munkhdalai, Hong Yu

Recurrent neural networks (RNNs) process input text sequentially and model the conditional transition between word tokens. In contrast, the advantages of recursive networks include that they explicitly model the composit…

Natural Language InferenceSentenceSentence Classification

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

A Better Way to Attend: Attention with Trees for Video Question Answering

2019-09-05 · Hongyang Xue, Wenqing Chu, Zhou Zhao, Deng Cai

We propose a new attention model for video question answering. The main idea of the attention models is to locate on the most informative parts of the visual data. The attention mechanisms are quite popular these days. H…

Question AnsweringVideo Question Answering

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

Recursive Question Understanding for Complex Question Answering over Heterogeneous Personal Data

2025-05-17 · Philipp Christmann, Gerhard Weikum

Question answering over mixed sources, like text and tables, has been advanced by verbalizing all contents and encoding it with a language model. A prominent case of such heterogeneous data is personal information: user …

Language ModelingLanguage ModellingQuestion Answering