paper-with-me

Papers

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 whether meaning interferes with this type of agreement in English in syntactic structures of various complexities. To do so, we generate both semantically well-formed and nonsensical items. We compare the performance of BERT-base to that of humans, obtained with a psycholinguistic online crowdsourcing experiment. We find that BERT and humans are both sensitive to our semantic manipulation: They fail more often when presented with nonsensical items, especially when their syntactic structure features an attractor (a noun phrase between the subject and the verb that has not the same number as the subject). We also find that the effect of meaningfulness on SVA errors is stronger for BERT than for humans, showing higher lexical sensitivity of the former on this task.

📄 PDF Abstract BibTeX arXiv:2209.10538

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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$…
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 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Collocational bootstrapping: A hypothesis about the learning of subject-verb agreement in humans and neural networks

2026-05-19 · Claire Hobbs, R. Thomas McCoy arxiv

In what ways might statistical signals in linguistic input assist with the acquisition of syntax? Here we hypothesize a mechanism called collocational bootstrapping, in which regularities in word co-occurrence patterns c…

Language Acquisition

Probing for targeted syntactic knowledge through grammatical error detection

2022-10-28 · Christopher Davis, Christopher Bryant, Andrew Caines, Marek Rei 외

Targeted studies testing knowledge of subject-verb agreement (SVA) indicate that pre-trained language models encode syntactic information. We assert that if models robustly encode subject-verb agreement, they should be a…

DiagnosticGrammatical Error Detection

A Light Rule-based Approach to English Subject-Verb Agreement Errors on the Third Person Singular Forms

2015-10-01 · PACLIC 2015 10 · Yuzhu Wang, Hai Zhao
Grammatical Error Detection

Influence Paths for Characterizing Subject-Verb Number Agreement in LSTM Language Models

2020-05-03 · ACL 2020 6 · Kaiji Lu, Piotr Mardziel, Klas Leino, Matt Fedrikson 외

LSTM-based recurrent neural networks are the state-of-the-art for many natural language processing (NLP) tasks. Despite their performance, it is unclear whether, or how, LSTMs learn structural features of natural languag…

DiagnosticLanguage Modelling

A Simple and Robust Approach to Detecting Subject-Verb Agreement Errors

2019-06-01 · NAACL 2019 6 · Simon Flachs, Oph{\'e}lie Lacroix, Marek Rei, Helen Yannakoudakis 외

While rule-based detection of subject-verb agreement (SVA) errors is sensitive to syntactic parsing errors and irregularities and exceptions to the main rules, neural sequential labelers have a tendency to overfit their …