Skip to content

Dimension D2

Goal

Why adapt?

19 categories. Other dimensions: D1 D3 D4 D5 D6

III. Trust

CategoryDefinitionTechniques
Align.
Alignment
The objective of steering model outputs to conform with human values, behavioral preferences, helpfulness norms, and institutional guidelines, typically by optimizing against human preference signals or rule-based reward models that encode normative expectations about appropriate responses. Alignment interventions modify the model's behavioral disposition and output style rather than its factual knowledge base or core task capability. SFT, RLHF (LLM Alignment), DPO, RLAIF/CAI, Self-Play, Multimodal Instr. Tuning, Activation Steering
7 technique(s)
Expl.
Explainability
The objective of adapting a model or appending interpretive modules to expose internal representations, align reasoning traces with human-interpretable logic, or generate post-hoc rationales. LP
1 technique(s)
Fair.
Fairness
The objective of reducing systematic performance or output disparities across demographic or otherwise protected groups by intervening on the model's learned representations or decision boundaries. LEACE
1 technique(s)
Reliab.
Reliability
The objective of aligning the model's expressed confidence scores with empirically observed outcome frequencies, ensuring that predictions assigned a given probability are correct at correspondingly consistent rates. Reliability interventions typically apply post-hoc calibration procedures to the model's raw output logits, without modifying its internal learned representations. Calibration
1 technique(s)
Rob.
Robustness
The objective of hardening a model against adversarial perturbations, distributional noise, or out-of-distribution inputs by exposing it to worst-case or adversarially constructed training examples. The adaptation tightens the model's minimum guaranteed performance across the input space, reducing the gap between average-case and worst-case behavior. Adversarial Training, Data Augmentation
2 technique(s)
Safety
Safety
The objective of reducing the production of harmful, dangerous, or policy-violating outputs by training the model to recognize and refuse harmful requests, applying constitutional-principle enforcement, or filtering outputs through harm-category constraints. Safety-targeted interventions explicitly shape the model's refusal and harm-avoidance behavior as a primary optimization target, distinct from general alignment with preferences. SFT, RLHF (LLM Alignment), DPO, RLAIF/CAI, Activation Steering
5 technique(s)

V. Operational Constraints

CategoryDefinitionTechniques
Behav. Ctrl.
Behavior Control
The objective of constraining a model's output format, stylistic register, persona, or procedural behavior through input-context conditioning without targeting the model's underlying knowledge representation or task capability. Behavioral control operates at the inference interface and produces no persistent parametric modification. PE, APO
2 technique(s)
Comp. Eff.
Computational Efficiency
The objective of reducing a model's deployment cost, memory footprint, inference latency, or training compute requirements while preserving task accuracy within an acceptable degradation tolerance. Efficiency interventions alter the model's deployment profile without changing its core task definition or behavioral envelope. PEFT (LoRA, adapters), KD, Model Compression, Task Arith. & Model Merging, MoE, Modality-Spec. Adapters
6 technique(s)
Person.
Personalization
The objective of tailoring model outputs, tone, or domain expertise to individual user preferences, histories, or contexts through discrete per-user parameters or tracking mechanisms without requiring broad model-wide retraining that would affect all users uniformly. CE
1 technique(s)
Priv. Preserv.
Privacy Preservation
The objective of enabling collaborative model training or adaptation across distributed data holders while guaranteeing that sensitive raw data never leaves its originating environment. This is achieved by sharing only privacy-bounded gradient updates or model deltas rather than underlying data records, enabling a global model to benefit from distributed learning signals without centralizing sensitive information. DP-FT, FL, Machine Unlearning
3 technique(s)

I. Capability

