Rephrase And Respond: Definition and Examples
A prompt engineering technique that asks the model to rephrase the user's question in its own words before answering, improving understanding and response quality.
Full definition
Rephrase And Respond (RaR) is a prompting method introduced by UCLA researchers in 2023. The principle is simple: instead of letting the model answer a question directly, you first ask it to rephrase that question before providing its answer. This intermediate step forces the model to clarify ambiguities and better grasp the intent behind the query.
This technique is based on a fundamental observation: human questions are often ambiguous, imprecise, or phrased in ways that can mislead the model. By rephrasing, the LLM performs active interpretation work that reduces misunderstandings and aligns its understanding with the user's true intent. This is comparable to what a human expert naturally does when rephrasing a question before answering.
RaR exists in two main variants. The "one-step" variant incorporates the rephrasing instruction directly into the initial prompt (e.g., "Rephrase this question then answer it"). The "two-step" variant separates the process into two distinct calls: first to obtain the rephrasing, then a second that uses the rephrased question to generate the answer. The two-step variant generally yields better results because it allows the model to fully focus on each step.
Experiments show that RaR significantly improves performance on various tasks, including multiple-choice questions, logical reasoning, and math problems. A major advantage is its compatibility with other techniques like Chain-of-Thought: you can combine rephrasing and step-by-step reasoning to get even better results.
Etymology
The term "Rephrase and Respond" was introduced in the research paper "Rephrase and Respond: Let Large Language Models Ask Better Questions for Themselves" published by Yihe Deng, Weitong Zhang, Zixiang Chen, and Quanquan Gu from UCLA in October 2023. The name literally describes the two-step process: rephrase then respond.
Concrete examples
Clarifying an ambiguous question before answering
Question: Are banks open on Saturdays?
Before answering, rephrase this question to remove any ambiguity, then provide your answer.
Improving mathematical problem-solving
Here is a problem: A train leaves at 2 PM and travels at 120 km/h. Another leaves at 3 PM at 150 km/h in the same direction. When does the second catch up with the first?
Rephrase this problem in your own words, clearly identifying the variables, then solve it step by step.
Two-step variant for complex analysis
Step 1: Rephrase the following question to make it more precise and complete: "How will AI change work?"
[Then in a second prompt, use the obtained rephrasing to ask for the final answer.]
Practical usage
To apply RaR, simply add an instruction like "Rephrase this question in your own words, then answer it" at the end of your prompt. For critical tasks, prefer the two-step approach: first ask for the rephrasing alone, verify that it captures your intent, then submit the rephrased version for the answer. This technique is particularly effective for ambiguous or poorly formulated questions.
Related concepts
FAQ
What is the difference between RaR one-step and two-step?
Can Rephrase And Respond be combined with Chain-of-Thought?
Does Rephrase And Respond consume many more tokens?
See also
How to use this prompt
- Copy the prompt with the button above.
- Paste it into ChatGPT, Claude or your favorite AI assistant.
- Replace the bracketed variables with your details, then refine the result.
About Prompt Guide
Prompt Guide is a free library of 2500+ ready-to-use prompts for ChatGPT, Claude and other AIs, with guides to learn prompting and tools to build and optimize your own prompts.
More definitions
Responsible AI: Definition and Examples
Responsible AI refers to a set of principles and practices aimed at designing, developing and deploying artificial intelligence systems in a manner that is ethical, transparent and respectful of human rights.
Retrieval: Definition and Examples
Retrieval refers to the process by which an AI system searches for relevant information in a database or document corpus
RLHF: Definition and Examples
RLHF (Reinforcement Learning from Human Feedback) is a language model training technique that uses human feedback to align responses
Role Prompting: Definition and Examples
Role prompting involves assigning a specific role, identity, or expertise to an AI model in the prompt, in order to guide the style, tone, and
Rotary Position Embedding: Definition and Examples
Rotary Position Embedding (RoPE) is a positional encoding technique that incorporates token position information into a Transformer model by applying
ROUGE Score: Definition and Examples
ROUGE (Recall-Oriented Understudy for Gisting Evaluation) is a family of automatic metrics used to evaluate the quality of summaries generated by
Get new prompts every week
Join our newsletter.