CLAIDBOct 23, 2024

Graphusion: A RAG Framework for Knowledge Graph Construction with a Global Perspective

arXiv:2410.17600v223 citationsh-index: 13WWW
Originality Incremental advance
AI Analysis

This addresses the bottleneck of local-only extraction in knowledge graph construction for AI applications like question-answering, though it appears incremental as it builds on existing LLM-based approaches.

The paper tackles the problem of knowledge graph construction from free text by introducing Graphusion, a zero-shot framework that incorporates a global fusion module to combine extracted knowledge. Results show it achieves scores of 2.92/3 for entity extraction and 2.37/3 for relation recognition, and improves accuracy by 9.2% on a new QA benchmark.

Knowledge Graphs (KGs) are crucial in the field of artificial intelligence and are widely used in downstream tasks, such as question-answering (QA). The construction of KGs typically requires significant effort from domain experts. Large Language Models (LLMs) have recently been used for Knowledge Graph Construction (KGC). However, most existing approaches focus on a local perspective, extracting knowledge triplets from individual sentences or documents, missing a fusion process to combine the knowledge in a global KG. This work introduces Graphusion, a zero-shot KGC framework from free text. It contains three steps: in Step 1, we extract a list of seed entities using topic modeling to guide the final KG includes the most relevant entities; in Step 2, we conduct candidate triplet extraction using LLMs; in Step 3, we design the novel fusion module that provides a global view of the extracted knowledge, incorporating entity merging, conflict resolution, and novel triplet discovery. Results show that Graphusion achieves scores of 2.92 and 2.37 out of 3 for entity extraction and relation recognition, respectively. Moreover, we showcase how Graphusion could be applied to the Natural Language Processing (NLP) domain and validate it in an educational scenario. Specifically, we introduce TutorQA, a new expert-verified benchmark for QA, comprising six tasks and a total of 1,200 QA pairs. Using the Graphusion-constructed KG, we achieve a significant improvement on the benchmark, for example, a 9.2% accuracy improvement on sub-graph completion.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes