CLLGApr 16, 2021

Memorisation versus Generalisation in Pre-trained Language Models

arXiv:2105.00828v2647 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of limited generalization in pre-trained language models for low-resource tasks, which is incremental as it builds on existing methods to enhance specific capabilities.

The study investigated how pre-trained language models handle noisy and low-resource scenarios, finding they are robust to label noise but struggle with low-frequency patterns in tasks like few-shot learning and rare entity recognition. To address this, the authors proposed a prototypical network extension that improved performance in low-resource named entity recognition.

State-of-the-art pre-trained language models have been shown to memorise facts and perform well with limited amounts of training data. To gain a better understanding of how these models learn, we study their generalisation and memorisation capabilities in noisy and low-resource scenarios. We find that the training of these models is almost unaffected by label noise and that it is possible to reach near-optimal results even on extremely noisy datasets. However, our experiments also show that they mainly learn from high-frequency patterns and largely fail when tested on low-resource tasks such as few-shot learning and rare entity recognition. To mitigate such limitations, we propose an extension based on prototypical networks that improves performance in low-resource named entity recognition tasks.

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