Probing for the Usage of Grammatical Number
Karim Lasri, Tiago Pimentel, Alessandro Lenci, Thierry Poibeau, Ryan Cotterell
TL;DR
This paper asks how pre-trained NLP models actually use linguistic properties, proposing a usage-based probing framework that combines diagnostic, behavioral, and causal methods. It centers on grammatical number and a number-agreement task in BERT, showing that the model relies on a linear encoding that is largely orthogonal between nouns and verbs and transferred across layers, notably between layers 3 and 8, via indirect pathways rather than direct attention. By applying amnesic probes and attention pruning, the authors demonstrate that removing the encoding degrades performance, thereby linking encoding to usage, and reveal that a single linear probe may mislead about how information is used. The study advances a mechanistic view of BERT’s internal representations, highlighting POS-specific encodings and distributed information transfer as key features of how grammatical number is encoded and utilized in inference.
Abstract
A central quest of probing is to uncover how pre-trained models encode a linguistic property within their representations. An encoding, however, might be spurious-i.e., the model might not rely on it when making predictions. In this paper, we try to find encodings that the model actually uses, introducing a usage-based probing setup. We first choose a behavioral task which cannot be solved without using the linguistic property. Then, we attempt to remove the property by intervening on the model's representations. We contend that, if an encoding is used by the model, its removal should harm the performance on the chosen behavioral task. As a case study, we focus on how BERT encodes grammatical number, and on how it uses this encoding to solve the number agreement task. Experimentally, we find that BERT relies on a linear encoding of grammatical number to produce the correct behavioral output. We also find that BERT uses a separate encoding of grammatical number for nouns and verbs. Finally, we identify in which layers information about grammatical number is transferred from a noun to its head verb.
