paper-with-me

홈 › Papers

Does BERT Know that the IS-A Relation Is Transitive?

2022-05-01 · ACL 2022 5 · Ruixi Lin, Hwee Tou Ng

The success of a natural language processing (NLP) system on a task does not amount to fully understanding the complexity of the task, typified by many deep learning models. One such question is: can a black-box model make logically consistent predictions for transitive relations? Recent studies suggest that pre-trained BERT can capture lexico-semantic clues from words in the context. However, to what extent BERT captures the transitive nature of some lexical relations is unclear. From a probing perspective, we examine WordNet word senses and the IS-A relation, which is a transitive relation. That is, for senses A, B, and C, A is-a B and B is-a C entail A is-a C. We aim to quantify how much BERT agrees with the transitive property of IS-A relations, via a minimalist probing setting. Our investigation reveals that BERT’s predictions do not fully obey the transitivity property of the IS-A relation.

📄 PDF Abstract BibTeX

Code (1)

nusnlp/probe-bert-transitivity 공식 구현

Tasks

Relation

Similar Papers 제목 키워드 기반

Capturing Intransitive Dominance in Tennis Forecasting: A Graph Neural Network Approach

2025-10-23 · Lawrence Clegg, John Cartlidge arxiv

Intransitive player dominance, where player A beats B, B beats C, but C beats A, is common in competitive tennis. Yet, there are few known attempts to incorporate it within forecasting methods. We address this problem wi…

Graph Neural Network

Relational reasoning and inductive bias in transformers trained on a transitive inference task

2025-06-04 · Jesse Geerts, Stephanie Chan, Claudia Clopath, Kimberly Stachenfeld

Transformer-based models have demonstrated remarkable reasoning abilities, but the mechanisms underlying relational reasoning in different learning regimes remain poorly understood. In this work, we investigate how trans…

In-Context LearningInductive BiasRelational Reasoning

Do Language Models Learn Position-Role Mappings?

2022-02-08 · Jackson Petty, Michael Wilson, Robert Frank

How is knowledge of position-role mappings in natural language learned? We explore this question in a computational setting, testing whether a variety of well-performing pertained language models (BERT, RoBERTa, and Dist…

PositionSpecificity

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

Sentence

Ordinal Potential-based Player Rating

2023-06-08 · Nelson Vadori, Rahul Savani

It was recently observed that Elo ratings fail at preserving transitive relations among strategies and therefore cannot correctly extract the transitive component of a game. We provide a characterization of transitive ga…