Prompt Repetition Improves Non-Reasoning LLMs
This is experimental HTML to improve accessibility. We invite you to report rendering errors. Use Alt+Y to toggle on accessible reporting links and Alt+Shift+Y to toggle off. Learn more about this project and help improve conversions. When not using reasoning, repeating the input prompt improves performance for popular models (Gemini, GPT, Claude, and Deepseek) without increasing the number of generated tokens or latency. LLMs are often trained as causal language models, i.e. past tokens cannot attend to future tokens. Therefore, the order of the tokens in a user’s query can affect prediction performance. For example, a query of the form “ ” often performs differently from a query of the form “ ” (see options-first vs. question-first in Figure 1). We propose to repeat the prompt, i.e. transform the input from “ ” to “ ”. This enables each prompt token to attend to every other prompt token, addressing the above. When not using re
Prompt Repetition Improves Non-Reasoning LLMs Yaniv Leviathan Google Research leviathan@google.com Matan Kalman 1 1 footnotemark: 1 Google Research matank@google.com Yossi Matias Google Research yossi@google.com Equal contribution. When not using reasoning, repeating the input prompt improves performance for popular models (Gemini, GPT, Claude, and Deepseek) without increasing the number of generated tokens or latency. 1 Prompt Repetition LLMs are often trained as causal language models, i.e. past tokens cannot attend to future tokens. Therefore, the order of the tokens in a user’s query can a
Explore this link on the map →related reading
- DeepSeek-R1arxiv.org
- the-illusion-of-thinking.pdfml-site.cdn-apple.com
- [2201.11903] Chain of Thought Prompting Elicits Reasoning in Large Language Modelsarxiv.org
- Learning to reason with LLMs | OpenAIopenai.com
- Everything I'll forget about prompting LLMsolickel.com
- Reasoning as Trajectoriesslhleosun.github.io
- Chain-of-Thought Promptinglearnprompting.org
- Generated Knowledge Prompting | Prompt Engineering Guidepromptingguide.ai
- [2210.02441] Ask Me Anything: A simple strategy for prompting language modelsarxiv.org
- The State of Reinforcement Learning for LLM Reasoningmagazine.sebastianraschka.com
- Language Models can Solve Computer Tasksarxiv.org
- Recent LLMs can do 2-hop and 3-hop latent (no-CoT) reasoning on natural facts — LessWronglesswrong.com