paper-with-me

Papers

Characterizing Learning Curves During Language Model Pre-Training: Learning, Forgetting, and Stability

2023-08-29 · Tyler A. Chang, Zhuowen Tu, Benjamin K. Bergen

How do language models learn to make predictions during pre-training? To study this, we extract learning curves from five autoregressive English language model pre-training runs, for 1M unseen tokens in context. We observe that the language models generate short repetitive phrases before learning to generate longer and more coherent text. We also find that individual tokens often exhibit sudden increases or decreases in loss that are surprisingly consistent across pre-training runs. To better understand these fluctuations, we quantify the final surprisal, within-run variability, age of acquisition, forgettability, and cross-run variability of learning curves for individual tokens in context. More frequent tokens reach lower final surprisals, exhibit less variability within and across pre-training runs, are learned earlier, and are less likely to be "forgotten" during pre-training. Higher n-gram probabilities further accentuate these effects. Independent of the target token, shorter and more frequent contexts correlate with marginally more stable and quickly acquired predictions. Based on our results, we argue for the existence of sequential learning dependencies between different model capabilities, and we characterize language model learning as early n-gram learning before gradual refinement of tail n-gram predictions.

📄 PDF Abstract BibTeX arXiv:2308.15419

Code (1)

tylerachang/lm-learning-curves 공식 구현

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Exploring Forgetting in Large Language Model Pre-Training

2024-10-22 · Chonghua Liao, Ruobing Xie, Xingwu Sun, Haowen Sun 외

Catastrophic forgetting remains a formidable obstacle to building an omniscient model in large language models (LLMs). Despite the pioneering research on task-level forgetting in LLM fine-tuning, there is scant focus on …

Language ModelingLanguage ModellingLarge Language Modelmodel

Convolution Forgetting Curve Model for Repeated Learning

2019-01-19 · Yanlu Xie, Yue Chen, Man Li

Most of mathematic forgetting curve models fit well with the forgetting data under the learning condition of one time rather than repeated. In the paper, a convolution model of forgetting curve is proposed to simulate th…

model

Unlocking the Power of Function Vectors for Characterizing and Mitigating Catastrophic Forgetting in Continual Instruction Tuning

2025-02-16 · Gangwei Jiang, Caigao Jiang, Zhaoyi Li, Siqiao Xue 외

Catastrophic forgetting (CF) poses a significant challenge in machine learning, where a model forgets previously learned information upon learning new tasks. Despite the advanced capabilities of Large Language Models (LL…

Continual Learning

Effect of scale on catastrophic forgetting in neural networks

2021-09-29 · ICLR 2022 4 · Vinay Venkatesh Ramasesh, Aitor Lewkowycz, Ethan Dyer

Catastrophic forgetting presents a challenge in developing deep learning models capable of continual learning, i.e. learning tasks sequentially. Recently, both computer vision and natural-language processing have witness…

Continual Learning

Evolutionary Strategies lead to Catastrophic Forgetting in LLMs

2026-01-28 · Immanuel Abdi, Akshat Gupta, Micah Mok, Alexander Lu 외 arxiv

One of the biggest missing capabilities in current AI systems is the ability to learn continuously after deployment. Implementing such continually learning systems have several challenges, one of which is the large memor…

Continual Learning