KNOWNET: Guided Health Information Seeking from LLMs via Knowledge Graph Integration
Youfu Yan, Yu Hou, Yongkang Xiao, Rui Zhang, Qianwen Wang
TL;DR
This work tackles the risk of misinformation in health information retrieved from large language models by introducing KNOWNET, a visualization system that tightly integrates LLM outputs with external knowledge graphs. KNOWNET extracts structured triples from LLM responses, maps them into a validated KG, and provides literature-backed verification to improve accuracy. It also offers structured, progressive exploration by leveraging KG neighborhoods to generate next-step recommendations and guide users through a focused, stepwise graph visualization that bridges prior inquiries with current questions. The approach demonstrates effectiveness through use cases in dietary supplements and expert interviews, highlighting improved interpretability, evidence grounding, and user-guided exploration, with potential applicability to broader health domains and knowledge-intensive tasks.
Abstract
The increasing reliance on Large Language Models (LLMs) for health information seeking can pose severe risks due to the potential for misinformation and the complexity of these topics. This paper introduces KNOWNET a visualization system that integrates LLMs with Knowledge Graphs (KG) to provide enhanced accuracy and structured exploration. Specifically, for enhanced accuracy, KNOWNET extracts triples (e.g., entities and their relations) from LLM outputs and maps them into the validated information and supported evidence in external KGs. For structured exploration, KNOWNET provides next-step recommendations based on the neighborhood of the currently explored entities in KGs, aiming to guide a comprehensive understanding without overlooking critical aspects. To enable reasoning with both the structured data in KGs and the unstructured outputs from LLMs, KNOWNET conceptualizes the understanding of a subject as the gradual construction of graph visualization. A progressive graph visualization is introduced to monitor past inquiries, and bridge the current query with the exploration history and next-step recommendations. We demonstrate the effectiveness of our system via use cases and expert interviews.
