English

Attentive Reasoning Queries: A Systematic Method for Optimizing Instruction-Following in Large Language Models

Computation and Language 2025-03-06 v1 Artificial Intelligence

Abstract

We present Attentive Reasoning Queries (ARQs), a novel structured reasoning approach that significantly improves instruction-following in Large Language Models through domain-specialized reasoning blueprints. While LLMs demonstrate remarkable capabilities across diverse tasks, they often fail to maintain adherence to complex, use-case-specific instructions during multi-turn conversations, presenting challenges for business-critical applications. ARQs address this limitation by guiding LLMs through systematic reasoning steps with targeted queries that reinstate critical instructions and facilitate intermediate reasoning throughout the completion process. In extensive testing within Parlant, our framework for reliable customer-facing agents in which ARQs were born out of necessity, they achieved a 90.2% success rate across 87 test scenarios, outperforming both Chain-of-Thought reasoning (86.1%) and direct response generation (81.5%). ARQs showed particular strength in addressing persistent failure modes like guideline re-application and hallucination prevention. Our analysis also revealed that ARQs can potentially be more computationally efficient than free-form reasoning when carefully designed. These findings demonstrate that structured reasoning approaches provide effective mechanisms for controlling how LLMs process information and make decisions in complex scenarios.

Keywords

Cite

@article{arxiv.2503.03669,
  title  = {Attentive Reasoning Queries: A Systematic Method for Optimizing Instruction-Following in Large Language Models},
  author = {Bar Karov and Dor Zohar and Yam Marcovitz},
  journal= {arXiv preprint arXiv:2503.03669},
  year   = {2025}
}

Comments

Supplementary materials, including code, is available on our GitHub: https://github.com/emcie-co/parlant/tree/arqs-a-systematic-method-for-optimizing-instruction-following-in-llms

R2 v1 2026-06-28T22:08:03.741Z