← Latest papers
🤖 machine learning

Skill Neologisms: Towards Skill-based Continual Learning

This article proposes "skill neologisms," optimized soft-tokens integrated into an LLM's vocabulary as a scalable solution for continual learning that enables the model to acquire and combine new skills without weight updates or catastrophic forgetting.

Original authors: Antonin Berthon, Nicolas Astorga, Mihaela van der Schaar

Published 2026-05-07
📖 4 min read☕ Coffee break read

Original authors: Antonin Berthon, Nicolas Astorga, Mihaela van der Schaar

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a brilliant, well-informed librarian (the Large Language Model) who masters many tasks: sorting books, calculating numbers, writing poems, and translating languages. But what if you want to teach this librarian a brand-new trick, such as "sorting books by color," without her forgetting how to sort by author or calculate numbers?

This is the problem the work addresses. Normally, teaching a new trick involves retraining the librarian's entire brain, which carries the risk of her forgetting old skills (a problem known as "catastrophic forgetting") or simply becoming confused.

The authors propose a clever solution called "Skill Neologisms".

Here is how it works, broken down into simple concepts:

1. The Problem: The "All-or-Nothing" Trap

  • The Old Way (Fine-tuning): Imagine trying to teach the librarian a new skill by rewriting her entire encyclopedia. It works, but you might accidentally erase the page about "sorting by author."
  • The "Prompt" Way: Imagine whispering instructions to the librarian before she starts work ("Please sort by color"). This works for a specific task, but the instructions are tied to that specific job. You cannot simply combine "sorting by color" with "calculating numbers" by whispering two different things at once.

2. The Solution: "Skill Neologisms" (New Magic Words)

The authors propose giving the librarian a new vocabulary word (a "neologism") that functions like a magic switch.

  • The Concept: Instead of rewriting the librarian's brain, you add a new, invisible "soft token" (a special digital word) to her dictionary.
  • How It Is Learned: You show the librarian thousands of examples where this new word appears alongside the task she is learning (e.g., "ColorSort"). You train only this new word to understand the task, leaving the librarian's original brain completely frozen and untouched.
  • The Result: When you use the word "ColorSort" in a prompt, the librarian immediately knows how to perform this specific task without needing to relearn anything else.

3. The Superpower: Combining and Assembling (Composition)

The true magic happens when you combine these new words.

  • The Analogy: Imagine the librarian has a set of Lego bricks. Some bricks are old (skills she already knows). The authors create new, custom Lego bricks (the neologisms) for new skills.
  • The Claim: The work shows that if you teach the librarian two new skills separately (e.g., "ColorSort" and "SizeSort"), you can later give her a prompt with both words ("ColorSort" + "SizeSort"), and the librarian can figure out how to perform both simultaneously, even though she was never trained on this specific combination.
  • Why This Matters: This means you can build a library of skills. You can learn a new skill today, another tomorrow, and combine them later without ever needing to retrain the entire system.

4. What They Actually Proved

The researchers tested this idea in a controlled, "math-like" environment (not yet with real human conversations). They created a digital librarian and taught her new ways to manipulate numbers.

  • They Found:
    • No Forgetting: The librarian did not forget old skills when learning new ones.
    • Combination Works: The librarian could combine a newly learned skill with an old skill she had never seen combined before.
    • Zero-Shot Combination: They could teach Skill A and Skill B separately and then combine them immediately without additional training.
    • The "Sweet Spot": They discovered that the new "magic words" should not be too long or too complex. If the word is too large, the librarian becomes confused and forgets how to combine it with other skills. A small, focused word works best.

5. The Catch (Limitations)

The work is honest about what this does not yet achieve:

  • It Is Still a Prototype: They tested this on a small, synthetic mathematical task, not on writing novels or diagnosing diseases.
  • You Need the Right Data: To teach a new skill, you need a dataset where every single example requires that specific skill. If the data is messy, the new "magic word" will not learn correctly.
  • It Is Not Free: Although it saves storage space compared to rewriting the entire brain, training these new words still requires significant computational power.

Summary

Think of Skill Neologisms as adding new, specialized "remote control buttons" to a television. Instead of rebuilding the TV to add a new channel, you simply add a button that, when pressed, activates a specific set of circuits the TV already has. The best part? You can press two buttons at once, and the TV figures out how to handle both channels simultaneously. This work shows that this "button" approach works for AI, enabling it to continuously learn new skills without forgetting the old ones.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →