🤖 AI Summary
This paper identifies a non-monotonic effect of chain-of-thought (CoT) prompting across large language models (LLMs) of varying capability: constrained prompts improve performance on mid-tier models but induce reasoning degradation in stronger models (e.g., GPT-5) due to over-literal interpretation—a phenomenon newly discovered and termed “Prompting Inversion.” Method: We propose “Sculpting,” a rule-based, capacity-aware prompting strategy that dynamically tailors prompt restrictiveness while preserving logical integrity of reasoning steps. Contribution/Results: Evaluated systematically on GSM8K across multiple OpenAI model generations, Sculpting achieves 97.0% accuracy on GPT-4o—surpassing standard CoT—but drops to 94.0% on GPT-5, notably below CoT’s 96.36%, empirically confirming that optimal prompting must simplify as models advance. Our core contribution is uncovering the co-evolutionary principle between prompts and models, establishing both theoretical grounding and a practical framework for adaptive prompt engineering.
📝 Abstract
Prompt engineering, particularly Chain-of-Thought (CoT) prompting, significantly enhances LLM reasoning capabilities. We introduce "Sculpting," a constrained, rule-based prompting method designed to improve upon standard CoT by reducing errors from semantic ambiguity and flawed common sense.
We evaluate three prompting strategies (Zero Shot, standard CoT, and Sculpting) across three OpenAI model generations (gpt-4o-mini, gpt-4o, gpt-5) using the GSM8K mathematical reasoning benchmark (1,317 problems).
Our findings reveal a "Prompting Inversion": Sculpting provides advantages on gpt-4o (97% vs. 93% for standard CoT), but becomes detrimental on gpt-5 (94.00% vs. 96.36% for CoT on full benchmark). We trace this to a "Guardrail-to-Handcuff" transition where constraints preventing common-sense errors in mid-tier models induce hyper-literalism in advanced models. Our detailed error analysis demonstrates that optimal prompting strategies must co-evolve with model capabilities, suggesting simpler prompts for more capable models.