paper-with-me

Papers

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 such as syntax. We investigate the use of dependency trees to enhance the generalization of BERT in the NLI task, leveraging on a graph convolutional network to represent a syntax-based matching graph with heterogeneous matching patterns. Experimental results show that, our syntax-based method largely enhance generalization of BERT on a test set where the sentence pair has high lexical overlap but diverse syntactic structures, and do not degrade performance on the standard test set. In other words, the proposed method makes BERT more robust on syntactic changes.

📄 PDF Abstract BibTeX

Code (1)

heqi2015/ca_gcn 공식 구현 pytorch

Tasks

Natural Language InferenceSentence

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention 설명 없음
Adam 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음
WordPiece 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

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

Broadening the Applicability of Conditional Syntax Splitting for Reasoning from Conditional Belief Bases

2026-04-14 · Lars-Phillip Spiegel, Jonas Haldimann, Jesse Heyninck, Gabriele Kern-Isberner 외 arxiv

In nonmonotonic reasoning from conditional belief bases, an inference operator satisfying syntax splitting postulates allows for taking only the relevant parts of a belief base into account, provided that the belief base…

Multi Language Models for On-the-Fly Syntax Highlighting

2025-10-05 · Marco Edoardo Palma, Pooja Rani, Harald C. Gall arxiv

Syntax highlighting is a critical feature in modern software development environments, enhancing code readability and developer productivity. However, delivering accurate highlighting in real time remains challenging for…

Few-Shot Learning

Filling Memory Gaps: Enhancing Continual Semantic Parsing via SQL Syntax Variance-Guided LLMs without Real Data Replay

2024-12-10 · Ruiheng Liu, Jinyu Zhang, Yanqi Song, Yu Zhang 외

Continual Semantic Parsing (CSP) aims to train parsers to convert natural language questions into SQL across tasks with limited annotated examples, adapting to the real-world scenario of dynamically updated databases. Pr…

Continual LearningLanguage ModelingLanguage ModellingLarge Language Model+1

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 distributi…

modelNatural Language InferenceSentence