#LLM
Large Language Model
Tactic
A large language model (LLM
) is a language model trained with self-supervised machine learning on a vast amount of text, designed for natural language processing tasks, especially language generation.
The largest and most capable LLMs are generative pretrained transformers (GPTs), which are largely used in generative chatbots such as
ChatGPT
,Gemini
orClaude
. LLMs can be fine-tuned for specific tasks or guided by prompt engineering. These models acquire predictive power regardingsyntax
,semantics
, andontologies
inherent in human language corpora, but they also inherit inaccuracies and biases present in thedata
they are trained in.