0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【論文まとめ】Agent Design Pattern Catalogue: A Collection of Architectural Patterns for Foundation Model based Agents

Posted at

当記事ではRAG(Retrieval augmented generation)などが含まれる学習済みmodel(FM; Foundation Model)の活用にあたって用いられる18のパターンについて取り扱ったAgent Design Patternの論文について内容をまとめました。

RAGの基本的な概要と論文の概要

RAGの概要

RAG(Retrieval augmented generation)は生成AIの活用にあたってよく用いられる活用法の1つです。

AgentDesignPattern1.png
Agent Design Pattern論文 Figure.6

RAGは上図に表されるようにLLM(Large Language Modelの略で図ではPrompt/response engineeringの内部処理に対応)の入力に対し、ベクトルDBで用意された外部知識を活用するというシステム構成です。

論文の概要

Agent Design Patternの論文で取りまとめられている18パターンは下図に基づいて大まかに把握することができます。

AgentDesignPattern2.png
Agent Design Pattern論文 Figure.2

図の理解にあたってはUserAgent-as-a-coordinatorExternal systemsにまず着目すると良いです。たとえば前項で取り扱ったRAGはAgentExternal systemsとやり取りすることで出力を作成していることが図から確認できます。

論文の詳細

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?