English

AWARE-US: Preference-Aware Infeasibility Resolution in Tool-Calling Agents

Artificial Intelligence 2026-03-03 v2

Abstract

Tool-calling conversational agents querying structured databases often face two linked failures: underspecification (missing constraints needed for a precise query) andinfeasibility (a fully specified query returns anemptyset). Prior systems often respond with "no results" or apply ad hoc relaxations, which can violate user intent by discarding highly valued requirements. Wecast infeasibility handling as preference-aware query repair: when a query is unsatisfiable, the agent should relax the least important constraints. We propose three LLM-based methods to infer relative constraint importance from dialogue: (1) local weighting, (2) global one-shot weighting, and (3) pairwise ranking. Across extensive experiments in car recommendation, the local-weighting method trained with supervised fine-tuning and direct preference optimization best aligns with user preferences (48%), while global weighting achieves the highest correct-relaxation accuracy (56%); all three outperform prior infeasibility-resolution basel. We also introduce AWARE-US, a benchmark of 120+ persona-grounded queries requiring agents to (i) disambiguate a base request via conversa tion and (ii) resolve infeasibility in a way consistent with persona-implied preferences. For code refer to Github: https://github.com/mhtkrmz/Infeasible-task and the dataset is available on Hugging Face

Keywords

Cite

@article{arxiv.2601.02643,
  title  = {AWARE-US: Preference-Aware Infeasibility Resolution in Tool-Calling Agents},
  author = {Mehmet Kurmaz},
  journal= {arXiv preprint arXiv:2601.02643},
  year   = {2026}
}

Comments

22 pages, 5 figures, 6 tables

R2 v1 2026-07-01T08:51:57.065Z