CLAIDec 20, 2024

Continual Learning Using Only Large Language Model Prompting

arXiv:2412.15479v121 citationsh-index: 17COLING
Originality Incremental advance
AI Analysis

This addresses the problem of continual learning for users of API-accessible LLMs, offering an incremental improvement in method.

The paper tackles continual learning by using only verbal prompting with large language models, without fine-tuning or adding parameters, and introduces a technique called CIS that overcomes input length limits and outperforms baselines by a large margin.

We introduce CLOB, a novel continual learning (CL) paradigm wherein a large language model (LLM) is regarded as a black box. Learning is done incrementally via only verbal prompting. CLOB does not fine-tune any part of the LLM or add any trainable parameters to it. It is particularly suitable for LLMs that are accessible via APIs. We also propose a new CL technique, called CIS, based on incremental summarization that also overcomes the LLM's input length limit. Experiments show CIS outperforms baselines by a very large margin.

Foundations

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

Your Notes