Thinklytics

AI Enablement · 9 min read · September 2026

Fine Tuning Does Not Fix Hallucination, Retrieval Does

By Thinklytics Partners, AI Enablement

Half the AI service catalogues in this market list fine tuning as the cure for wrong answers. It is the wrong instrument, it makes the failure harder to catch, and the correct answer is retrieval. What each technique changes, and the order to apply them in.

Fine tuning changes how a model writes. Retrieval changes what it knows. If the model is producing confident answers that are factually wrong about your business, you have a knowledge problem, and fine tuning is the wrong instrument. This is the most common expensive mistake we are asked to unwind.

Why the confusion is so widespread

Read enough vendor material and you will find AI hallucination listed as a pain point with fine tuning directly underneath it as the remedy. We have now read six separate service catalogues from firms in this market. Three describe the relationship correctly. Three get it backwards, and the three that get it backwards are the ones with the most confident language.

The confusion is understandable. Both techniques make the output better, both are described as customising the model to your business, and both appear in the same section of every capability deck. The difference only becomes visible when you ask what each one actually does to the system.

What fine tuning does

Two instruments, two different problems

  • Fine tuning. Changes how the model writes. It continues training a base model on your examples, so the weights shift toward outputs that look like them. Format, tone and register, task framing, terminology.
  • Retrieval. Changes what the model knows. It leaves the model alone and searches your content first, putting the relevant passages in front of it with an instruction to say so when they do not cover the question.

Fine tuning on a corpus of your documents teaches the model the shape of your facts, which makes its inventions more convincing rather than less frequent. Retrieval also gives you a citation, which fine tuning cannot.

Source: Thinklytics AI enablement practice, 2026.

Fine tuning continues training a base model on examples of the behaviour you want. You supply pairs of input and desired output, and the model's weights shift toward producing outputs that look like your examples.

What this reliably changes:

  • Format. The model returns JSON in your schema, or a clinical note in your template, or a disposition code from your controlled list, without being reminded each time.
  • Tone and register. Claims correspondence that sounds like your claims team rather than like a chatbot.
  • Task framing. A narrow classification the base model keeps over-explaining instead of answering.
  • Terminology. Your internal shorthand used correctly, where the words appear often enough in your examples to shift the model's habits.

What it does not reliably change is whether a specific fact is true. The model has no mechanism for distinguishing a fact it was fine tuned on from a plausible sounding neighbour it generated. Fine tuning on a corpus of your documents teaches the model the shape of your facts, the format of a policy number, the phrasing of a clause, which makes its inventions more convincing rather than less frequent. You end up with a model that produces well formatted wrong answers, and those are harder to catch in review than obviously wrong ones.

What retrieval does

Retrieval leaves the model alone and changes the question. Before the model answers, the system searches your actual content, pulls the relevant passages, and puts them in front of the model with an instruction to answer from those passages and to say so when they do not cover the question.

This addresses hallucination because it attacks the cause. The model was inventing because it did not have the information. Now it has it.

It also gives you the thing fine tuning can never give you, which is a citation. The answer points at the paragraph it came from, and a human can check it in five seconds. In any regulated setting, in any setting where someone will be asked to justify a decision, that is the difference between a system that can be deployed and one that cannot.

When the underlying document changes, retrieval is current the moment the document is reindexed. A fine tuned model is current as of its last training run, and correcting a fact means another training run.

The decision, in one table

| Symptom | What is actually wrong | Instrument | | --- | --- | --- | | Answers are wrong about your business | The model does not have your content | Retrieval | | Answers cite nothing and cannot be checked | No grounding, no source passage | Retrieval | | Answers go stale when a policy changes | Knowledge frozen at training time | Retrieval | | Output is right but nobody can use it as written | Format and register | Fine tuning | | Model will not stay inside your label set | Task framing | Fine tuning | | Every prompt needs a page of instructions | Behaviour not learned | Fine tuning |

The two are not alternatives and the best systems use both. Retrieval supplies the facts. Fine tuning, applied afterwards and only if needed, makes the presentation acceptable without a human rewriting it. The order matters, because fine tuning a model that still cannot see your data only produces a better dressed guess.

The third thing, which is usually the real answer

The order of operations

Fine tuning a model that still cannot see your data only produces a better dressed guess.

  • Establish that an authoritative version of the answer exists and can be identified as such
  • Retrieve against that content, with a citation in the output
  • Fine tune only if the output still needs a human pass before it can be used

A retrieval system searching a shared drive with four versions of the same policy, two of them superseded and none of them dated, will retrieve confidently and cite the wrong one. Most programmes that stall are stalled at the first step and were sold the third.

Source: Thinklytics AI enablement practice, 2026.

Before either, there is a question neither technique addresses. Can the correct answer be found in your content at all?

A retrieval system searching a shared drive with four versions of the same policy, two of them superseded and none of them dated, will retrieve confidently and cite the wrong one. The citation makes it worse, because it converts an uncertain answer into an apparently sourced one. We have seen a support assistant quote a discontinued refund policy verbatim, with a link, to a customer.

So the order of operations is to establish that an authoritative version of the answer exists and can be identified as such, retrieve against that, and fine tune only if the output still needs a human pass before it can be used. Most programmes that stall are stalled at the first step and were sold the third.

What this means when you are buying

Reading a proposal that promises accuracy

What a good answer contains, and what tells you to keep looking.

  • It names the source system the answer will come from. Ask where the answer comes from and how you will check it.
  • It describes how the current version is distinguished from the superseded one. Without that, the citation converts an uncertain answer into an apparently sourced one.
  • It shows you a citation in the output. The answer points at the paragraph it came from and a human can check it in five seconds.
  • When the answer is not in the content, the system says so and routes to a person. That is the behaviour a regulated setting requires.
  • Fine tuning offered as the response to inaccuracy. If a proposal says that, you have learned something useful about the firm writing it.
  • The model does its best when the answer is missing. That is a description of hallucination with better manners.

The two techniques are not alternatives. Retrieval supplies the facts, and fine tuning applied afterwards makes the presentation acceptable without a human rewriting it.

Source: Thinklytics AI enablement practice, 2026.

If a proposal offers fine tuning as the response to inaccuracy, you have learned something useful about the firm writing it.

Ask where the answer will come from and how you will check it. A good answer names the source system, describes how the current version is distinguished from the superseded one, and shows you a citation in the output.

Then ask what happens when the answer is not in the content. A good answer is that the system says so and routes to a person. A bad answer is that the model does its best, which is a description of hallucination with better manners.

Frequently asked questions

Does fine tuning reduce hallucination?

No. Fine tuning changes how a model writes, not what it knows. Training on a corpus of your documents teaches the model the shape of your facts, which makes its inventions more convincing rather than less frequent. If the model is confidently wrong about your business, that is a knowledge problem and retrieval is the instrument that addresses it.

What is the difference between fine tuning and RAG?

Fine tuning continues training the model on examples so it adopts your format, tone and task framing. Retrieval leaves the model alone and searches your content before it answers, putting the relevant passages in front of it. Fine tuning changes behaviour. Retrieval changes knowledge.

When is fine tuning the right choice?

When the answers are already correct but unusable as written. The model will not hold your output schema, will not stay inside your label set, drifts out of your register, or needs a page of instructions in every prompt to behave. Those are format and framing problems and fine tuning fixes them well.

Can you use retrieval and fine tuning together?

Yes, and the best systems do. Retrieval supplies the facts, fine tuning makes the presentation acceptable so nobody rewrites the output before sending it. The order matters. Retrieval comes first, because fine tuning a model that still cannot see your data only produces a better dressed guess.

Why does retrieval give you citations when fine tuning cannot?

Retrieval hands the model a specific passage and asks it to answer from that passage, so the answer can point at the paragraph it came from. Fine tuning dissolves the training examples into the model weights, so there is no source to point at. In any regulated setting, that citation is the difference between a system you can deploy and one you cannot.

What if the right answer is not in our content at all?

Then neither technique helps. A retrieval system searching a shared drive with four versions of a policy, two superseded and none of them dated, will retrieve confidently and cite the wrong one, and the citation makes it worse by turning an uncertain answer into an apparently sourced one. Establish that an authoritative version exists and can be identified as such before you build anything on top of it.

What should we ask a vendor who proposes fine tuning for accuracy?

Two questions. Where will the answer come from, and how will I check it. A good answer names the source system, describes how the current version is distinguished from the superseded one, and shows you a citation in the output. Then ask what happens when the answer is not in the content. The right answer is that the system says so and routes to a person.

Topics covered

  • fine tuning vs RAG
  • AI hallucination
  • retrieval augmented generation
  • grounding
  • LLM accuracy
  • AI citations

Frequently asked questions

Does fine tuning reduce hallucination?

No. Fine tuning changes how a model writes, not what it knows. Training on a corpus of your documents teaches the model the shape of your facts, which makes its inventions more convincing rather than less frequent. If the model is confidently wrong about your business, that is a knowledge problem and retrieval is the instrument that addresses it.

What is the difference between fine tuning and RAG?

Fine tuning continues training the model on examples so it adopts your format, tone and task framing. Retrieval leaves the model alone and searches your content before it answers, putting the relevant passages in front of it. Fine tuning changes behaviour. Retrieval changes knowledge.

When is fine tuning the right choice?

When the answers are already correct but unusable as written. The model will not hold your output schema, will not stay inside your label set, drifts out of your register, or needs a page of instructions in every prompt to behave. Those are format and framing problems and fine tuning fixes them well.

Can you use retrieval and fine tuning together?

Yes, and the best systems do. Retrieval supplies the facts, fine tuning makes the presentation acceptable so nobody rewrites the output before sending it. The order matters. Retrieval comes first, because fine tuning a model that still cannot see your data only produces a better dressed guess.

Why does retrieval give you citations when fine tuning cannot?

Retrieval hands the model a specific passage and asks it to answer from that passage, so the answer can point at the paragraph it came from. Fine tuning dissolves the training examples into the model weights, so there is no source to point at. In any regulated setting, that citation is the difference between a system you can deploy and one you cannot.

What if the right answer is not in our content at all?

Then neither technique helps. A retrieval system searching a shared drive with four versions of a policy, two superseded and none of them dated, will retrieve confidently and cite the wrong one, and the citation makes it worse by turning an uncertain answer into an apparently sourced one. Establish that an authoritative version exists and can be identified as such before you build anything on top of it.

What should we ask a vendor who proposes fine tuning for accuracy?

Two questions. Where will the answer come from, and how will I check it. A good answer names the source system, describes how the current version is distinguished from the superseded one, and shows you a citation in the output. Then ask what happens when the answer is not in the content. The right answer is that the system says so and routes to a person.

Related reading