---
title: "Multimodal CoT Prompting — マルチモーダル思考の連鎖プロンプティング"
source: "https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0"
wiki: "systems-analysis.info/int"
article: "Multimodal_CoT_Prompting_—_マルチモーダル思考の連鎖プロンプティング"
language: "ja"
categories:
  - "Category:Japanese"
  - "Category:Large language models"
  - "Category:Machine learning"
  - "Category:Prompt engineering"
revision_id: 4746
wiki_created_at: 2026-09-06T23:39:20Z
wiki_modified_at: 2026-09-06T23:39:20Z
downloaded_at: 2026-09-07T23:04:21Z
---

# Multimodal CoT Prompting — マルチモーダル思考の連鎖プロンプティング

**マルチモーダル思考の連鎖プロンプティング**（**Multimodal Chain-of-Thought Prompting**、**MCoT**）は、複数のデータタイプ（モダリティ）を含むタスクに思考の連鎖（CoT）手法を拡張したものです。MCoTモデルでは、言語と、視覚や表形式データ分析といった他のモダリティが、複雑な問題を解決するための一貫した段階的な推論プロセスに統合されます<sup>[\[1\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-survey_wang_2025-1)</sup>。

このアプローチは、テキスト、画像、音声、動画を同時に処理できるマルチモーダル大規模言語モデル（MLLM）の発展とともに生まれました。MCoTは、モデルが異なる情報源からの情報を統合し、解釈可能で段階的な説明を生成することを可能にし、その精度と透明性を向上させます。

## 背景：テキストベースのCoTからマルチモーダルCoTへ

### Chain-of-Thought (in text) - テキストにおける思考の連鎖

当初、**Chain-of-Thought（CoT）**手法は、2022年にGoogleの研究者によって、テキストベースの大規模言語モデル（LLM）向けに提案されました<sup>[\[2\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-cot_wei_2022-2)</sup>。そのアイデアは、モデルに最終的な回答を出す前に一連の中間的な推論ステップを生成させるというものです。プロンプトに段階的な解決策の例を含めること（*few-shot prompting*）は、算術的、論理的、常識的な推論を必要とするタスクを解決するLLMの能力を著しく向上させ、モデル全体の精度と信頼性を高めました<sup>[\[2\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-cot_wei_2022-2)</sup>。

### マルチモーダリティへの移行

テキストベースのCoTの成功は、そのアプローチをマルチモーダルなシナリオに拡張する試みを促しました。テキストと画像を同時に学習するMicrosoftの**Kosmos-1**のようなMLLMの登場により、CoTのロジックをマルチモーダルな知覚と統合する可能性が生まれました<sup>[\[3\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-kosmos1_huang_2023-3)</sup>。実験では、このようなモデルがテキストと視覚の両方の入力を考慮しながら段階的な推論を行えることが示され、論理と知覚の統合が原理的に可能であることが実証されました<sup>[\[3\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-kosmos1_huang_2023-3)</sup>。

## 主なアプローチと方法論

2023年以降、マルチモーダルCoTを実現するためのいくつかの手法が提案されています。

### Two-stage Multimodal-CoT (Zhang et al.) - 2段階のMultimodal-CoT（Zhangらによる）

2023年に提案された初期の手法の一つは、2段階のスキームを採用しています<sup>[\[4\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-mcot_zhang_2023-4)</sup>：

1.  **根拠の生成**：最初のステップで、モデルはマルチモーダルな情報（例：テキストと画像）に基づいてテキスト形式の思考の連鎖（*rationale*）を生成します。
2.  **回答の形成**：次のステップで、モデルは生成された根拠に基づいて最終的な回答を出力します。

このような分離されたアプローチにより、パラメータ数が10億未満のモデルが、科学データセット**ScienceQA**で記録的な高品質を達成し、大規模モデルであるGPT-3.5さえも上回りました。また、ハルシネーションの低減も報告されています<sup>[\[4\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-mcot_zhang_2023-4)</sup>。

### Compositional CoT - コンポジショナルCoT

CVPR 2024で発表されたこの手法は、視覚-テキストタスクに焦点を当てており、中間ステップとして画像の構造化表現を生成することを提案しています<sup>[\[5\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-compositional_cot_mitra_2024-5)</sup>。 まず、MLLMはオブジェクト間の関係を示すシーングラフとしてシーン記述を生成します。次に、この構造化された記述が最終的な回答のためのプロンプトに含まれます。このアプローチにより、LLMはオブジェクト間の構成的な関係をより深く考慮することができ、複雑なシーンの記述や視覚的な質問応答タスクの成績を向上させます<sup>[\[5\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-compositional_cot_mitra_2024-5)</sup>。

### Duty-Distinct CoT - 責務分離CoT

NeurIPS 2023で発表されたこの手法は、システムの異なるコンポーネント間で責任を分担することを提案しています<sup>[\[6\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-ddcot_zheng_2023-6)</sup>：

- **言語モデル**は、論理的推論と情報の統合を担当します。
- **視覚サブシステム**（コンピュータビジョンモデル）は、画像コンテンツの認識を担当します。

このような「バイナリプロンプティング」は「クリティカルシンキング」を可能にします。LLMは、専門の視覚モジュールから得られた視覚情報を評価し、利用します。DDCoTアプローチにより、より一般的で説明可能な推論を生成することが可能になり、マルチモーダルな科学QAタスクの精度が大幅に向上しました<sup>[\[6\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-ddcot_zheng_2023-6)</sup>。

### その他のMCoTのバリエーション

特定のモダリティに合わせた他のアプローチも活発に開発されています：

- **Dual CoT**: 並列双方向推論のスキーム。
- **Audio-CoT**: 音声および発話に関連するタスクのための思考の連鎖の適応。
- **Video-of-Thought**: 動画データを段階的に分析する技術<sup>[\[1\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-survey_wang_2025-1)</sup>。

## 応用と成果

マルチモーダルCoTプロンプティングは、異種情報を統合する必要がある多くの分野で有効性を示しています。

- **教育および科学分野のQA**: 図やイラストを含む質問にシステムが回答し、解決策の詳細な説明を提供することを可能にします（例：ScienceQAデータセット）<sup>[\[4\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-mcot_zhang_2023-4)</sup>。
- **自動運転とロボティクス**: LiDAR、センサー、カメラからのデータを逐次的に解釈するのに役立ち、エージェントによるシーン理解と意思決定を改善します。
- **具現化されたAI（Embodied AI）**: 視覚的およびテキスト的な手がかりに基づいて、物理世界と相互作用するシステムの行動計画の信頼性を高めます。
- **医療とヘルスケア**: 医療画像（例：X線写真）とテキスト記述を組み合わせることで、診断の精度とAIの結論の説明可能性が向上します<sup>[\[1\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-survey_wang_2025-1)</sup>。

## 課題と展望

著しい進歩にもかかわらず、CoTのマルチモーダルな利用は依然として困難な研究課題です。

- **ラベル付きデータの不足**: モデルに正確なマルチモーダル推論を生成させるための学習には、詳細な説明を含む大規模なデータセットが必要ですが、その作成には手間がかかります。
- **柔軟性と汎化能力**: 特定のタイプのタスク（例：テキスト+画像）に調整された手法は、他のモダリティの組み合わせにうまく移行できない場合があります。
- **最適な統合**: 単に回答を長くするのではなく、モデルの理解を真に強化するために、異なるモダリティを単一の推論プロセスにどのように最適に統合するかは、依然として未解決の課題です。
- **標準化と評価**: さまざまなMCoTアプローチを客観的に評価し比較するための標準化されたベンチマークの開発が必要です<sup>[\[6\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-ddcot_zheng_2023-6)</sup>。

汎用人工知能に近いマルチモーダルAIを実現するためには、さまざまなセンサーによる世界の知覚の特性を考慮した、MCoT手法におけるさらなる革新が求められます<sup>[\[1\]](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_note-survey_wang_2025-1)</sup>。

## 外部リンク

- <a href="https://www.promptingguide.ai/techniques/multimodalcot" class="external text" rel="nofollow">Prompting GuideにおけるMultimodal CoTの概要</a>
- <a href="https://arxiv.org/abs/2503.12605" class="external text" rel="nofollow">「Multimodal Chain-of-Thought Reasoning: A Comprehensive Survey」 — 詳細な科学的レビュー</a>

## 参考文献

- Zhang, Z. et al. (2023). *Multimodal Chain-of-Thought Reasoning in Language Models*. <a href="https://arxiv.org/abs/2302.00923" class="external text" rel="nofollow">arXiv:2302.00923</a>.
- Mitra, C. et al. (2024). *Compositional Chain-of-Thought Prompting for Large Multimodal Models*. *CVPR 2024*. <a href="https://openaccess.thecvf.com/content/CVPR2024/html/Mitra_Compositional_Chain-of-Thought_Prompting_for_Large_Multimodal_Models_CVPR_2024_paper.html" class="external text" rel="nofollow">PDF</a>.
- Zheng, G. et al. (2023). *DDCoT: Duty-Distinct Chain-of-Thought Prompting for Multimodal Reasoning in Language Models*. <a href="https://arxiv.org/abs/2310.16436" class="external text" rel="nofollow">arXiv:2310.16436</a>.
- Huang, S. et al. (2023). *Language Is Not All You Need: Aligning Perception with Language Models (Kosmos-1)*. <a href="https://arxiv.org/abs/2302.14045" class="external text" rel="nofollow">arXiv:2302.14045</a>.
- Wang, Y. et al. (2025). *Multimodal Chain-of-Thought Reasoning: A Comprehensive Survey*. <a href="https://arxiv.org/abs/2503.12605" class="external text" rel="nofollow">arXiv:2503.12605</a>.
- Ma, Z. et al. (2025). *Audio-CoT: Exploring Chain-of-Thought Reasoning in Large Audio Language Models*. <a href="https://arxiv.org/abs/2501.07246" class="external text" rel="nofollow">arXiv:2501.07246</a>.
- Li, J. et al. (2024). *DCoT: Dual Chain-of-Thought Prompting for Large Multimodal Models*. <a href="https://openreview.net/forum?id=0saecDOdh2" class="external text" rel="nofollow">OpenReview:0saecDOdh2</a>.
- Ma, Z. et al. (2025). *ThinkSound: Chain-of-Thought Reasoning in Multimodal Large Language Models*. <a href="https://arxiv.org/abs/2506.21448" class="external text" rel="nofollow">arXiv:2506.21448</a>.
- Zhang, M. et al. (2023). *Video-of-Thought: Step-by-Step Video Reasoning from Perception to Cognition*. <a href="https://zhangmeishan.github.io/Video-of-Thought.pdf" class="external text" rel="nofollow">PDF</a>.
- Mitra, S. et al. (2024). *ThinkVideo: High-Quality Video Reasoning with Chain of Thoughts*. <a href="https://arxiv.org/abs/2505.18561" class="external text" rel="nofollow">arXiv:2505.18561</a>.
- Wu, Y. et al. (2024). *MINT: Multi-modal Chain of Thought in Unified Generative Models*. <a href="https://arxiv.org/abs/2503.01298" class="external text" rel="nofollow">arXiv:2503.01298</a>.

## 脚注

1.  <span id="cite_note-survey_wang_2025-1">↑ <sup>[1.0](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-survey_wang_2025_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-survey_wang_2025_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-survey_wang_2025_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-survey_wang_2025_1-3)</sup> Wang, Y. et al. «Multimodal Chain-of-Thought Reasoning: A Comprehensive Survey». *arXiv:2503.12605*, 2025. <a href="https://arxiv.org/abs/2503.12605" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-cot_wei_2022-2">↑ <sup>[2.0](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-cot_wei_2022_2-0)</sup> <sup>[2.1](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-cot_wei_2022_2-1)</sup> Wei, J. et al. «Chain-of-Thought Prompting Elicits Reasoning in Large Language Models». *arXiv:2201.11903*, 2022. <a href="https://arxiv.org/abs/2201.11903" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-kosmos1_huang_2023-3">↑ <sup>[3.0](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-kosmos1_huang_2023_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-kosmos1_huang_2023_3-1)</sup> Huang, S. et al. «Language Is Not All You Need: Aligning Perception with Language Models». *arXiv:2302.14045*, 2023. <a href="https://arxiv.org/abs/2302.14045" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-mcot_zhang_2023-4">↑ <sup>[4.0](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-mcot_zhang_2023_4-0)</sup> <sup>[4.1](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-mcot_zhang_2023_4-1)</sup> <sup>[4.2](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-mcot_zhang_2023_4-2)</sup> Zhang, Z. et al. «Multimodal Chain-of-Thought Reasoning in Language Models». *arXiv:2302.00923*, 2023. <a href="https://arxiv.org/abs/2302.00923" class="external autonumber" rel="nofollow">[4]</a></span>
5.  <span id="cite_note-compositional_cot_mitra_2024-5">↑ <sup>[5.0](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-compositional_cot_mitra_2024_5-0)</sup> <sup>[5.1](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-compositional_cot_mitra_2024_5-1)</sup> Mitra, A. et al. «Compositional Chain-of-Thought Prompting for Large Multimodal Models». *CVPR*, 2024. <a href="https://openaccess.thecvf.com/content/CVPR2024/papers/Mitra_Compositional_Chain-of-Thought_Prompting_for_Large_Multimodal_Models_CVPR_2024_paper.pdf" class="external autonumber" rel="nofollow">[5]</a></span>
6.  <span id="cite_note-ddcot_zheng_2023-6">↑ <sup>[6.0](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-ddcot_zheng_2023_6-0)</sup> <sup>[6.1](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-ddcot_zheng_2023_6-1)</sup> <sup>[6.2](https://systems-analysis.info/int/Multimodal_CoT_Prompting_%E2%80%94_%E3%83%9E%E3%83%AB%E3%83%81%E3%83%A2%E3%83%BC%E3%83%80%E3%83%AB%E6%80%9D%E8%80%83%E3%81%AE%E9%80%A3%E9%8E%96%E3%83%97%E3%83%AD%E3%83%B3%E3%83%97%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0#cite_ref-ddcot_zheng_2023_6-2)</sup> Zheng, G. et al. «DDCoT: Duty-Distinct Chain-of-Thought Prompting for Multimodal Reasoning in Language Models». *OpenReview*, 2023. <a href="https://openreview.net/forum?id=ktYjrgOENR" class="external autonumber" rel="nofollow">[6]</a></span>
