Abstract
Entity alignment (EA) aims to match the same entities in different Knowledge Graphs (KGs), which is a critical task in KG fusion. EA has recently attracted the attention of many researchers, but the performance of general methods on KGs in some professional fields is not satisfactory. Vulnerability KG is a kind of KG that stores vulnerability knowledge. The text and structure information is not the same as the general KG, so the EA task faces unique challenges. First, although some vulnerabilities have a unified CVE number, in reality, the CVE number attribute value of many vulnerability entities in KG is missing. Second, vulnerability KGs often contain a large number of 1−n and n−1 relations, and general entity embedding methods may generate similar vector representations for a large number of non-identical vulnerabilities. To address the above challenges, we propose a multi-view text-graph interaction model (TG-INT) for the EA task in vulnerability KG. We use cross-lingual BERT to learn text embeddings and an optimized model called QuatAE to embed two graphs into a unified vector space. After that, we employed a multi-view interactive modeling scheme for the EA task. On the vulnerability KGs built on the vulnerability database CNNVD and CNVD, we verified the effectiveness of TG-INT. The results show that our model is not only suitable for vulnerability KGs but also achieves promising results in general KGs.
Access this chapter
Tax calculation will be finalised at checkout
Purchases are for personal use only
Similar content being viewed by others
Notes
- 1.
The code is available at https://github.com/krypros/TG-INT.
- 2.
- 3.
References
Huang, X., Zhang, J., Li, D., et al.: Knowledge graph embedding based question answering. In: WSDM, pp. 105–113 (2019)
Dimitriadis, I., Poiitis, M., Faloutsos, C., et al.: TG-OUT: temporal outlier patterns detection in Twitter attribute induced graphs. World Wide Web 25, 2429–2453 (2022)
Suchanek, F.M., Abiteboul, S., Senellart, P.: Paris: probabilistic alignment of relations, instances, and schema. In: VLDB, pp. 157–168 (2012)
Sassi, S., Tissaoui, A., Chbeir, R.: LEOnto+: a scalable ontology enrichment approach. World Wide Web 25, 2347–2378 (2022)
Bordes, A., Usunier, N., Garcia-Duran, A., et al.: Translating embeddings for modeling multi-relational data. In: NIPS, pp. 2787–2795 (2013)
Zhang, S., Tay, Y., Yao, L., et al.: Quaternion knowledge graph embeddings. In: NIPS (2019)
Schlichtkrull, M., Kipf, T.N., Bloem, P., van den Berg, R., Titov, I., Welling, M.: Modeling relational data with graph convolutional networks. In: Gangemi, A., et al. (eds.) ESWC 2018. LNCS, vol. 10843, pp. 593–607. Springer, Cham (2018). https://doi.org/10.1007/978-3-319-93417-4_38
Li, R., Cao, Y., Zhu, Q., et al.: How does knowledge graph embedding extrapolate to unseen data: a semantic evidence view. In: AAAI, pp. 5781–5791 (2022)
Wang, H., Lian, D., Zhang, Y., et al.: Binarized graph neural network. World Wide Web 24, 825–848 (2021)
Zhang, Z., Chen, J., Chen, X., et al.: An industry evaluation of embedding-based entity alignment. In: COLING, pp. 179–189 (2020)
Tang, X., Zhang, J., Chen, B., et al.: BERT-INT: a BERT-based interaction model for knowledge graph alignment. In: IJCAI (2020)
Li, J., Song, D.: Uncertainty-aware pseudo label refinery for entity alignment. In: Proceedings of the ACM Web Conference, pp. 829–837 (2022)
Liu, X., Hong, H., Wang, X., et al.: SelfKG: self-supervised entity alignment in knowledge graphs. In: Proceedings of the ACM Web Conference, pp. 860–870 (2022)
Chen, M., Tian, Y., Yang, M., et al.: Multilingual knowledge graph embeddings for cross-lingual knowledge alignment. In: IJCAI, pp. 1511–1517 (2017)
Zhu, H., Xie, R., Liu, Z., et al.: Iterative entity alignment via joint knowledge embeddings. In: IJCAI, pp. 4258–4264 (2017)
Sun, Z., Hu, W., Zhang, Q., et al.: Bootstrapping entity alignment with knowledge graph embedding. In: IJCAI, pp. 4396–4402 (2018)
Zhu, Q., Zhou, X., Wu, J., et al.: Neighborhood-aware attentional representation for multilingual knowledge graphs. In: IJCAI, pp. 3231–3237 (2019)
Sun, Z., Wang, C., Hu, W., et al.: Knowledge graph alignment network with gated multi-hop neighborhood aggregation. In: AAAI (2020)
Sun, Z., Hu, W., Li, C., et al.: Cross-lingual entity alignment via joint attribute preserving embedding. In: ISWC, pp. 628–644 (2017)
Zhang, Q., Sun, Z., Hu, W., et al.: Multi-view knowledge graph embedding for entity alignment. In: IJCAI, pp. 5429–5435 (2019)
Wang, Z., Lv, Q., Lan, X., et al.: Cross-lingual knowledge graph alignment via graph convolutional networks. In: EMNLP, pp. 349–357 (2018)
Wu, Y., Liu, X., Feng, Y., et al.: Relation-aware entity alignment for heterogeneous knowledge graphs. In: IJCAI, pp. 5278–5284 (2019)
Cai, W., Ma, W., Zhan, J., et al.: Entity alignment with reliable path reasoning and relation-aware heterogeneous graph transformer. In: IJCAI, pp. 1930–1937 (2022)
Huang, H., Li, C., Peng, X., et al.: Cross-knowledge-graph entity alignment via relation prediction. Knowl. Based Syst. 240, 107813 (2022)
Xiong, C., Dai, Z., Callan, J., et al.: End-to-end neural ad-hoc ranking with kernel pooling. In: SIGIR, pp. 55–64 (2017)
Sun, Z., Zhang, Q., Hu, W., et al.: A benchmarking study of embedding-based entity alignment for knowledge graphs. In: Proceedings of the VLDB Endowment, pp. 2326–2340 (2020)
Acknowledgments
This work is funded by the National Key Research and Development Plan (Grant No. 2021YFB3101704), the National Natural Science Foundation of China (No. 62272119, 62072130, U20B2046), the Guangdong Basic and Applied Basic Research Foundation (No.2023A1515030142, 2020A15150104 50, 2021A1515012307), Guangdong Province Universities and Colleges Pearl River Scholar Funded Scheme (2019), and Guangdong Higher Education Innovation Group (No. 2020KCXTD007), Guangzhou Higher Education Innovation Group (No. 202032854), Consulting project of Chinese Academy of Engineering (2022-JB-04-05, 2021-HYZD-8-3), the Eleventh Key Project of Education Teaching Reform in Guangzhou Municipality.
Author information
Authors and Affiliations
Corresponding author
Editor information
Editors and Affiliations
Rights and permissions
Copyright information
© 2024 The Author(s), under exclusive license to Springer Nature Singapore Pte Ltd.
About this paper
Cite this paper
Jiang, J., Li, M. (2024). Entity Alignment Based on Multi-view Interaction Model in Vulnerability Knowledge Graphs. In: Song, X., Feng, R., Chen, Y., Li, J., Min, G. (eds) Web and Big Data. APWeb-WAIM 2023. Lecture Notes in Computer Science, vol 14332. Springer, Singapore. https://doi.org/10.1007/978-981-97-2390-4_34
Download citation
DOI: https://doi.org/10.1007/978-981-97-2390-4_34
Published:
Publisher Name: Springer, Singapore
Print ISBN: 978-981-97-2389-8
Online ISBN: 978-981-97-2390-4
eBook Packages: Computer ScienceComputer Science (R0)