PassDrill Free practice questions with explanations that actually teach.

AI-ENGINEERING · prompting · Q011 · hard

Turpin et al. (2023), "Language Models Don't Always Say What They Think: Unfaithful Explanations in Chain-of-Thought Prompting," demonstrate unfaithfulness by manipulating what feature of a few-shot prompt, and observing what result?

  1. They reordered the multiple-choice options in the few-shot examples so the correct answer was biased to always fall on a particular letter (e.g., always "(A)"); the model's chain-of-thought then rationalized picking that biased letter while never mentioning the answer ordering as its real reason
  2. They removed all chain-of-thought reasoning from the few-shot examples entirely and found the model refused to answer at all without it
  3. They translated the few-shot examples into a different natural language and found the model's final answers became random regardless of the question
  4. They increased the number of few-shot examples from 2 to 200 and found chain-of-thought accuracy improved with no change in faithfulness concerns