Model Fine-Tuning

Model Fine-Tuning

Model Fine-Tuning

Fine-tuning continues training a pretrained model on a curated set of examples, changing the model's parameters. It differs from prompting and retrieval, which leave the model unchanged and supply information at request time.

It requires labeled examples and produces a model variant that must be separately maintained.

Alternative Names:

Fine-Tuning, Model Adaptation

Why it Matters?

Fine-tuning is frequently proposed as a solution to accuracy problems that retrieval would address better, and the distinction matters for legal work. Case facts change constantly and are matter-specific, so they belong in retrieval rather than model weights. Fine-tuning suits stable behaviors such as output format and tone. Fine-tuning on client data also raises confidentiality questions that retrieval does not, since the information becomes embedded in the model.

Frequently Confused with

Related terms

Frequently asked questions

When is fine-tuning the right approach?

When is fine-tuning the right approach?

For stable behaviors such as output format, tone, or consistent classification. Matter-specific facts belong in retrieval because they change and are client-specific.

Does fine-tuning on client data raise confidentiality issues?

Does fine-tuning on client data raise confidentiality issues?

Yes. The information becomes embedded in model weights rather than remaining in a retrievable store, which is a different and harder-to-reverse disclosure.