paper-with-me

Papers

Deep Subjecthood: Higher-Order Grammatical Features in Multilingual BERT

2021-01-26 · EACL 2021 2 · Isabel Papadimitriou, Ethan A. Chi, Richard Futrell, Kyle Mahowald

We investigate how Multilingual BERT (mBERT) encodes grammar by examining how the high-order grammatical feature of morphosyntactic alignment (how different languages define what counts as a "subject") is manifested across the embedding spaces of different languages. To understand if and how morphosyntactic alignment affects contextual embedding spaces, we train classifiers to recover the subjecthood of mBERT embeddings in transitive sentences (which do not contain overt information about morphosyntactic alignment) and then evaluate them zero-shot on intransitive sentences (where subjecthood classification depends on alignment), within and across languages. We find that the resulting classifier distributions reflect the morphosyntactic alignment of their training languages. Our results demonstrate that mBERT representations are influenced by high-level grammatical features that are not manifested in any one input sentence, and that this is robust across languages. Further examining the characteristics that our classifiers rely on, we find that features such as passive voice, animacy and case strongly correlate with classification decisions, suggesting that mBERT does not encode subjecthood purely syntactically, but that subjecthood embedding is continuous and dependent on semantic and discourse factors, as is proposed in much of the functional linguistics literature. Together, these results provide insight into how grammatical features manifest in contextual embedding spaces, at a level of abstraction not covered by previous work.

📄 PDF Abstract BibTeX arXiv:2101.11043

Code (1)

toizzy/deep-subjecthood 공식 구현 pytorch

Tasks

Sentence

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
mBERT mBERT
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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 Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음
Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Multilingual BERT, ergativity, and grammatical subjecthood

2021-02-01 · SCiL 2021 2 · Isabel Papadimitriou, Ethan A. Chi, Richard Futrell, Kyle Mahowald

Subjecthood and Grammatical Relations in Korean: An Experimental Study with Honorific Agreement and Plural Copying

2017-11-01 · PACLIC 2017 11 · Ji-Hye Kim, Yong-hun Lee, James Hye-Suk Yoon

Grammatical cues to subjecthood are redundant in a majority of simple clauses across languages

2022-01-30 · Kyle Mahowald, Evgeniia Diachek, Edward Gibson, Evelina Fedorenko 외

Grammatical cues are sometimes redundant with word meanings in natural language. For instance, English word order rules constrain the word order of a sentence like "The dog chewed the bone" even though the status of "dog…

SentenceWorld Knowledge

Multilingual BERT has an accent: Evaluating English influences on fluency in multilingual models

2022-10-11 · Isabel Papadimitriou, Kezia Lopez, Dan Jurafsky

While multilingual language models can improve NLP performance on low-resource languages by leveraging higher-resource languages, they also reduce average performance on all languages (the 'curse of multilinguality'). He…

Language ModelingLanguage Modelling

Towards Corpus-Grounded Agentic LLMs for Multilingual Grammatical Analysis

2025-11-28 · Matej Klemen, Tjaša Arčon, Luka Terčon, Marko Robnik-Šikonja 외 arxiv

Empirical grammar research has become increasingly data-driven, but the systematic analysis of annotated corpora still requires substantial methodological and technical effort. We explore how agentic large language model…

Code Generation