EMNLP 2022main7 citations

The Architectural Bottleneck Principle

Tiago Pimentel, Josef Valvoda, Niklas Stoehr, Ryan Cotterell

Abstract

In this paper, we seek to measure how much information a component in a neural network could extract from the representations fed into it. Our work stands in contrast to prior probing work, most of which investigates how much information a model's representations contain. This shift in perspective leads us to propose a new principle for probing, the architectural bottleneck principle: In order to estimate how much information a given component could extract, a probe should look exactly like the component. Relying on this principle, we estimate how much syntactic information is available to transformers through our attentional probe, a probe that exactly resembles a transformer's self-attention head. Experimentally, we find that, in three models (BERT, ALBERT, and RoBERTa), a sentence's syntax tree is mostly extractable by our probe, suggesting these models have access to syntactic information while composing their contextual representations. Whether this information is actually used by these models, however, remains an open question.

BibTeX
@inproceedings{pimentel-etal-2022-attentional,
    title = "The Architectural Bottleneck Principle",
    author = "Pimentel, Tiago  and
      Valvoda, Josef  and
      Stoehr, Niklas  and
      Cotterell, Ryan",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.emnlp-main.788/",
    doi = "10.18653/v1/2022.emnlp-main.788",
    pages = "11459--11472"
}
The Architectural Bottleneck Principle · EMNLP 2022