Research · Applied AI
Foundation Models & Retrieval
Grounding large models in a private corpus so an answer can be traced to the passage that produced it.

Why this is hard
Most of what goes wrong with a large model in an enterprise is not the model. It is that the passage it needed was never retrieved, or that nobody can say afterwards which passage it used. Our work here is on the retrieval side and the accounting side: parsing estates that were never meant to be queried, ranking over them, and binding every claim to a source that a reader can open.
Questions we are working on
- How should a document be split when its structure, not its character count, carries the meaning?
- When is a hybrid of lexical and vector retrieval genuinely better than either, and how do you tell without a benchmark of your own?
- How does a system decline to answer, rather than improvise, when the retrieved evidence does not support a claim?
- What is the smallest model that still does a narrow, high-volume task well enough to own outright?
What comes out of it
- Layout-aware parsing of scans, forms and technical drawings, with a confidence figure per extracted field
- Hybrid retrieval with cross-encoder re-ranking, and permission-aware indexes so retrieval cannot leak
- Distillation of narrow tasks into small models a client can run on their own hardware
- Citation and abstention behaviour treated as a measurable property, not a prompt instruction
Programmes from this field
Where it ships
How it connects
Foundation models in the practice.
This field and the others in its group. None of them is pursued in isolation.
Foundation Models & Retrieval
Grounding large models in a private corpus so an answer can be traced to the passage that produced it.
Vision & Industrial Perception
Detection and anomaly models trained on the small, imbalanced defect sets real production actually yields.
Read the fieldForecasting & Decision Intelligence
Probabilistic forecasts and constrained optimisers scored on the decision they would have produced.
Read the fieldEvaluation, Guardrails & Trust
Treating "is it right" as an engineering problem, with gates, traces and a definition agreed in advance.
Read the fieldBring us a problem in foundation models.
Joint research, a proof of concept against your own data, or an honest read on whether the thing you want is possible yet. An engineer who works in this field replies.