A knowledge-guided agentic framework for mitigating patient-context ambiguity in health queries (arXiv: 2608.19875)
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill arxiv-2608-19875-a-knowledge-guided-agentic-framework-for-mitigatin --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Arxiv 2608 19875 A Knowledge Guided Agentic Framework For Mitigatin?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-arxiv-2608-19875-a-knowledge-guided-agentic-framew)More formats (shields.io, HTML) on the badges page.
---
name: arxiv-2608-19875-a-knowledge-guided-agentic-framework-for-mitigatin
description: 'A knowledge-guided agentic framework for mitigating patient-context ambiguity in health queries (arXiv: 2608.19875)'
category: multi-agent-rl
version: "1.0"
date: 2026-08-22
---
# A knowledge-guided agentic framework for mitigating patient-context ambiguity in health queries
**Authors:** Mahyar Abbasian, Saba A. Farahani, Arshia Ilaty, Hung Cao, Ramesh Jain, Amir M. Rahmani
**arXiv:** 2608.19875
**Utility:** 1.00
**Published:** 2026-08-20T10:36:23Z
**Link:** http://arxiv.org/abs/2608.19875
## Abstract
Patients often submit short, underspecified queries to healthcare chatbots that lack the patient-specific information needed to determine an appropriate response. Although these queries may be linguistically clear, they can support multiple plausible answers depending on undisclosed factors such as symptoms, diagnoses, medications, allergies, or dietary restrictions. A language model answering such a query directly may therefore rely on unsupported assumptions about the patient. We introduce a knowledge-guided agentic framework for mitigating patient-context ambiguity before final response generation. The framework operates between the patient and an otherwise unchanged downstream language model. It interprets the initial query, uses a task-specific knowledge graph to construct a set of plausible hypotheses, identifies the missing patient-context variables needed to distinguish among them, and asks targeted follow-up questions. The original query and the acquired context are then combined into a clarified prompt for the downstream model. We evaluated the framework across five language models using two controlled ambiguity-mitigation benchmarks: diagnosis retrieval from 1,034 symptom queries with clinically relevant evidence systematically masked, and dietary-safety classification from 487 queries with decisive health context omitted. The framework was compared with direct answering of the underspecified query and with rephrasing the same query without acquiring new patient information. In diagnosis retrieval, it increased overall exact Top-1 accuracy by at least 57.1 percentage points and selective exact Recall@5 by at least 77.7 percentage points across the five evaluated models compared with direct prompting. In dietary-safety classification, it improved accuracy across all five models and achieved the highest Matthews correlation coefficient for four...
## Summary
This skill encapsulates the key contributions and methods from the arXiv paper "A knowledge-guided agentic framework for mitigating patient-context ambiguity in health queries".
The paper presents novel ideas in multi-agent-rl that can be applied to agent systems.
## How to Use
1. Review the paper's methodology and findings.
2. Identify applicable components for your agent workflow.
3. Implement the core techniques as described in the paper.
4. Validate improvements in your specific use case.
## Pitfalls
- Ensure the paper's assumptions match your agent's environment.
- Validate implementation details before deployment.
- Consider computational complexity and resource requirements.
## References
- arXiv:2608.19875
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!