CLJun 9, 2023

Morphosyntactic probing of multilingual BERT models

AI2UW
arXiv:2306.06205v120 citationsh-index: 114
Originality Incremental advance
AI Analysis

This work provides insights into morphological learning in language models for NLP researchers, though it is incremental as it builds on existing probing methods.

The authors tackled the problem of understanding what morphological information multilingual BERT models learn by creating a large dataset of 247 tasks across 42 languages and found that pre-trained Transformers achieve strong performance, with a key result showing that preceding context holds more predictive information than following context.

We introduce an extensive dataset for multilingual probing of morphological information in language models (247 tasks across 42 languages from 10 families), each consisting of a sentence with a target word and a morphological tag as the desired label, derived from the Universal Dependencies treebanks. We find that pre-trained Transformer models (mBERT and XLM-RoBERTa) learn features that attain strong performance across these tasks. We then apply two methods to locate, for each probing task, where the disambiguating information resides in the input. The first is a new perturbation method that masks various parts of context; the second is the classical method of Shapley values. The most intriguing finding that emerges is a strong tendency for the preceding context to hold more information relevant to the prediction than the following context.

Code Implementations1 repo
Foundations

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

Your Notes