Reasoning of Large Language Models over Knowledge Graphs with Super-Relations
About
While large language models (LLMs) have made significant progress in processing and reasoning over knowledge graphs, current methods suffer from a high non-retrieval rate. This limitation reduces the accuracy of answering questions based on these graphs. Our analysis reveals that the combination of greedy search and forward reasoning is a major contributor to this issue. To overcome these challenges, we introduce the concept of super-relations, which enables both forward and backward reasoning by summarizing and connecting various relational paths within the graph. This holistic approach not only expands the search space, but also significantly improves retrieval efficiency. In this paper, we propose the ReKnoS framework, which aims to Reason over Knowledge Graphs with Super-Relations. Our framework's key advantages include the inclusion of multiple relation paths through super-relations, enhanced forward and backward reasoning capabilities, and increased efficiency in querying LLMs. These enhancements collectively lead to a substantial improvement in the successful retrieval rate and overall reasoning performance. We conduct extensive experiments on nine real-world datasets to evaluate ReKnoS, and the results demonstrate the superior performance of ReKnoS over existing state-of-the-art baselines, with an average accuracy gain of 2.92%.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Knowledge Graph Question Answering | CWQ | Hit@165.63 | 212 | |
| Knowledge Graph Question Answering | CWQ (test) | Hits@158.5 | 125 | |
| Knowledge Graph Question Answering | WEBQSP (test) | Hit81.1 | 85 | |
| Knowledge Base Question Answering | WebQSP Freebase (test) | -- | 60 | |
| Knowledge Base Question Answering | GrailQA Freebase (test) | Hits@182.7 | 48 | |
| Knowledge Base Question Answering | CWQ Freebase (test) | -- | 38 | |
| Knowledge Base Question Answering | T-REx Wikidata (test) | Hits@178.17 | 37 | |
| Knowledge Graph Question Answering | SimpleQA Freebase-based (test) | Hits@169.3 | 31 | |
| Knowledge Graph Question Answering | QALD-10en Wikidata-based (test) | Hits@139.94 | 31 | |
| Knowledge Graph Question Answering | WebQSP | Hits@1 Accuracy84.73 | 22 |