paper-with-me

Papers

Modelling Sentence Pairs with Tree-structured Attentive Encoder

2016-10-10 · COLING 2016 12 · Yao Zhou, Cong Liu, Yan Pan

We describe an attentive encoder that combines tree-structured recursive neural networks and sequential recurrent neural networks for modelling sentence pairs. Since existing attentive models exert attention on the sequential structure, we propose a way to incorporate attention into the tree topology. Specially, given a pair of sentences, our attentive encoder uses the representation of one sentence, which generated via an RNN, to guide the structural encoding of the other sentence on the dependency parse tree. We evaluate the proposed attentive encoder on three tasks: semantic similarity, paraphrase identification and true-false question selection. Experimental results show that our encoder outperforms all baselines and achieves state-of-the-art results on two tasks.

📄 PDF Abstract BibTeX arXiv:1610.02806

Code (1)

yoosan/sentpair 공식 구현

Tasks

Paraphrase IdentificationQuestion SelectionSemantic SimilaritySemantic Textual SimilaritySentence

Similar Papers 제목 키워드 기반

Learning to Embed Sentences Using Attentive Recursive Trees

2018-11-06 · Jiaxin Shi, Lei Hou, Juanzi Li, Zhiyuan Liu 외

Sentence embedding is an effective feature representation for most deep learning-based NLP tasks. One prevailing line of methods is using recursive latent tree-structured networks to embed sentences with task-specific st…

SentenceSentence EmbeddingSentence-Embedding

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

Tree-Structured Neural Machine for Linguistics-Aware Sentence Generation

2017-04-30 · Ganbin Zhou, Ping Luo, Rongyu Cao, Yijun Xiao 외

Different from other sequential data, sentences in natural language are structured by linguistic grammars. Previous generative conversational models with chain-structured decoder ignore this structure in human language a…

DecoderSentence

Scalable Attentive Sentence-Pair Modeling via Distilled Sentence Embedding

2019-08-14 · Oren Barkan, Noam Razin, Itzik Malkiel, Ori Katz 외

Recent state-of-the-art natural language understanding models, such as BERT and XLNet, score a pair of sentences (A and B) using multiple cross-attention operations - a process in which each word in sentence A attends to…

Knowledge DistillationNatural Language UnderstandingSemantic SimilaritySentence+4

Top-Down Tree Structured Text Generation

2018-08-14 · Qipeng Guo, Xipeng Qiu, xiangyang xue, Zheng Zhang

Text generation is a fundamental building block in natural language processing tasks. Existing sequential models performs autoregression directly over the text sequence and have difficulty generating long sentences of co…

SentenceText Generation