Literature extraction on local GPU inference
A pipeline that reads the Methods section of published open-access papers, extracts which commercial supplier a laboratory actually used, and joins it to that author's published contact address. A 14-billion-parameter model runs locally through Ollama on one consumer GPU at zero marginal cost.
The model must return a verbatim source span, checked in code as a literal substring. A supplier name not present in the paper is discarded rather than reported. That is a structural hallucination filter, not a prompt instruction.
A truncation defect turned out to be the single cause of every malformed-output retry. Repairing the output instead of retrying it recovered 80 previously lost papers and produced zero failures across the following eight thousand.