---
title: "Least-to-most Prompting — Least-to-Mostプロンプティング"
source: "https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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: "Least-to-most_Prompting_—_Least-to-Mostプロンプティング"
language: "ja"
categories:
  - "Category:Japanese"
  - "Category:Large language models"
  - "Category:Machine learning"
  - "Category:Prompt engineering"
revision_id: 3840
wiki_created_at: 2026-09-06T23:26:53Z
wiki_modified_at: 2026-09-06T23:26:53Z
downloaded_at: 2026-09-07T22:59:23Z
---

# Least-to-most Prompting — Least-to-Mostプロンプティング

**Least-to-Most Prompting** (**LtM**) とは、大規模言語モデル (**LLM**) のための**プロンプト**開発手法の一つであり、複雑な問題をより単純なサブタスクに**分解**し、それらを順次解決することで問題を解くことを可能にする<sup>[\[1\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf-1)</sup>。このアプローチは2022年に**デニー・チョウ** (Denny Zhou) が率いるGoogle Brainの研究者グループによって提案され、ICLR 2023カンファレンスで発表された<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。この手法の主な目的は、プロンプトでの学習時にモデルに示された例よりも複雑なタスクをうまく処理できないChain-of-Thoughtプロンプティングの限界を克服することである<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。Least-to-Most Promptingは、解釈可能性を維持し、ニューラルネットワークの追加学習を必要とせずに、モデルが**より複雑なタスクに汎化する**ことを可能にする<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。この手法の名前は教育心理学から借用されたもので、そこでは「least to most prompting」とは、学生が新しいスキルを習得するために、徐々に援助のレベルを上げていく一連のプロンプトを与えることを意味する<sup>[\[3\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info-3)</sup>。

## 手法の解説

Least-to-Most Promptingの手法は**2つの段階**で実行され<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>、各段階は（モデルの追加のファインチューニングなしで）慎重に作成されたプロンプトを通じて言語モデル自体に指示される：

1.  **タスクの分解**。第一段階では、モデルは複雑なタスクをより単純なサブタスクのシーケンスに分割する方法を示す指示と例を受け取る。その後、具体的な複雑な問題が提示され、モデルは単純化された**中間的な質問**のリストを出力しなければならない<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。例えば、複雑なタスクに対して、モデルは元の問題の一部に対処する уточняющий サブ質問を自律的に定式化することができる。
2.  **サブタスクの順次解決**。第二段階では、モデルは得られたサブタスクを最も単純なものから最も複雑なものまで**順番に**解決する。このために、各サブタスクにはコンテキストが先行する：類似のサブ問題の解決例、そして（もしあれば）既知の答えと共に解決済みの先行サブタスク<sup>[\[4\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-medium-oxenai-4)</sup>。最初のサブタスクを解決した後、モデルはその答えをプロンプトのテキストに追加し、前の解決策をコンテキストとして使用して次のサブタスクを受け取る<sup>[\[4\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-medium-oxenai-4)</sup>。これは、元の質問に直接答える最終的で最も複雑なサブタスクが解決されるまで続く。

例：元の文章問題はLeast-to-Mostメソッドを用いて2つの段階に分けられる。まず、モデルは中間的な質問（「How long does each trip take?」 - 「1回の移動にかかる時間は？」）を定式化して解決し、「each trip takes 5 minutes」（各移動には5分かかります）という答えを得る。この答えは、次のサブタスクである元の質問（「How many times can she slide before it closes?」 - 「アトラクションが閉まるまでに彼女は何回滑れますか？」）と共に新しいプロンプトに含まれる。前の結果を使用して、モデルは最終的な答え（この例では3回）を計算する。

原理的に、Least-to-Most Promptingは、単一の回答内で連続した「思考の連鎖」を生成する代わりに、推論プロセスを知識を蓄積しながら個別のクエリに分割するという点で、標準的なChain-of-Thoughtアプローチとは異なる<sup>[\[3\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info-3)</sup>。このような**段階的で再帰的なアプローチ**により、モデルはタスクのより複雑な側面に徐々に移行することができ、**easy-to-hard generalization**（モデルが学習例よりも難しいタスクに直面する問題）の問題を効果的に解決する<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)[\[3\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info-3)</sup>。LtMメソッドの両方の段階はfew-shot prompting（いくつかの例を示すこと）によって実現され、モデルの追加のトレーニングや新しいデータでのファインチューニングは不要であることに注意が必要である<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。さらに、このメソッドはLLMの推論を改善する他のテクニックと互換性があり、例えば、Chain-of-Thoughtやself-consistency（複数の解決策を順次サンプリング）と組み合わせて回答を生成することができるが、これは必須ではない<sup>[\[1\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf-1)</sup>。

## 実験結果と応用

Least-to-Most Promptingを提案した研究では、この手法が複雑な多段階推論を必要とする多くのタスクにおいて、**標準的なプロンプティング手法**（Chain-of-Thoughtを含む）を**上回る**ことが示された<sup>[\[1\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf-1)</sup>。この手法は、3つの主要なタスクカテゴリでその利点を成功裏に実証した：

- **記号的およびアルゴリズム的タスク**。例えば、**単語の最後の文字を連結する**タスク（リスト内の各単語の最後の文字を順に取り、それらから新しい単語を作成する）において、LtMメソッドはモデルがより長い単語シーケンスに汎化する能力を大幅に向上させた。特別なトレーニングなしで、GPT-3モデル（code-davinci-002）はChain-of-Thoughtプロンプトを使用した場合、単語リストの長さが12の場合、このようなタスクを正しく解決できたのはわずか**32%**のケースであったが、Least-to-Most Promptingを使用すると精度は**約74%**に達した<sup>[\[1\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf-1)</sup>。短いリスト（例で見られた長さ）では両方の戦略が良好に機能したが、シーケンス長が長くなるにつれてChain-of-Thoughtの品質は急激に低下したのに対し、Least-to-Mostはより緩やかな低下を保証し、高い精度を維持した<sup>[\[1\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf-1)</sup>。これは、LtMメソッドが**解決ロジックを**より複雑な（長い）入力データに**汎化する**能力を示している。
- **構成的汎化' *(compositional generalization)。このタスクカテゴリには、例えば、テキストの指示を一連のアクションに翻訳することが含まれる（****SCAN**ベンチマークのように、「jump twice and run」のようなコマンドを実行し、より長い組み合わせに汎化する必要がある）<sup>[\[4\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-medium-oxenai-4)</sup>。LtMメソッドにより、LLMはこのようなタスクの最も複雑なバリアントさえも成功裏に解決することができた。特に、GPT-3モデルはLtMプロンプトを使用し、プロンプトにわずか14の例を使用するだけで、SCANデータセットのすべてのデータ分割バリアント（テストシーケンスがトレーニングシーケンスより長い最も困難なlength splitを含む）で**99%**の精度を達成した<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。比較として、標準的なChain-of-Thoughtアプローチでは、同様の条件下で約**16%**の精度しか得られなかった<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。さらに、これは**モデルをトレーニングデータで学習させることなく**達成されたものであり、以前のSCANの最良の解決策は、15,000以上の例からなるトレーニングセット全体の使用を必要とする特別なニューロシンボリックアーキテクチャやデータ拡張手法に依存していた<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。このように、Least-to-Most Promptingは、ファインチューニングなしのモデルとしては**前例のない'***構成的汎化能力**を示した。
- **数学の文章問題**。この手法は、テキスト中の算術問題、例えば**GSM8K**データセット（加算/減算と論理に関する複雑な文章問題）<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>や、**DROP**データセットからの一連の質問（テキスト中の数値情報を抽出・計算する能力をテストする）<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>でテストされた。ここでも、Least-to-Most PromptingはChain-of-Thoughtと比較して**精度の向上**を示した。GSM8Kでは、code-davinci-002モデルを使用した場合、回答の精度は〜60.9%から〜62.4%に増加した<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。DROPのサブタスクでは、その差はさらに顕著であった。例えば、「フットボール」の事実に関する一部の質問では、精度は〜59.6%（Chain-of-Thought）からLtMを適用すると〜73.4%に上昇した<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。数学タスクでの品質向上はSCANほど劇的ではなかったが、著者らは重要な点を指摘している：モデルが問題の正しい**分解**を受け取れば、ほとんどすべてのGSM8Kタスクを正しく解決できる<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。これは、成功への鍵がうまく定式化された中間的な質問にあることを示唆しており、LtMアプローチはまさにそのような質問を自動的に生成し、それらを順次解決することを目指している。

要約すると、実験はLeast-to-Most Promptingが、多段階の推論を必要とする多くの種類のタスクにおいて、単純なfew-shotプロンプティングとChain-of-Thought手法の両方を**大幅に上回る**ことを確認している<sup>[\[1\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf-1)</sup>。この手法により、LLMは当初例を通じて知っていた問題よりも複雑な問題を解決することができ、**in-context learning**（プロンプトによるその場での学習）の境界を広げる。

## 限界と今後の方向性

成功にもかかわらず、Least-to-Most Promptingメソッドにはいくつかの**限界**がある。まず第一に、さまざまな種類のタスクには**異なる分解アプローチ**が必要である。数学の問題を効果的に分割するプロンプトのテンプレートは、論理的または常識的な問題には全く適さない可能性がある<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。例えば、数学の文章問題をステップに分割する方法をモデルに教えたプロンプトは、「アリストテレスはノートパソコンを使ったか？」のような常識的な質問には役に立たなかった。このようなタスクには全く異なる分割戦略が必要である<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。そのため、新しいドメイン領域や問題の種類ごとに、タスクをサブタスクに分割する**例を新たに選び**、解決策の構造を示す対応するプロンプトを作成する必要がある<sup>[\[3\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info-3)</sup>。言い換えれば、タスクを正しく分解する方法の知識は、LLM自体によって普遍的に汎化されるのではなく、特定のタスククラスに対して例を通じて提供されなければならない。

さらに、LtMの有効性は、タスクが独立したサブゴールに**うまく分割できるか**に大きく依存する。モデルが中間ステップを正しく定式化できなかったり、必要なサブタスクがいくつか省略されたりすると、最終的な解決策も誤ったものになる。しかし、開発者自身は、多くの場合、人間が手動で正しい分解を指示すれば失敗を成功に変えることができると指摘している。その場合、モデルは各部分を容易に解決し、答えをうまく組み合わせることができる<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。これは、アプローチのさらなる発展の可能性を強調している：サブタスクの自動生成の質の向上、そしておそらくはモデルの対話的な学習である。結論として、LtMの著者らは、プロンプティング手法の未来は、モデルが即座のフィードバックを受け取り、中間ステップを修正できるような、本格的な**双方向対話**の方向にあるかもしれないと示唆している<sup>[\[2\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-2)</sup>。Least-to-Most Promptingメソッドは、タスクの分解と段階的な解決を通じてモデルと順次対話することが、新しいデータで**学習させることなくその推論能力を大幅に拡張する**ことを示す、この方向への一歩と見なすことができる<sup>[\[1\]](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf-1)</sup>。

## 外部リンク

- <a href="https://arxiv.org/abs/2205.10625" class="external text" rel="nofollow">原論文「Least-to-Most Prompting Enables Complex Reasoning in Large Language Models」 (arXiv)</a>
- <a href="https://ar5iv.org/pdf/2205.10625" class="external text" rel="nofollow">原論文のHTML版</a>
- <a href="https://aisafety.info/questions/9QKC/What-is-least-to-most-prompting" class="external text" rel="nofollow">Least-to-Most Promptingとは？ — AI Safety Infoの記事</a>
- <a href="https://medium.com/@oxenai/arxiv-dives-toolformer-language-models-can-teach-themselves-to-use-tools-b50c9312c2a9" class="external text" rel="nofollow">Mediumでの手法のレビュー</a>
- <a href="https://arxiv.org/abs/2310.14735" class="external text" rel="nofollow">プロンプトエンジニアリング手法の包括的なレビュー (arXiv)</a>

## 参考文献

- Zhou, D. et al. (2022). *Least-to-Most Prompting Enables Complex Reasoning in Large Language Models*. <a href="https://arxiv.org/abs/2205.10625" class="external text" rel="nofollow">arXiv:2205.10625</a>.
- Zhou, D. et al. (2023). *Least-to-Most Prompting Enables Complex Reasoning in Large Language Models*. *ICLR 2023*. <a href="https://openreview.net/forum?id=WZH7099tgfM" class="external text" rel="nofollow">OpenReview</a>.
- Wei, J. et al. (2022). *Chain-of-Thought Prompting Elicits Reasoning in Large Language Models*. <a href="https://arxiv.org/abs/2201.11903" class="external text" rel="nofollow">arXiv:2201.11903</a>.
- Wang, X. et al. (2022). *Self-Consistency Improves Chain of Thought Reasoning in Language Models*. <a href="https://arxiv.org/abs/2203.11171" class="external text" rel="nofollow">arXiv:2203.11171</a>.
- Kojima, T. et al. (2022). *Large Language Models Are Zero-Shot Reasoners*. <a href="https://arxiv.org/abs/2205.11916" class="external text" rel="nofollow">arXiv:2205.11916</a>.
- Nye, M. et al. (2021). *Show Your Work: Scratchpads for Intermediate Computation with Language Models*. <a href="https://arxiv.org/abs/2112.00114" class="external text" rel="nofollow">arXiv:2112.00114</a>.
- Lake, B. M.; Baroni, M. (2018). *Generalization without Systematicity: On the Compositional Skills of Sequence-to-Sequence Recurrent Networks*. <a href="https://arxiv.org/abs/1711.00350" class="external text" rel="nofollow">arXiv:1711.00350</a>.
- Cobbe, K. et al. (2021). *Training Verifiers to Solve Math Word Problems*. <a href="https://arxiv.org/abs/2110.14168" class="external text" rel="nofollow">arXiv:2110.14168</a>.
- Dua, D. et al. (2019). *DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs*. <a href="https://arxiv.org/abs/1903.00161" class="external text" rel="nofollow">arXiv:1903.00161</a>.
- Zhang, Z. et al. (2022). *Automatic Chain of Thought Prompting in Large Language Models*. <a href="https://arxiv.org/abs/2210.03493" class="external text" rel="nofollow">arXiv:2210.03493</a>.

## 脚注

1.  <span id="cite_note-arxiv-original-pdf-1">↑ <sup>[1.0](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf_1-0)</sup> <sup>[1.1](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf_1-1)</sup> <sup>[1.2](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf_1-2)</sup> <sup>[1.3](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf_1-3)</sup> <sup>[1.4](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf_1-4)</sup> <sup>[1.5](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf_1-5)</sup> <sup>[1.6](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original-pdf_1-6)</sup> Zhou, Denny et al. «Least-to-Most Prompting Enables Complex Reasoning in Large Language Models». *ar5iv.org*. <a href="https://ar5iv.org/pdf/2205.10625" class="external autonumber" rel="nofollow">[1]</a></span>
2.  <span id="cite_note-arxiv-original-2">↑ <sup>[2.00](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-0)</sup> <sup>[2.01](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-1)</sup> <sup>[2.02](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-2)</sup> <sup>[2.03](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-3)</sup> <sup>[2.04](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-4)</sup> <sup>[2.05](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-5)</sup> <sup>[2.06](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-6)</sup> <sup>[2.07](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-7)</sup> <sup>[2.08](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-8)</sup> <sup>[2.09](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-9)</sup> <sup>[2.10](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-10)</sup> <sup>[2.11](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-11)</sup> <sup>[2.12](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-12)</sup> <sup>[2.13](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-13)</sup> <sup>[2.14](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-14)</sup> <sup>[2.15](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-15)</sup> <sup>[2.16](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-16)</sup> <sup>[2.17](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-17)</sup> <sup>[2.18](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-18)</sup> <sup>[2.19](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-arxiv-original_2-19)</sup> Zhou, Denny et al. «Least-to-Most Prompting Enables Complex Reasoning in Large Language Models». *arXiv*. <a href="https://arxiv.org/abs/2205.10625" class="external autonumber" rel="nofollow">[2]</a></span>
3.  <span id="cite_note-aisafety-info-3">↑ <sup>[3.0](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info_3-0)</sup> <sup>[3.1](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info_3-1)</sup> <sup>[3.2](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info_3-2)</sup> <sup>[3.3](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-aisafety-info_3-3)</sup> «What is least-to-most prompting?». *AI Safety Info*. <a href="https://aisafety.info/questions/9QKC/What-is-least-to-most-prompting" class="external autonumber" rel="nofollow">[3]</a></span>
4.  <span id="cite_note-medium-oxenai-4">↑ <sup>[4.0](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-medium-oxenai_4-0)</sup> <sup>[4.1](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-medium-oxenai_4-1)</sup> <sup>[4.2](https://systems-analysis.info/int/Least-to-most_Prompting_%E2%80%94_Least-to-Most%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-medium-oxenai_4-2)</sup> OXEN AI. «Arxiv Dives Toolformer: Language models can teach themselves to use tools». *Medium*. <a href="https://medium.com/@oxenai/arxiv-dives-toolformer-language-models-can-teach-themselves-to-use-tools-b50c9312c2a9" class="external autonumber" rel="nofollow">[4]</a></span>
