paper-with-me

Papers

HypoAgent: An Agentic Framework for Interactive Abductive Hypothesis Generation over Knowledge Graphs

2026-05-29 · Yisen Gao, Yixi Cai, Tianshi Zheng, Jiaxin Bai, Yangqiu Song arxiv

Abductive reasoning over knowledge graphs aims to generate logical hypotheses that explain observed entities or facts. Existing controllable hypothesis generation methods allow users to guide this process with explicit conditions, but they remain limited in interactive settings: they struggle to ground evolving natural-language intents across multi-turn dialogues and provide little fine-grained diagnosis when generated hypotheses fail. To address these limitations, we propose HypoAgent, an Agentic framework for interactive abductive Hypothesis Generation over knowledge graphs. HypoAgent integrates three agents: an Intent Recognition Agent that grounds user utterances and dialogue history into executable KG conditions, a Hypothesis Generation Agent that performs controllable hypothesis generation according to the extracted user intention, and a Root Cause Analysis Agent that diagnoses unreliable hypothesis fragments and leverages KG neighborhood probing to identify supported refinements. Experiments on commonsense and biomedical domain-specific knowledge graphs demonstrate that HypoAgent achieves state-of-the-art semantic similarity under single-turn, multi-turn, and unconditional settings. Our code is available at https://github.com/HKUST-KnowComp/HypoAgent.

📄 PDF Abstract BibTeX arXiv:2605.31370

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilarityIntent RecognitionKnowledge Graphs

Similar Papers 제목 키워드 기반

Interactive Model with Structural Loss for Language-based Abductive Reasoning

2021-12-01 · Linhao Li, Ming Xu, Yongfeng Dong, Xin Li 외

The abductive natural language inference task ($\alpha$NLI) is proposed to infer the most plausible explanation between the cause and the event. In the $\alpha$NLI task, two observations are given, and the most plausible…

Language ModelingLanguage ModellingNatural Language Inference

Advancing Abductive Reasoning in Knowledge Graphs through Complex Logical Hypothesis Generation

2023-12-25 · Jiaxin Bai, Yicheng Wang, Tianshi Zheng, Yue Guo 외

Abductive reasoning is the process of making educated guesses to provide explanations for observations. Although many applications require the use of knowledge for explanations, the utilization of abductive reasoning in …

Knowledge GraphsLogical Reasoning

Wiring the 'Why': A Unified Taxonomy and Survey of Abductive Reasoning in LLMs

2026-04-09 · Moein Salimi, Shaygan Adim, Danial Parnian, Nima Alighardashi 외 arxiv

Regardless of its foundational role in human discovery and sense-making, abductive reasoning--the inference of the most plausible explanation for an observation--has been relatively underexplored in Large Language Models…

Visual Abductive Reasoning

2022-03-26 · CVPR 2022 1 · Chen Liang, Wenguan Wang, Tianfei Zhou, Yi Yang

Abductive reasoning seeks the likeliest possible explanation for partial observations. Although abduction is frequently employed in human daily reasoning, it is rarely explored in computer vision literature. In this pape…

BenchmarkingSentenceVisual Abductive Reasoning

MolQuest: A Benchmark for Agentic Evaluation of Abductive Reasoning in Chemical Structure Elucidation

2026-03-26 · Taolin Han, Shuang Wu, Jinghang Wang, Yuhao Zhou 외 arxiv

Large language models (LLMs) hold considerable potential for advancing scientific discovery, yet systematic assessment of their dynamic reasoning in real-world research remains limited. Current scientific evaluation benc…

Question Answering