CuriousLLM: Elevating Multi-Document Question Answering with LLM-Enhanced Knowledge Graph Reasoning
Zukang Yang, Zixuan Zhu, Xuan Zhu

TL;DR
CuriousLLM introduces a curiosity-driven reasoning mechanism into LLMs for multi-document question answering, improving retrieval efficiency and accuracy without extensive fine-tuning or high computational costs.
Contribution
It presents a novel curiosity-based approach with a new dataset, Follow-upQA, enhancing multi-document QA performance over existing knowledge graph prompting methods.
Findings
Significant performance boost in multi-document QA tasks.
Reduces computational costs and latency compared to KGP.
Effective guidance for information retrieval through follow-up questions.
Abstract
Large Language Models (LLMs) have achieved significant success in open-domain question answering. However, they continue to face challenges such as hallucinations and knowledge cutoffs. These issues can be mitigated through in-context learning by providing LLMs with relevant context before generating answers. Recent literature proposes Knowledge Graph Prompting (KGP) which integrates knowledge graphs with an LLM-based traversal agent to substantially enhance document retrieval quality. However, KGP requires costly fine-tuning with large datasets and remains prone to hallucination. In this paper, we propose CuriousLLM, an enhancement that integrates a curiosity-driven reasoning mechanism into an LLM agent. This mechanism enables the agent to generate relevant follow-up questions, thereby guiding the information retrieval process more efficiently. Central to our approach is the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsTopic Modeling · Advanced Graph Neural Networks · Multimodal Machine Learning Applications
