paper-with-me

Papers

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-of-the-art models for pre-training representations, such as BERT, capture such structure-dependent phenomena, but is largely restricted to one phenomenon in English: number agreement between subjects and verbs. We evaluate BERT's sensitivity to four types of structure-dependent agreement relations in a new semi-automatically curated dataset across 26 languages. We show that both the single-language and multilingual BERT models capture syntax-sensitive agreement patterns well in general, but we also highlight the specific linguistic contexts in which their performance degrades.

📄 PDF Abstract BibTeX arXiv:1908.09892

Code (1)

geoffbacon/does-bert-agree 공식 구현

Tasks

Sensitivity

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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.
Weight Decay 설명 없음
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 &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Open Sesame: Getting Inside BERT's Linguistic Knowledge

2019-06-04 · WS 2019 8 · Yongjie Lin, Yi Chern Tan, Robert Frank

How and to what extent does BERT encode syntactically-sensitive hierarchical information or positionally-sensitive linear information? Recent work has shown that contextual representations like BERT perform well on tasks…

DiagnosticSensitivity

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

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…

What Does BERT Learn about the Structure of Language?

2019-07-01 · ACL 2019 7 · Ganesh Jawahar, Beno{\^\i}t Sagot, Djam{\'e} Seddah

BERT is a recent language representation model that has surprisingly performed well in diverse language understanding benchmarks. This result indicates the possibility that BERT networks capture structural information ab…

Subject Verb Agreement Error Patterns in Meaningless Sentences: Humans vs. BERT

2022-09-21 · COLING 2022 10 · Karim Lasri, Olga Seminck, Alessandro Lenci, Thierry Poibeau

Both humans and neural language models are able to perform subject-verb number agreement (SVA). In principle, semantics shouldn't interfere with this task, which only requires syntactic knowledge. In this work we test wh…