paper-with-me

Papers

Does BERT really agree ? Fine-grained Analysis of Lexical Dependence on a Syntactic Task

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Although transformer-based Neural Language Models obtain impressive results on a wide variety of tasks, their generalization abilities are not well understood. They have been shown to perform strongly on subject-verb number agreement in a wide array of settings, suggesting that they learned to capture syntactic dependencies during their training even without explicit supervision. In this paper, we examine the extent to which BERT relies on lexical content to solve the number agreement (NA) task. To do so, we disrupt the lexical patterns found in naturally occurring stimuli in a novel fine-grained analysis of BERT's behavior. Our results on nonce sentences suggest that the model generalizes well for simple structures, but fails to perform lexically-independent syntactic generalization when as little as one attractor is present.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

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 &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
Multi-Head Attention 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Does BERT really agree ? Fine-grained Analysis of Lexical Dependence on a Syntactic Task

2022-04-14 · Findings (ACL) 2022 5 · Karim Lasri, Alessandro Lenci, Thierry Poibeau

Although transformer-based Neural Language Models demonstrate impressive performance on a variety of tasks, their generalization abilities are not well understood. They have been shown to perform strongly on subject-verb…

FGR-ColBERT: Identifying Fine-Grained Relevance Tokens During Retrieval

2026-03-31 · Antonín Jarolím, Martin Fajčík arxiv

Document retrieval identifies relevant documents but does not provide fine-grained evidence cues, such as specific relevant spans. A possible solution is to apply an LLM after retrieval; however, this introduces signific…

Does BERT agree? Evaluating knowledge of structure dependence through agreement relations

2019-08-26 · Geoff Bacon, Terry Regier

Learning representations that accurately model semantics is an important goal of natural language processing research. Many semantic phenomena depend on syntactic structure. Recent work examines the extent to which state…

Sensitivity

Towards Generalizeable Semantic Product Search by Text Similarity Pre-training on Search Click Logs

2022-05-01 · ECNLP (ACL) 2022 5 · Zheng Liu, Wei zhang, Yan Chen, Weiyi Sun 외

Recently, semantic search has been successfully applied to E-commerce product search and the learned semantic space for query and product encoding are expected to generalize well to unseen queries or products. Yet, wheth…

text similarity

Ablation Path Saliency

2022-09-26 · Justus Sagemüller, Olivier Verdier

Various types of saliency methods have been proposed for explaining black-box classification. In image applications, this means highlighting the part of the image that is most relevant for the current decision. Unfortuna…