paper-with-me

Papers

Agent-Based Detection and Resolution of Incompleteness and Ambiguity in Interactions with Large Language Models

2025-07-04 · Riya Naik, Ashwin Srinivasan, Swati Agarwal, Estrid He

Many of us now treat LLMs as modern-day oracles asking it almost any kind of question. However, consulting an LLM does not have to be a single turn activity. But long multi-turn interactions can get tedious if it is simply to clarify contextual information that can be arrived at through reasoning. In this paper, we examine the use of agent-based architecture to bolster LLM-based Question-Answering systems with additional reasoning capabilities. We examine the automatic resolution of potential incompleteness or ambiguities in questions by transducers implemented using LLM-based agents. We focus on several benchmark datasets that are known to contain questions with these deficiencies to varying degrees. We equip different LLMs (GPT-3.5-Turbo and Llama-4-Scout) with agents that act as specialists in detecting and resolving deficiencies of incompleteness and ambiguity. The agents are implemented as zero-shot ReAct agents. Rather than producing an answer in a single step, the model now decides between 3 actions a) classify b) resolve c) answer. Action a) decides if the question is incomplete, ambiguous, or normal. Action b) determines if any deficiencies identified can be resolved. Action c) answers the resolved form of the question. We compare the use of LLMs with and without the use of agents with these components. Our results show benefits of agents with transducer 1) A shortening of the length of interactions with human 2) An improvement in the answer quality and 3) Explainable resolution of deficiencies in the question. On the negative side we find while it may result in additional LLM invocations and in some cases, increased latency. But on tested datasets, the benefits outweigh the costs except when questions already have sufficient context. Suggesting the agent-based approach could be a useful mechanism to harness the power of LLMs to develop more robust QA systems.

📄 PDF Abstract BibTeX arXiv:2507.03726

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

An Empirical Study of the Role of Incompleteness and Ambiguity in Interactions with Large Language Models

2025-03-23 · Riya Naik, Ashwin Srinivasan, Estrid He, Swati Agarwal

Natural language as a medium for human-computer interaction has long been anticipated, has been undergoing a sea-change with the advent of Large Language Models (LLMs) with startling capacities for processing and generat…

Beyond Single Models: Enhancing LLM Detection of Ambiguity in Requests through Debate

2025-07-16 · Ana Davila, Jacinto Colan, Yasuhisa Hasegawa arxiv

Large Language Models (LLMs) have demonstrated significant capabilities in understanding and generating human language, contributing to more natural interactions with complex systems. However, they face challenges such a…

Learning of Agent Capability Models with Applications in Multi-agent Planning

2014-11-04 · Yu Zhang, Subbarao Kambhampati

One important challenge for a set of agents to achieve more efficient collaboration is for these agents to maintain proper models of each other. An important aspect of these models of other agents is that they are often …

AssertionForge: Enhancing Formal Verification Assertion Generation with Structured Representation of Specifications and RTL

2025-03-24 · Yunsheng Bai, Ghaith Bany Hamad, Syed Suhaib, Haoxing Ren

Generating SystemVerilog Assertions (SVAs) from natural language specifications remains a major challenge in formal verification (FV) due to the inherent ambiguity and incompleteness of specifications. Existing LLM-based…

Code Generation

DeepRefine: Agent-Compiled Knowledge Refinement via Reinforcement Learning

2026-05-11 · Haoyu Huang, Jiaxin Bai, Shujie Liu, Yang Wei 외 arxiv

Agent-compiled knowledge bases provide persistent external knowledge for large language model (LLM) agents in open-ended, knowledge-intensive downstream tasks. Yet their quality is systematically limited by \emph{incompl…

Reinforcement LearningCoreference Resolution