Zero-Shot Prompting
Auto-Refine The Prompt
Overview
How do we remove irrelevant information from the prompt?
The S2A (System 2 Attention) technique auto-refines a prompt by asking the model to rewrite the prompt to include only relevant information.
We implement this in two steps:
- Ask the model to rewrite the prompt
- Pass the rewritten prompt back to the model