Design and Implementation of Event Knowledge Graph Construction Platform Based on Neo4j

Zhenyuan Fu,Xianchao Wang,Xiuming Chen,Xianchuan Wang,Xiao Gao
DOI: https://doi.org/10.1109/ICDCECE57866.2023.10150587
2023-04-29
Abstract:The traditional knowledge graph research field focuses on static knowledge such as entities and entity relationships. Events are dynamic and have the characteristics of actions, participants, and time and space. It is a coarse-grained way of knowledge representation. This paper first uses Python's xml.dom module to parse the marked corpus text in the Chinese emergency corpus CEC to obtain event semantic information, and then realizes the complete mapping of event semantic information to Neo4j graph database to store knowledge graphs, and finally designs and implements events A knowledge graph platform, which can construct the event knowledge in the database into an event knowledge graph, and complete the basic functions of adding, deleting, modifying, and checking event nodes and event relationships. The research in this paper can provide favorable support for event-oriented knowledge processing applications.
Computer Science
What problem does this paper attempt to address?