How it works Demo Pricing Guides The science About Français Request the audit
Series · What the science says

What research says about AI that cites its sources

Manent — July 9, 2026

"Plug a language model into your documents" — that's how most AI assistants are sold. Research is more demanding than that, and that is precisely where we built Manent.

What research says

The base technique is called RAG (retrieval-augmented generation): relevant passages are retrieved and given to the model before it answers (Lewis et al., 2020). But more recent work is clear: supplying documents does not guarantee a faithful answer. The model can still invent, blend two sources, or attribute a sentence to the wrong passage.

The safeguard that emerges from the literature is grounded generation with citation verification: the answer is broken down into claims, and each is verified against the sources before it is shown. Recent reviews of the field report that this discipline makes it possible to reach very high levels of citation accuracy — up to the order of 90 %+ — while sharply reducing hallucinations, where a "naive" RAG lets through many attribution errors.

What we do at Manent

We made this requirement a non-negotiable rule of the engine, not an option:

The difference, in one sentence: a RAG answers "according to your documents"; Manent answers "according to page 42 of this file, and if I have no source, I don't answer".
Honesty: the figures from research describe the state of the art on public datasets — this is not a contractual guarantee. The right way to prove it is to measure citation accuracy on YOUR corpus. That is exactly what the engine enables.

References

  1. Lewis, P. et al. (2020). Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks. NeurIPS.
  2. Systematic review of RAG (2020–2025), synthesis of more than a hundred works on grounding and citation verification (arXiv preprint, 2025).
Measure citation on my corpus