KGCaRe: Explainable Complex Conditional Question Answering using Automatic Knowledge Graph Construction and Context Retrieval with LLMs
The paper introduces KGCaRe, a hybrid framework that enhances complex conditional question answering by combining neural retrieval with LLM-driven automatic knowledge graph construction and iterative graph traversal, demonstrating superior performance over existing baselines across multiple models and datasets.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to solve a massive, multi-layered mystery, like figuring out exactly why a character in a video game can or cannot buy a specific item. You have a huge library of rulebooks (documents) and a giant, messy notebook of clues (a knowledge graph). If you just ask a super-smart robot (an AI) to read the whole library and guess the answer, it might get confused, miss a tiny rule buried on page 400, or make up a reason that sounds good but isn't true. This is the world of "Question Answering" for computers. Scientists are trying to teach these robots to be better detectives, especially when the questions are tricky, full of "if this, then that" conditions, and require connecting dots across different pages. The paper you are about to read tackles this by giving the robot two superpowers at once: the ability to read the messy text like a human, and the ability to follow a strict, logical map of facts like a computer.
The researchers behind this study, Ghanshyam Verma and his team, noticed that while AI is great at chatting, it often stumbles when asked complex questions that depend on specific conditions, like legal rules or policy details. To fix this, they built a new system called KGCaRe. Think of KGCaRe as a detective who doesn't just read the case file; they also build a physical map of the clues as they go. Instead of just asking the AI to "guess" the answer from a pile of text, KGCaRe first uses the AI to turn the documents into a structured "Knowledge Graph"—a web of connected facts (like "Applicant" → "must submit" → "Form"). Then, it uses a second method to find relevant text snippets that might not be in the map yet.
Here is how the magic happens: When a question is asked, KGCaRe doesn't just stop and answer. It starts walking through the web of facts, step-by-step. If the first step doesn't give it enough info, the AI acts like a curious explorer, asking, "Okay, who else is involved? What else should I look for?" It uses these new clues to jump to the next part of the map. If it still can't solve the mystery, it grabs relevant text from the original documents to fill in the gaps. Finally, it combines the logical path it walked on the map with the text it found to give an answer that is not only correct but also comes with a clear explanation of how it figured it out.
The team tested this system on two tough datasets: one with complex UK policy questions and another with Wikipedia-based riddles. They pitted KGCaRe against other methods, including AI that just guesses, AI that only reads text, and AI that only follows a graph. The results were clear: KGCaRe consistently won. Whether they used a smaller open-source AI or a powerful one like GPT-4o, the hybrid approach of combining the map and the text led to better answers, especially for those tricky "if-then" questions. For example, on the UK policy dataset, KGCaRe achieved an average score of 57.89, beating the next best method by a significant margin. The paper suggests that by giving AI both a structured map and the freedom to read raw text, we can make them much better at solving real-world puzzles where missing a single condition could change the whole answer. And the best part? Because the system keeps a record of every step it took on the map, it can show you exactly how it reached its conclusion, making the AI's thinking transparent and trustworthy.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.