Design and Development of Knowledge Graph for Industrial Chain Based on Deep Learning

Yue Li,Yutian Lei,Yiting Yan,Chang Yin,Jiale Zhang
DOI: https://doi.org/10.3390/electronics13081539
IF: 2.9
2024-04-19
Electronics
Abstract:This paper aims to structure and semantically describe the information within the industrial chain by constructing an Industry Chain Knowledge Graph (ICKG), enabling more efficient and intelligent information management and analysis. In more detail, this paper constructs a multi-domain industrial chain dataset and proposes a method that combines the top-down establishment of a semantic expression framework with the bottom-up establishment of a data layer to build an ICKG. In the data layer, a deep learning algorithm based on BERT-BiLSTM-CRF is used to extract industry chain entities from relevant literature and reports. The results indicate that the model can effectively identify industry chain entities. These entities and relationships populate a Neo4j graph database, creating a large-scale ICKG for visual display and aiding cross-domain applications.
engineering, electrical & electronic,computer science, information systems,physics, applied
What problem does this paper attempt to address?
### What problem does this paper attempt to solve? This paper aims to structure and semantically describe information in the industry chain by constructing an Industry Chain Knowledge Graph (ICKG) based on deep learning, thereby achieving more efficient and intelligent information management and analysis. Specifically, the paper addresses the following issues: 1. **Dataset Construction**: The paper constructs a multi-domain industry chain dataset and proposes a method to build the ICKG by combining a top-down semantic expression framework with a bottom-up data layer. 2. **Entity Recognition Algorithm**: In the data layer, a deep learning algorithm based on BERT-BiLSTM-CRF is used to extract industry chain entities from relevant literature and reports. Experimental results show that this model can effectively recognize industry chain entities. 3. **Knowledge Graph Application**: These entities and relationships are stored in a Neo4j graph database, forming a large-scale ICKG used for visualization and supporting cross-domain applications. Through these methods, the paper aims to address issues such as data scarcity, labeling difficulties, model adaptability and generalization, and how to more effectively utilize contextual information in the current industry chain.