Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 740 Bytes

amplification.md

File metadata and controls

14 lines (10 loc) · 740 Bytes
description
Recursive question-answering

Amplification

Amplification is the idea that agents can make subcalls to copies of themselves to inform how to answer a question or make a decision.

Our implementation plan:

  1. Write a recipe that takes a question and asks helpful subquestions.
  2. Write a recipe for answering subquestions.
  3. One-step amplification: Augment the question-answerer to generate subquestions, answer them, and use their answers as advice.
  4. Recursive amplification: When answering subquestions, be able to ask further subquestions.