AIExplainer
Large Language Models Intermediate 1 min read

What is a chat?

The contents of a back-and-forth dialogue with an ML system, typically a large language model.

The contents of a back-and-forth dialogue with an ML system, typically a large language model. The previous interaction in a chat (what you typed and how the large language model responded) becomes the context for subsequent parts of the chat. A chatbot is an application of a large language model.

Practitioners refer to chat when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.