paper-with-me

Papers

Generalisation First, Memorisation Second? Memorisation Localisation for Natural Language Classification Tasks

2024-08-09 · Verna Dankers, Ivan Titov

Memorisation is a natural part of learning from real-world data: neural models pick up on atypical input-output combinations and store those training examples in their parameter space. That this happens is well-known, but how and where are questions that remain largely unanswered. Given a multi-layered neural model, where does memorisation occur in the millions of parameters? Related work reports conflicting findings: a dominant hypothesis based on image classification is that lower layers learn generalisable features and that deeper layers specialise and memorise. Work from NLP suggests this does not apply to language models, but has been mainly focused on memorisation of facts. We expand the scope of the localisation question to 12 natural language classification tasks and apply 4 memorisation localisation techniques. Our results indicate that memorisation is a gradual process rather than a localised one, establish that memorisation is task-dependent, and give nuance to the generalisation first, memorisation second hypothesis.

📄 PDF Abstract BibTeX arXiv:2408.04965

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Similar Papers 제목 키워드 기반

What do larger image classifiers memorise?

2023-10-09 · Michal Lukasik, Vaishnavh Nagarajan, Ankit Singh Rawat, Aditya Krishna Menon 외

The success of modern neural networks has prompted study of the connection between memorisation and generalisation: overparameterised models generalise well, despite being able to perfectly fit (memorise) completely rand…

image-classificationImage ClassificationKnowledge DistillationMemorization+1

Memorisation Cartography: Mapping out the Memorisation-Generalisation Continuum in Neural Machine Translation

2023-11-09 · Verna Dankers, Ivan Titov, Dieuwke Hupkes

When training a neural network, it will quickly memorise some source-target mappings from your dataset but never learn some others. Yet, memorisation is not easily expressed as a binary feature that is good or bad: indiv…

counterfactualMachine TranslationNMTPosition

SoK: Memorisation in machine learning

2023-11-06 · Dmitrii Usynin, Moritz Knolle, Georgios Kaissis

Quantifying the impact of individual data samples on machine learning models is an open research problem. This is particularly relevant when complex and high-dimensional relationships have to be learned from a limited sa…

Reducing Memorisation in Generative Models via Riemannian Bayesian Inference

2026-01-30 · Johanna Marie Gegenfurtner, Albert Kjøller Jacobsen, Naima Elosegui Borras, Alejandro Valverde Mahou 외 arxiv

Modern generative models can produce realistic samples, however, balancing memorisation and generalisation remains an open problem. We approach this challenge from a Bayesian perspective by focusing on the parameter spac…

Bayesian Inference

Early Detection and Reduction of Memorisation for Domain Adaptation and Instruction Tuning

2025-10-13 · Dean L. Slack, Noura Al Moubayed arxiv

Although large language models excel across many tasks, they can memorise training data and thereby expose private or copyrighted text. Most defences target the pre-training stage, leaving memorisation during fine-tuning…

Domain Adaptation