description |
---|
Recursive question-answering |
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:
- Write a recipe that takes a question and asks helpful subquestions.
- Write a recipe for answering subquestions.
- One-step amplification: Augment the question-answerer to generate subquestions, answer them, and use their answers as advice.
- Recursive amplification: When answering subquestions, be able to ask further subquestions.