# What is Large Language Models?

> Large Language Models

They are advanced artificial intelligence models that are trained with huge amounts of data, understand human language and can produce text.

## Overview
These models learn the structure of the language by reading huge piles of data such as books, articles and codes on the internet. Thanks to their ability to predict the next word, they can build complex sentences, answer questions and write texts. They are considered one of the fundamental building blocks of the world of artificial intelligence.

*Analogy: You can think of these models as a librarian who has read all the libraries in the world and is knowledgeable enough to chat on any subject.*

## How it works
They are first trained on a huge dataset, then made safer and more useful with human feedback. When you ask a question, they create the most logical answer using the language patterns they have learned.

## Where it is used
They are used in chatbots, text summarization tools, coding aids, and translation applications.

## Commonly confused with
It is the same concept as the term LLM, but this term is the unabridged version.

## Frequently asked questions
**Is every major model an artificial intelligence?**
Yes, but not every AI is a big language model; Artificial intelligence covers a much broader area.

**How do these models learn?**
They learn the probabilities of words following each other by analyzing statistical relationships between billions of sentences.


## Related terms
- [LLM](/en/dictionary/llm/)
- [Foundation Model](/en/dictionary/foundation-model/)
- [Generative AI](/en/dictionary/generative-ai/)
- [Transformer](/en/dictionary/transformer/)

## Related tools
- [Llama.cpp](/en/discover/llama-cpp/)
- [PI](/en/discover/pi/)
- [PaddleOCR](/en/discover/paddleocr/)
- [MinerU](/en/discover/mineru/)
- [Daily Stock Analysis](/en/discover/daily-stock-analysis/)
- [Mempalace](/en/discover/mempalace/)
- [Dive Into Llms](/en/discover/dive-into-llms/)
- [AstrBot](/en/discover/astrbot/)

---
Source: TreScout Dictionary · https://trescout.com/en/dictionary/large-language-models/
