← Latest papers
💻 computer science

SOP-Maze: Evaluating Large Language Models on Complicated Business Standard Operating Procedures

The paper introduces SOP-Maze, a new benchmark derived from real-world business data that evaluates large language models on complex standard operating procedures by categorizing tasks into lateral and deep reasoning challenges, revealing significant struggles with route blindness, conversational fragility, and calculation errors across state-of-the-art models.

Original authors: Jiaming Wang, Zhe Tang, Zehao Jin, Hefei Chen, Yilin Jin, Peng Ding, Xiaoyu Li, Xuezhi Cao

Published 2026-01-15
📖 4 min read☕ Coffee break read

Original authors: Jiaming Wang, Zhe Tang, Zehao Jin, Hefei Chen, Yilin Jin, Peng Ding, Xiaoyu Li, Xuezhi Cao

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 teaching a very smart, well-read robot how to do a specific job, like working as a customer service agent or a salesperson. You give the robot a thick rulebook called a Standard Operating Procedure (SOP). This isn't just a simple list of "do this, then do that." It's a complex maze with hundreds of "if-then" branches, like a choose-your-own-adventure book where one wrong turn leads to a dead end.

The paper "SOP-Maze" introduces a new way to test if these AI robots can actually navigate these real-world business rulebooks without getting lost.

Here is a simple breakdown of what the researchers did and what they found:

1. The New Test: SOP-Maze

The researchers built a "gym" for AI models called SOP-Maze.

  • The Source: Instead of making up fake rules, they took 300,000 real records from a company's internal business logs. They cleaned these up to create 397 real-world scenarios (like a sales call or a customer complaint) containing 3,422 tiny steps.
  • The Goal: To see if an AI can read a long, complicated rulebook, listen to a noisy human conversation, and follow the exact path required to get the right answer.

2. The Two Types of Mazes

The researchers realized that business rules come in two flavors, so they split the test into two categories (using a plant metaphor):

  • Lateral Root System (LRS) – The "Wide" Maze:
    • The Metaphor: Imagine a tree with a shallow trunk but hundreds of branches spreading out wide.
    • The Challenge: The AI has to choose the one correct branch out of many possibilities. It's like standing at a crossroads with 10 different signs and having to pick the right one immediately. If you pick the wrong one, you're stuck.
  • Heart Root System (HRS) – The "Deep" Maze:
    • The Metaphor: Imagine a tree with a very deep, twisting root system that goes far underground.
    • The Challenge: The AI has to follow a long, complex chain of logic. Step A must happen before Step B, which must happen before Step C. If the AI forgets a step from 10 minutes ago in the conversation, the whole chain breaks.

3. The Results: The Robots Are Getting Lost

The researchers tested 18 of the smartest AI models available (including top models from OpenAI, Anthropic, and others). The results were surprising: Almost all of them struggled.

Even the "smartest" models couldn't reliably follow the business rules. The researchers found three main reasons why the robots failed:

A. Route Blindness (Getting Lost in the Map)

  • The Problem: The AI sees the map but can't follow the path.
  • In the Wide Maze: It gets overwhelmed by too many choices and picks the wrong branch early on, then refuses to correct itself.
  • In the Deep Maze: It gets impatient and "skips ahead." It assumes it has already done a step it hasn't actually done yet, leading to a wrong conclusion.

B. Conversational Fragility (Failing at Human Chit-Chat)

  • The Problem: The AI is too literal and can't handle the messiness of real human speech.
  • The Nuance: Humans change their minds, use sarcasm, or interrupt themselves.
    • Example: A user might start angry ("I'm going to complain!") but then calm down ("Never mind, I'll let it slide"). The AI often ignores the change and keeps acting angry.
    • Example: A user might say, "Haha, yeah, right," sarcastically. The AI takes it as a genuine "Yes" and proceeds with the wrong action.

C. Calculation Errors (Bad at Math in Context)

  • The Problem: The AI is bad at doing simple math or time calculations when they are buried inside a long conversation.
  • The Nuance: If you ask, "How many minutes passed between 1:00 PM and 1:05 PM?" the AI gets it right. But if that question is hidden inside a 20-turn conversation about a delivery delay, the AI often forgets to look at the timestamps or miscalculates the time.

4. The Takeaway

The paper concludes that while AI models are great at writing poems or answering general questions, they are currently not reliable enough to act as professional agents in complex business environments. They lack the "muscle memory" to follow strict, multi-step procedures without getting distracted by human conversation quirks or making simple logic errors.

The authors have made their test data and code public (SOP-Maze) so other researchers can use it to build better, more reliable AI that can actually follow the rules of the real world.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →