Caesar AI Atlas

Retrieval-Augmented Generation (генерация с дополнением извлечением) (RAG)

Also known as: Retrieval Augmented Generation (RAG) · retrieval-augmented generation (RAG) · RAG · Retrieval-Augmented Generation (RAG)

Caesar AI Atlas Definition

Retrieval-Augmented Generation (RAG) — техника, объединяющая generative AI с retrieval из external data sources. Модель использует retrieved documents, passages или records как grounding context, чтобы формировать более current, specific и verifiable responses. RAG может снижать hallucinations, но его качество зависит от retrieval accuracy, source quality и того, насколько хорошо модель использует retrieved context.

Other Definitions

Retrieval-Augmented Generation (генерация с дополнением извлечением) Source

A technique that enables large language models (LLMs) to retrieve and incorporate new information.

Retrieval-Augmented Generation (генерация с дополнением извлечением) Source

A technique to improve the quality and accuracy of large language model (LLM) output by grounding it with sources of knowledge that are retrieved after the model was trained. RAG addresses LLM limitations such as factual inaccuracies, lack of access to current or specialized information, and inability to cite sources.

Retrieval-Augmented Generation (генерация с дополнением извлечением) Source

A technique allowing LLMs to access and reference knowledge sources to inform responses as they are being generated, enabling more up-to-date outputs.

Also Referenced In

Concept Comparisons

Related Terms