CategoryDefinitionTechniques
Build Capab.
Build Capability
The objective of constructing a model with generalizable predictive or generative capability from a large, representative training corpus, establishing the baseline parameter state and intended-use scope from which all post-training adaptation techniques depart. This goal is realized during initial training and serves as the foundational reference point against which all subsequent adaptation events are characterized. Training
1 technique(s)
Capab. Ext.
Capability Extension
The objective of broadening a model's operational scope by adding fundamentally new structural capabilities or modalities—such as new languages, reasoning domains, subject areas, or input/output modalities—through additional training on broad corpora or through architectural expansion. Distinguished from task specialization by the breadth rather than depth of the intended behavioral change: the model acquires genuinely new operational dimensions rather than deepening performance within an existing one. SSL / CPT, Task Arith. & Model Merging, Long-Context Ext., MoE, Cross-Modal Alignment, Modality-Spec. Adapters, Multimodal Instr. Tuning
7 technique(s)
Reas.
Reasoning
The objective of enhancing a model's capacity for structured multi-step inference—including mathematical problem-solving, logical deduction, code generation, and systematic planning—by training against verifiable programmatic reward signals that assess correctness independently of human preference annotation. The mechanism typically involves RL against outcome-based oracles such as unit-test executors, mathematical verifiers, or formal logic checkers, enabling the model to develop generalizable problem-solving strategies rather than pattern-matching memorized solution templates. Verification is accomplished through programmatic oracles, simulators, or iterative self-competition rather than human raters. RLVR/GRPO, Self-Play, Test-Time Compute Scaling
3 technique(s)
Task Spec.
Task Specialization
The objective of refining a general-purpose or pre-trained model to achieve high performance on a specific downstream task by optimizing on task-labeled data within an existing distribution, trading breadth of generalization for depth of domain-specific accuracy. The resulting model exhibits a narrowed operational envelope that is more reliable within the target task but may show reduced generalization to substantially out-of-distribution inputs. FT (full), FT (partial), PEFT (LoRA, adapters), ReFT, FSL, SFT, Meta-Learning, MTL, Self-Play, Curriculum Learning, Active Learning, Data Augmentation, Semi-SL, Prompt Learning, APO, ICL
16 technique(s)

II. Lifecycle

CategoryDefinitionTechniques
Cont. Adapt.
Continual Adaptation
The objective of enabling a model to sequentially accumulate knowledge from new tasks or data streams without catastrophic forgetting of previously consolidated representations, by employing stability-plasticity trade-off mechanisms that constrain updates to preserve prior knowledge while accommodating new distributional information. The commitment to accumulation rather than replacement is the defining property distinguishing this goal from drift remediation. CL, TIL, DIL
3 technique(s)
Dist. Gap Bridging
Distributional Gap Bridging
The objective of reducing the feature-space mismatch between a source domain—on which the model was originally trained—and a target domain—on which it must perform—for the same or an analogous task class. The adaptation leverages unlabeled or lightly labeled target-domain data to align feature representations or adjust decision boundaries without requiring complete retraining from scratch. DA, Active Learning, SSL / CPT
3 technique(s)
Drift Remed.
Drift Remediation
The objective of restoring or sustaining a deployed model's predictive accuracy or output consistency when the operational data distribution diverges from the training distribution through covariate shift, concept drift, or prompt distribution change. Remediation targets preservation of the model's original task objective within its established operational envelope rather than reshaping that envelope for a new task; the behavioral goal is to re-align the model with its original specification, not to extend it. Retraining, DIL, TTA
3 technique(s)

IV. Knowledge Operations

CategoryDefinitionTechniques
Knowl. Upd.
Knowledge Update
The objective of injecting, refreshing, or correcting factual or domain-specific knowledge encoded in the model's parameters or made accessible at inference time, either by retrieving current information from an external corpus at inference time or by performing targeted parametric edits that overwrite specific outdated or incorrect factual associations within the model's weights. PE, RAG, ICL, CE, Knowledge Editing
5 technique(s)
Rem. Knowl.
Remove Knowledge
The objective of selectively erasing specific learned associations, factual claims, behavioral patterns, or capability traces from a trained model without requiring full retraining and without degrading unrelated model behaviors. Machine Unlearning
1 technique(s)

Category definitions verbatim from the paper's appendix