← Latest papers
💬 NLP

MARCH: Evaluating the Intersection of Ambiguity Interpretation and Multi-hop Inference

This paper introduces MARCH, a benchmark revealing that state-of-the-art models struggle with the intersection of multi-hop inference and layered ambiguity, and proposes CLARION, a two-stage agentic framework that decouples ambiguity planning from evidence-driven reasoning to significantly improve performance.

Original authors: Jeonghyun Park, Ingeol Baek, Seunghyun Yoon, Haeun Jang, Aparna Garimella, Akriti Jain, Nedim Lipka, Hwanhee Lee

Published 2026-04-10
📖 4 min read☕ Coffee break read

Original authors: Jeonghyun Park, Ingeol Baek, Seunghyun Yoon, Haeun Jang, Aparna Garimella, Akriti Jain, Nedim Lipka, Hwanhee Lee

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

The Big Problem: The "Choose Your Own Adventure" Trap

Imagine you are asking a very smart, but slightly impatient, librarian for help. You ask:

"Who makes the best-selling pickup truck from the company that makes the 'Mustang'?"

A human would immediately pause and think, "Wait, which Mustang? The famous Ford car, or the Fender electric guitar?"

  • If it's the Car: The answer is Ford. Their best-selling pickup is the F-150.
  • If it's the Guitar: The answer is Fender. Their "pickup" is a magnetic part inside the guitar (not a truck!).

The Mistake: Most AI models are like that impatient librarian. They hear "Mustang," instantly think "Car," and immediately start looking for Ford trucks. They completely forget the guitar possibility. By the time they realize they might be wrong, they've already dug a deep hole in the wrong direction. In the world of AI, this is called premature commitment.

Part 1: The New Test (MARCH)

The researchers created a new test called MARCH (Multi-hop Ambiguity Reasoning CHain). Think of this as a "Stress Test" for AI brains.

  • The Goal: To see if an AI can handle questions where the answer depends on two or more steps, and where the first step is a trick question with multiple meanings.
  • The Setup: They built a database of 2,209 tricky questions. They didn't just ask the AI to guess; they checked the answers with humans and other AIs to make sure the questions were actually fair and the answers were correct.
  • The Result: Even the smartest AI models (like the ones powering today's chatbots) failed this test miserably. They kept getting stuck on the first meaning they found and couldn't backtrack to find the second one.

The Analogy:
Imagine you are navigating a maze.

  • Standard AI: You see a fork in the road. You pick the left path because it looks popular. You walk 100 steps, hit a dead end, and say, "I can't solve this maze."
  • The MARCH Challenge: The maze is designed so that the "popular" path is a trap. To solve it, you have to realize there are two valid paths from the start, walk both of them simultaneously, and then combine the findings at the end.

Part 2: The New Solution (CLARION)

To fix this, the researchers built a new system called CLARION.

Instead of letting the AI just "think and answer" in one go, CLARION splits the job into two distinct roles, like a Project Manager and a Researcher.

1. The Project Manager (The Planning Agent)

Before the AI looks up any facts, the Project Manager stops and asks:

  • "Wait, what exactly is the user asking?"
  • "Are there hidden meanings?"
  • "If I assume it's a car, what do I miss? If I assume it's a guitar, what do I miss?"

The Manager writes down a plan: "Okay, we need to investigate the 'Car' path AND the 'Guitar' path separately. Do not mix them up yet."

2. The Researcher (The Acting Agent)

The Researcher takes this plan and goes to work.

  • They go to the library (the internet) to find facts about the Car.
  • They go to the library to find facts about the Guitar.
  • They keep these two sets of facts in separate boxes.

Finally, they bring both boxes back to the Project Manager, who combines them into one perfect answer: "It depends! If you mean the car, it's the F-150. If you mean the guitar, it's the Single-Coil pickup."

Why This Matters

The paper shows that when you force the AI to pause and plan before acting, it stops making those silly mistakes where it ignores half the truth.

  • Old Way: "Mustang? Oh, Ford! Here is the F-150." (Wrong if you meant the guitar).
  • CLARION Way: "Mustang? Let's check both options. Option A: Ford F-150. Option B: Fender Pickup. Here is the full story."

The Takeaway

This research teaches us that being smart isn't just about knowing facts; it's about knowing when to stop and think.

Just like a good detective doesn't arrest the first suspect they see without checking for an alibi, a good AI shouldn't answer a question without checking if there are other ways to interpret it. The MARCH benchmark proves that current AIs are bad at this, but CLARION shows us a blueprint for how to build AIs that are truly careful, thorough, and ready for the messy, ambiguous 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 →