paper-with-me

홈 › Papers

Semiparametric Language Models Are Scalable Continual Learners

2023-03-02 · Guangyue Peng, Tao Ge, Si-Qing Chen, Furu Wei, Houfeng Wang

Semiparametric language models (LMs) have shown promise in continuously learning from new text data by combining a parameterized neural LM with a growable non-parametric memory for memorizing new content. However, conventional semiparametric LMs will finally become prohibitive for computing and storing if they are applied to continual learning over streaming data, because the non-parametric memory grows linearly with the amount of data they learn from over time. To address the issue of scalability, we present a simple and intuitive approach called Selective Memorization (SeMem), which only memorizes difficult samples that the model is likely to struggle with. We demonstrate that SeMem improves the scalability of semiparametric LMs for continual learning over streaming data in two ways: (1) data-wise scalability: as the model becomes stronger through continual learning, it will encounter fewer difficult cases that need to be memorized, causing the growth of the non-parametric memory to slow down over time rather than growing at a linear rate with the size of training data; (2) model-wise scalability: SeMem allows a larger model to memorize fewer samples than its smaller counterpart because it is rarer for a larger model to encounter incomprehensible cases, resulting in a non-parametric memory that does not scale linearly with model size. We conduct extensive experiments in language modeling and downstream tasks to test SeMem's results, showing SeMem enables a semiparametric LM to be a scalable continual learner with little forgetting.

📄 PDF Abstract BibTeX arXiv:2303.01421

Code (0)

등록된 구현이 없습니다.

Tasks

Continual LearningLanguage ModelingLanguage ModellingMemorization

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Selective machine learning of doubly robust functionals

2019-11-05 · Yifan Cui, Eric Tchetgen Tchetgen

While model selection is a well-studied topic in parametric and nonparametric regression or density estimation, selection of possibly high-dimensional nuisance parameters in semiparametric problems is far less developed.…

BIG-bench Machine LearningCausal InferenceDensity EstimationModel Selection

Simple Recipe Works: Vision-Language-Action Models are Natural Continual Learners with Reinforcement Learning

2026-03-12 · Jiaheng Hu, Jay Shim, Chen Tang, Yoonchang Sung 외 arxiv

Continual Reinforcement Learning (CRL) for Vision-Language-Action (VLA) models is a promising direction toward self-improving embodied agents that can adapt in openended, evolving environments. However, conventional wisd…

Zero-shot GeneralizationReinforcement LearningContinual Learning

Fine-tuned Language Models are Continual Learners

2022-05-24 · Thomas Scialom, Tuhin Chakrabarty, Smaranda Muresan

Recent work on large language models relies on the intuition that most natural language processing tasks can be described via natural language instructions. Language models trained on these instructions show strong zero-…

Continual Learning

Minimax Semiparametric Learning With Approximate Sparsity

2019-12-27 · Jelena Bradic, Victor Chernozhukov, Whitney K. Newey, Yinchu Zhu

This paper is about the feasibility and means of root-n consistently estimating linear, mean-square continuous functionals of a high dimensional, approximately sparse regression. Such objects include a wide variety of in…

regression

DNA-SE: Towards Deep Neural-Nets Assisted Semiparametric Estimation

2024-08-04 · Qinshuo Liu, Zixin Wang, Xi-An Li, Xinyao Ji 외

Semiparametric statistics play a pivotal role in a wide range of domains, including but not limited to missing data, causal inference, and transfer learning, to name a few. In many settings, semiparametric theory leads t…

Causal InferenceTransfer Learning