
Simply adding "Repeat the question before answering it." somehow make the models answer the trick question correctly. 🤔 Probable explanations:✨ 📌 Repeating the question in the model's context, significantly increasing the likelihood of the model detecting any potential "gotchas." 📌 One hypothesis is that maybe it puts the model into more of a completion mode vs answering from a chat instruct mode. 📌 Another, albeit less likely, reason could be that the model might assume the user’s question contains mistakes (e.g., the user intended to ask about a Schrödinger cat instead of a dead cat). However, if the question is in the assistant’s part of the context, the model trusts it to be accurate. 📚 The related Paper is EchoPrompt which proposes this techniques to rephrase original Prompt/queries before answering them. improves the Zero-shot-CoT performance of code-davinci-002 by 5% in numerical tasks and 13% in reading comprehension tasks.

How to Write Good Prompts: Using Spaced Repetition to Create Understanding
Andy Matuschakandymatuschak.orgRight now, intricate prompting is helpful for some tasks. But over time, we think it’s an overrated skill. Here’s why:
1. As AI models improve, they require less “engineered” prompts. DALL-E 3 is a great example of this (you get top-tier images with < 10-word prompts).
In this c... See more
Shortwave — rajhesh.panchanadhan@gmail.com [Gmail alternative]
Even when your series of prompts is—to your mind—unrelated, the model uses them to build a theory of you and what you are interested in, which influences subsequent responses in ways subtle or obvious.
Joe Smith • The Optimized Marketer: Writing with AI: Future-proof Your Talent and Position Your Business for a World Transformed by AI (The Optimized Self)
How does text-based prompting supplant or augment GUIs?
Some of the language models’ ability to infer natural language (ChatGPT) is unwieldy so there has been a lot of scrum about how text-based prompts could completely replace graphical user interfaces. My sense is that this won’t happen overnight as GUIs give way to higher fidelity or correctnes
... See more