← Latest papers
💬 NLP

AURA: Intent-Directed Probing for Implicit-Need Surfacing in Situated LLM Agents

AURA introduces an intent-directed probing framework for situated LLM agents that inserts an inference step to generate structured IntentFrames with gap scores, significantly improving implicit-need coverage while reducing tool probes and eliminating privacy violations compared to standard ReAct-style approaches.

Original authors: Yang Li, Jiaxiang Liu, Jiang Cai, Mingkun Xu

Published 2026-06-05
📖 4 min read☕ Coffee break read

Original authors: Yang Li, Jiaxiang Liu, Jiang Cai, Mingkun Xu

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 walking into a busy coffee shop and you ask a friend, "Where is Lin Wei?"

A standard AI assistant (like the ones we use today) acts like a very literal GPS. It looks at the map, sees Lin Wei is in the coffee shop, and says, "She is at the coffee shop." Then it stops. It assumes that's all you wanted to know.

But in real life, you probably didn't just want the location. You might have been wondering:

  • "Is she free to talk right now, or is she in a meeting?"
  • "Is she in a good mood, or should I wait?"
  • "Is it a good time to interrupt her?"

The paper introduces a new AI system called AURA (Intent-Directed Probing for Implicit-Need Surfacing). Think of AURA not as a GPS, but as a socially aware concierge.

The Problem: The "Literal" Trap

Most AI agents today are stuck in a loop where they only answer the exact words you type. If you ask "Where is Lin Wei?", they look for the location and stop. They miss the hidden reason you asked. They don't know that you actually need to know if she's available before you walk over.

The Solution: The "Concierge" Step

AURA inserts a special thinking step between "seeing the world" and "answering you."

  1. The Scan (Perception): Like other agents, AURA sees the coffee shop and knows Lin Wei is there.
  2. The "Gap" Check (The Magic Step): Before answering, AURA pauses and asks itself: "What is the gap between what the user literally asked and what they probably actually need?"
    • It creates a score (a "Gap Score") from 0 to 1.
    • Score 0: You just want the location. No extra work needed.
    • Score 0.8: You asked for the location, but you likely need to know if she's busy, stressed, or in a meeting.
  3. The Budget (The Wallet): Based on that score, AURA decides how much "detective work" to do.
    • If the score is low, it saves money (computing power) and just gives the location.
    • If the score is high, it gets a "budget" to ask specific questions behind the scenes, like checking Lin Wei's private calendar or mood, without you having to ask for them explicitly.
  4. The Answer: It then gives you a complete answer: "Lin Wei is at the coffee shop, but she looks busy and tired, so maybe wait a bit."

The Analogy: The Detective vs. The Librarian

  • Old Agents (ReAct style): Are like a Librarian. You ask for a book title, they find the book, and hand it to you. They don't ask if you actually need the book for a school project or just to read for fun.
  • AURA: Is like a Detective. You ask, "Where is the suspect?" The Detective doesn't just give the address. They think, "Why is the client asking? Do they need to arrest him, or just talk to him?" If the client seems urgent, the Detective checks the suspect's alibi and mood before giving the address.

What the Paper Actually Found

The researchers tested this in a simulated town with 5 virtual people (AURATown). They asked 100 questions designed to hide the real need (e.g., asking "Where is X?" when the real need was "Is X free?").

  • Better at Reading Minds: AURA successfully figured out the hidden needs 7% more often than the standard "literal" agents. This is a statistically significant win.
  • Smart Spending: AURA didn't just ask everything all the time. It learned to ask fewer questions when the answer was obvious, saving time and resources.
  • Privacy: Because AURA only asks for private information (like mood or availability) when it thinks it's necessary, it accidentally became better at privacy. It didn't peek into people's private lives unless the "Gap Score" said it was needed.
  • Not a Magic Bullet for Facts: If you just ask a simple factual question like "What time is it?", AURA doesn't necessarily give a more accurate answer than a standard agent. Its superpower is specifically for social situations where you need to understand why someone is asking.

The Bottom Line

AURA teaches AI agents to stop being literal robots and start being intuitive partners. It adds a tiny "thinking pause" to figure out what you really need, so it can give you a helpful answer instead of just a technically correct one.

Note: The paper does not claim this works for medical diagnosis, legal advice, or real-world navigation yet. It was tested strictly in a simulated social environment.

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 →