Large-scale language model (LLM)
An introduction to large-scale language models (LLMs), the core description of interactive AI, including a summary of LLM-powered AI services and topics that can help you understand LLMs.
What is a Large Language Model (LLM)?
Large Language Model (LLM) is one of the AI technologies that is being developed in the field of natural language processing.
As the name implies,
- large: a large amount of data
- language: a large amount of language data
- model: A model that is constructed
and is built for the purpose of understanding human language expressions.
Large-scale language models (LLMs) deal primarily with textual data; when dealing with different data types, such as speech recognition or image processing, different techniques are used.
What is a large-scale language model (LLM), one of the core descriptions of interactive AI?" (/topics/what-is-a-large-scale-language-model-llm/)
Types of AI in which Large-scale Language Models (LLMs) are used
AIs built using "human language representation," which LLMs excel at, include "interactive AIs," "programming support AIs," "writing support AIs," and "machine translation AIs.
Interactive AI, as the term implies, is an AI that can engage in dialogue, and its usage is as simple as "asking a question and getting an answer.
Programming support AIs are specialized AIs that assist programming, a conversation between a human and a computer, and can automatically generate code based on specified conditions, perform security checks, bug checks, and so on.
Writing support AIs assist human writers in the task of creating text. Given conditions and facts, it can outline articles and automatically generate sentences, and is already in use by news agencies and newspapers for breaking news.
Large-scale language model (LLM) services
Articles by Large-scale language model (LLM)
- No ImageTypes of AI learning models and main natural language AI use models
The following is a summary of the different methods of learning models used in AI and the types and characteristics of models used in major natural language-based AI.
- No ImageWhat is Prompt Engineering? Advantages and Disadvantages
What is "prompt engineering" in interactive AI? Its advantages and disadvantages are explained in detail. Why is prompt engineering attracting attention now? The future potential of learning prompt engineering will also be explained.