Zero-Shot Prompting
Generate Follow-Up Questions
Overview
Models can sometimes correctly answer sub-problems but incorrectly answer the overall query. This is known as the compositionality gap1.
How can we encourage a model to use the answers to sub-problems to correctly generate the overall solution?
Self-Ask is a technique which use a single prompt to:
- decide if follow-up questions are required
- generate the follow-up questions
- answer the follow-up questions
- answer the main query