EchoPrompt: Instructing the Model to Rephrase Queries for Improved In-context Learning
Rajasekhar Reddy Mekala, Yasaman Razeghi, Sameer Singh

TL;DR
EchoPrompt enhances in-context learning by prompting models to rephrase their queries, leading to significant performance improvements across various tasks and models, especially in numerical, reading comprehension, and logical reasoning.
Contribution
Introduces EchoPrompt, a simple prompting method that improves model performance by rephrasing queries before answering, applicable to zero-shot and few-shot settings.
Findings
Improves Zero-shot-CoT performance by 5% in numerical tasks.
Achieves 13% improvement in reading comprehension tasks.
Effective across multiple model families and task types.
Abstract
Language models are achieving impressive performance on various tasks by aggressively adopting inference-time prompting techniques, such as zero-shot and few-shot prompting. In this work, we introduce EchoPrompt, a simple yet effective approach that prompts the model to rephrase its queries before answering them. EchoPrompt is adapted for both zero-shot and few-shot in-context learning with standard and chain-of-thought prompting. Experimental results show that EchoPrompt yields substantial improvements across all these settings for four families of causal language models. These improvements are observed across various numerical reasoning (e.g. GSM8K, SVAMP), reading comprehension (e.g. DROP), and logical reasoning (e.g. Coin Flipping) tasks. On average, EchoPrompt improves the Zero-shot-CoT performance of code-davinci-002 by 5% in numerical tasks and 13% in reading comprehension tasks.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Explainable Artificial Intelligence (XAI) · Bayesian Modeling and Causal Inference
