Classification

Classification of LLM Adaptation Methods

Large Language Models can be adapted for specific tasks using several distinct methods. These can be broadly categorized into approaches that add new, trainable parameters and those that modify existing ones. The former includes techniques like using soft prompts as prefixes for each layer (Prefix Tuning) or as inputs to the embedding layer (Prompt Tuning). The latter involves fine-tuning select parts of the original model or adding and training separate, lightweight 'adapter' modules.

0

1

Updated 2025-10-10

Contributors are:

Who are from:

Tags

Ch.4 Alignment - Foundations of Large Language Models

Foundations of Large Language Models

Foundations of Large Language Models Course

Computing Sciences