passdrill
AI & LLM Engineering · Prompt Engineering · Card 030/039 easy

Deng et al. (2023), "Rephrase and Respond: Let Large Language Models Ask Better Questions for Themselves," start from the observation that a human's phrasing of a question often carries ambiguity or missing context that a language model reads differently than the human intended. What does the Rephrase and Respond (RaR) method have the model do about this, and how does the paper describe its relationship to chain-of-thought prompting?

  1. RaR trains a separate classifier to detect ambiguous questions and reroutes only those questions to a human reviewer before any model response is generated
  2. RaR has the model rephrase and expand the given question in its own words, adding clarifying detail, before answering, which the paper shows is complementary to chain-of-thought rather than a replacement for it, and combining the two performs better than either alone
  3. RaR instructs the model to translate the question into a different natural language first, on the theory that translation removes ambiguity, and this fully replaces the need for chain-of-thought
  4. RaR skips rephrasing entirely and instead asks the model to answer the same question multiple times, then rephrases only the final selected answer for readability
Next card → Shuffle