P

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

Chain-of-Thought PromptingSelf-ConsistencyPrompt ChainingSelf-Refine

FAQ

What is the difference between RaR one-step and two-step?
One-step combines rephrasing and answering into a single prompt ("Rephrase then answer"), which is simpler but less effective. Two-step separates the two steps into distinct calls: you first obtain the rephrasing, then use it as a new prompt for the answer. Two-step generally yields better results because the model can focus on each task separately.
Can Rephrase And Respond be combined with Chain-of-Thought?
Yes, and it is even recommended for complex tasks. You can ask the model to first rephrase the question, then reason step by step on the rephrased version. Research shows that this combination produces superior results to each technique used alone, because rephrasing clarifies the problem while CoT structures the reasoning.
Does Rephrase And Respond consume many more tokens?
The token overhead is moderate. In one-step, the addition is minimal since you simply add a rephrasing instruction. In two-step, you need an additional API call for rephrasing. However, this cost is often offset by better response quality on the first try, avoiding multiple corrective exchanges.

See also

How to use this prompt

  1. Copy the prompt with the button above.
  2. Paste it into ChatGPT, Claude or your favorite AI assistant.
  3. 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

Get new prompts every week

Join our newsletter.