Large language model (LLM)
A large language model (LLM) is a neural network trained on massive volumes of text that can read, interpret, and generate language. LLMs matter to procurement because most of the function's knowledge (quotes, contracts, emails, specifications, negotiation notes) exists as language rather than as database rows. A model that reads documents the way software reads tables makes that material searchable and comparable for the first time.
Examples
Reading the fine print: A seven-page quote carries pricing in a table plus a note: prices valid 30 days, add 4% below 5,000 units. An LLM extracts the line items and the volume condition; a template parser would have captured the table and missed the note that changes the price.
Portfolio question: Which supply agreements include raw material pass-through? Across 85 contracts, the model flags 12 with clause citations. Review confirms 11; the one false positive costs two minutes to dismiss. The manual version of this search was simply never done.
Definition
Before LLMs, software computed on structured fields: part number, quantity, price. Everything else, the reasoning in an email thread, the conditions buried in a quote's notes, the indexation clause on page 31, was unstructured data that systems could store but not understand. LLMs read it, which moves the bulk of procurement's information inside the boundary of what software can work with.
Practically, LLMs are the engine behind most current generative AI, have replaced many task-specific NLP pipelines with one general model, and become agents when given tools and goals. For a buyer, the visible difference is asking questions in plain language and getting answers drawn from actual documents.
Working limits: outputs are probabilistic, so extracted data must be validated against the source, ideally with confidence scores routing uncertain lines to review. Long documents get processed in sections. And capability scales with cost, so well-built systems send simple tasks to small, cheap models and reserve large ones for hard reading. None of this is exotic; it is the same accuracy engineering procurement already applies to any data pipeline.
Related Terms
Previous
*GARTNER is a registered trademark and service mark of Gartner, Inc. and/or its affiliates in the U.S. and internationally, and COOL VENDORS is a registered trademark of Gartner, Inc. and/or its affiliates and are used herein with permission. All rights reserved. Gartner does not endorse any vendor, product or service depicted in its research publications, and does not advise technology users to select only those vendors with the highest ratings or other designation. Gartner research publications consist of the opinions of Gartner’s research organization and should not be construed as statements of fact. Gartner disclaims all warranties, expressed or implied, with respect to this research, including any warranties of merchantability or fitness for a particular purpose.