Less Is More: Cognitive Load and the Single-Prompt Ceiling in LLM Mathematical Reasoning
This paper presents a systematic study of prompt engineering for formal mathematical reasoning in the SAIR Equational Theories competition, revealing a "single-prompt ceiling" where accuracy plateaus around 60–79% due to mathematical undecidability and model-specific limitations, despite achieving a 19.5 percentage-point improvement over the baseline with an optimized 2,252-byte prompt.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to teach a very smart, but slightly confused, robot how to solve a specific type of logic puzzle. The puzzle is this: "Does Rule A always lead to Rule B?"
The robot has to answer "Yes" (True) or "No" (False).
- If the answer is "No," the robot just needs to find one tiny example where Rule A works but Rule B fails. This is like finding a single crack in a dam.
- If the answer is "Yes," the robot has to prove that no possible world exists where Rule A works but Rule B fails. This is like proving there is no crack in the dam anywhere in the universe, even in places you can't see.
This paper is a report card on how the authors tried to "prompt engineer" (give instructions to) three different AI models to solve this puzzle. They spent five weeks testing over 40 different instruction manuals, ranging from a single sentence to a 5-page document.
Here is the story of what they found, explained simply.
1. The "Too Much Information" Trap
The authors started with a common belief: "More instructions = Better results." They thought that if they gave the AI a giant "cheat sheet" full of examples, rules, and complex logic, the AI would get smarter.
They were wrong.
They discovered a "Single-Prompt Ceiling." Imagine the AI's brain as a backpack.
- If you put a small, clear map in the backpack, the AI can read it and find the answer.
- If you stuff the backpack with 50 different maps, a dictionary, and a encyclopedia, the AI gets overwhelmed. It starts ignoring the important parts, gets confused, and actually performs worse.
The most complex prompt they tried (nearly 5,000 characters long) was the worst performer. The best results came from prompts that were surprisingly short and focused.
2. The "Order of Operations" Surprise
The biggest breakthrough wasn't about what they told the AI, but when they told it.
Think of the AI's reasoning process like a security guard checking a list of suspects.
- The Old Way (AN38): The guard checked a long list of "bad guys" (counterexamples) first. If the suspect looked like a bad guy, the guard said "No." If not, the guard moved on. This worked okay, but the guard was too quick to say "No" and missed some "Yes" cases.
- The New Way (AN45c): The authors told the guard: "First, check if this person is a baby. If they are a baby, they can't be a bad guy. Say 'Yes' immediately." Only after checking that did the guard look at the list of bad guys.
By putting the "Baby Check" (a simple math trick called the "trivial magma check") at the very top of the instructions, the AI stopped making mistakes on the "Yes" cases. It was like telling a chef to "Check if the oven is off" before telling them to "Start baking." The order changed everything, boosting accuracy from 71% to 79%.
3. The "One Size Does Not Fit All" Problem
Here is the tricky part. The authors found that a prompt that worked perfectly on one set of puzzles crashed on a slightly different set of puzzles.
- The "Hard1" Trap: They built a super-specialized prompt that was amazing at finding "No" answers (False) because the test questions were mostly "No" answers. It got 78% right.
- The Crash: When they took that same prompt and tested it on a balanced mix of "Yes" and "No" questions, it failed miserably. It started saying "No" to everything, even the "Yes" questions.
This is like training a dog to sit only when you hold a treat. If you take the treat away, the dog forgets how to sit. The AI learned to rely on the specific "flavor" of the questions rather than the actual math.
4. The "Ceiling" Reality Check
The authors call this the "Empirical Saturation Region."
Imagine you are trying to fill a bucket with water using a hose.
- At first, adding more water (more instructions) fills the bucket fast.
- But eventually, the bucket is full. If you keep spraying water, it just splashes out the sides.
- The AI has a limit on how much "reasoning" it can do with just a text prompt. No matter how clever the instructions are, the AI hits a wall around 79% accuracy.
To go higher than 79%, you can't just write a better prompt. You would need to:
- Fine-tune the brain: Train the AI from scratch on millions of these math problems.
- Use a team: Have one AI check for "Yes" and another check for "No," then have a human (or a computer program) decide which answer to trust.
5. The Big Lesson: Less is More
The most important takeaway is counter-intuitive.
In the world of AI, we often think we need to give the model more data, more rules, and more context to make it smarter. This paper proves that for complex math, simplicity wins.
- Complex prompts confuse the AI, causing it to hallucinate or ignore rules.
- Simple, well-ordered prompts guide the AI to use the math it already knows, just in the right order.
The Analogy:
Think of the AI as a brilliant but easily distracted student.
- If you give them a 50-page textbook to read before a test, they will get lost in the details and fail.
- If you give them a single, sticky note that says, "First check if X is true. If so, stop and say Yes. Otherwise, look for a counterexample," they will ace the test.
The authors didn't teach the AI new math; they just stopped it from getting distracted by its own thoughts. In the end, less instruction, delivered in the right order, beat more instruction every time.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.