CLAISep 13, 2021

Not All Models Localize Linguistic Knowledge in the Same Place: A Layer-wise Probing on BERToids' Representations

arXiv:2109.05958v2664 citations
AI Analysis

This work addresses the problem of understanding model interpretability for NLP researchers, showing that findings from BERT do not generalize to other models, which is incremental but important for accurate probing.

The study investigated how different pre-training objectives and architectures affect where linguistic knowledge is encoded in BERT-like models, finding that ELECTRA stores it in deeper layers and XLNet in earlier layers, with fine-tuning causing significant adjustments in XLNet but minimal changes in ELECTRA.

Most of the recent works on probing representations have focused on BERT, with the presumption that the findings might be similar to the other models. In this work, we extend the probing studies to two other models in the family, namely ELECTRA and XLNet, showing that variations in the pre-training objectives or architectural choices can result in different behaviors in encoding linguistic information in the representations. Most notably, we observe that ELECTRA tends to encode linguistic knowledge in the deeper layers, whereas XLNet instead concentrates that in the earlier layers. Also, the former model undergoes a slight change during fine-tuning, whereas the latter experiences significant adjustments. Moreover, we show that drawing conclusions based on the weight mixing evaluation strategy -- which is widely used in the context of layer-wise probing -- can be misleading given the norm disparity of the representations across different layers. Instead, we adopt an alternative information-theoretic probing with minimum description length, which has recently been proven to provide more reliable and informative results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes