Search papers, labs, and topics across Lattice.
AURA enhances situated LLM agents by introducing an inference step that generates an IntentFrame, which captures implicit user needs beyond literal queries. This method significantly improves implicit-need coverage on a benchmark of 100 queries across four scenes, achieving a notable increase in performance compared to traditional ReAct-style probing. The approach not only reduces the number of probes by 82% while maintaining privacy but also demonstrates that the gains are attributed to effective gap calibration rather than mere answer memorization.
AURA reveals that understanding implicit user intent can dramatically reduce the number of queries needed while enhancing the relevance of responses.
A situated query like"where is Lin Wei?"often encodes more than its literal content: the user may also want to know whether Lin Wei is free, in a good mood, or worth interrupting now. Standard tool-use agents answer the literal question and stop. AURA inserts an inference step between scene perception and tool use that produces an IntentFrame: a structured estimate of the implicit need with a scalar gap score that controls per-query probe budget and tool selection. On a 100-query four-scene implicit-intent benchmark, AURA improves implicit-need coverage over ReAct-style probing (Delta = +0.07, p<10^-6); three of four scenes are individually significant, the gain reproduces on a second backbone, and a prompt ablation attributes the lift to gap calibration rather than answer memorisation. On factual lookup the controller trades raw accuracy for 82% fewer probes and zero forbidden-tool violations on a privacy-sensitive slice; scope conditions are detailed in Limitations. Code, simulator, and benchmark are released at https://github.com/innovation64/AURA.