paper-with-me

Papers

Syntax-based Attention Model for Natural Language Inference

2016-07-22 · PengFei Liu, Xipeng Qiu, Xuanjing Huang

Introducing attentional mechanism in neural network is a powerful concept, and has achieved impressive results in many natural language processing tasks. However, most of the existing models impose attentional distribution on a flat topology, namely the entire input representation sequence. Clearly, any well-formed sentence has its accompanying syntactic tree structure, which is a much rich topology. Applying attention to such topology not only exploits the underlying syntax, but also makes attention more interpretable. In this paper, we explore this direction in the context of natural language inference. The results demonstrate its efficacy. We also perform extensive qualitative analysis, deriving insights and intuitions of why and how our model works.

📄 PDF Abstract BibTeX arXiv:1607.06556

Code (0)

등록된 구현이 없습니다.

Tasks

modelNatural Language InferenceSentence

Similar Papers 제목 키워드 기반

Improving Natural Language Inference with a Pretrained Parser

2019-09-18 · Deric Pang, Lucy H. Lin, Noah A. Smith

We introduce a novel approach to incorporate syntax into natural language inference (NLI) models. Our method uses contextual token-level vector representations from a pretrained dependency parser. Like other contextual e…

Natural Language Inference

SG-Net: Syntax Guided Transformer for Language Representation

2020-12-27 · Zhuosheng Zhang, Yuwei Wu, Junru Zhou, Sufeng Duan 외

Understanding human language is one of the key themes of artificial intelligence. For language representation, the capacity of effectively modeling the linguistic knowledge from the detail-riddled and lengthy texts and g…

Machine Reading ComprehensionMachine TranslationNatural Language InferenceReading Comprehension+1

Enhancing Generalization in Natural Language Inference by Syntax

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Qi He, Han Wang, Yue Zhang

Pre-trained language models such as BERT have achieved the state-of-the-art performance on natural language inference (NLI). However, it has been shown that such models can be tricked by variations of surface patterns su…

Natural Language InferenceSentence

Cooperative Learning of Disjoint Syntax and Semantics

2019-02-25 · NAACL 2019 6 · Serhii Havrylov, Germán Kruszewski, Armand Joulin

There has been considerable attention devoted to models that learn to jointly infer an expression's syntactic structure and its semantics. Yet, \citet{NangiaB18} has recently shown that the current best systems fail to l…

Domain GeneralizationNatural Language InferenceSentiment Analysis

Beyond Sequence Order: Syntax-Informed Positional Embeddings for Transformers

2026-08-06 · Haris Riaz, Hyungji Kim, Mihai Surdeanu arxiv

Positional embeddings (PE) in Transformers encode token distance and order but are largely agnostic to syntactic structure. We introduce Syntax-informed Positional Embeddings (SiPE), which learns a lightweight syntactic …