Zequn Sun 0001

dblp:186/9718-1 · DBLP profile ↗
← Back
18ranked-venue papers in the field
5as first author
14since 2021 · last 2025
0000-0003-4177-9199ORCID · verified

Domains — venue-derived; a paper can count in several

Knowledge Engineering, Semantic Web & Information Systems · 7 (2 first)Database Systems & Data Management · 5 (2 first)Data Mining & Knowledge Discovery · 3 (1 first)Information Retrieval & Web Search · 3
YearPublicationVenuePosition
2025 Are LLMs Really Knowledgeable for Knowledge Graph Completion?
Zequn Sun 0001, Zhoutian Shao, Yuanning Cui, Wei Hu 0007
ISWC (2)2
2025 Transfer-and-Fusion: Integrated Link Prediction Across Knowledge Graphs
abstract
Existing work on knowledge graph (KG) link prediction has primarily focused on a single KG. However, a single KG is often limited by its incompleteness, encompassing missing facts, entities, and relations. This limitation subsequently restricts the practicality, as it cannot handle the queries that involve missing entities or relations within the single KG. In this article, we explore an extended link prediction task,cross-KG link prediction, which answers queries using entities or relations integrated from other KGs. The crux of this problem is transferring knowledge across KGs and fusing their embedding spaces, which possess varying schemata. We develop a relation prototype graph to model the interactions among relations from different KGs. Based on this graph, we first propose a dual-view embedding learning module to fuse embedding spaces by training with instance facts and relation prototype edges. We then introduce an attention mechanism to highlight pivotal information for specific queries, recognizing that different KGs often emphasize various domains. Moreover, we devise an augmentation strategy to generate pseudo-cross-KG facts, facilitating knowledge transfer across KGs. Using four widely-used KGs, we construct two cross-KG link prediction datasets. Extensive experimental results demonstrate the superiority of our model and the unique contributions of each module.
Yuanning Cui, Zequn Sun 0001, Wei Hu 0007
IEEE Trans. Knowl. Data Eng.2
2024 Generating Explanations to Understand and Repair Embedding-Based Entity Alignment
abstract
Entity alignment (EA) seeks identical entities in different knowledge graphs, which is a long-standing task in the database research. Recent work leverages deep learning to embed entities in vector space and align them via nearest neighbor search. Although embedding-based EA has gained marked success in recent years, it lacks explanations for alignment decisions. In this paper, we present the first framework that can generate explanations for understanding and repairing embedding-based EA results. Given an EA pair produced by an embedding model, we first compare its neighbor entities and relations to build a matching subgraph as a local explanation. We then construct an alignment dependency graph to understand the pair from an abstract perspective. Finally, we repair the pair by resolving three types of alignment conflicts based on dependency graphs. Experiments on a variety of EA datasets demonstrate the effectiveness, generalization, and robustness of our framework in explaining and repairing embedding-based EA results.
Xiaobin Tian, Zequn Sun 0001, Wei Hu 0007
ICDE2
2024 Finetuning Generative Large Language Models with Discrimination Instructions for Knowledge Graph Completion
Xiaobin Tian, Zequn Sun 0001, Wei Hu 0007
ISWC (1)3
2024 Knowledge graph embedding closed under composition
abstract
Abstract Knowledge Graph Embedding (KGE) has attracted increasing attention. Relation patterns, such as symmetry and inversion, have received considerable focus. Among them, composition patterns are particularly important, as they involve nearly all relations in KGs. However, prior KGE approaches often consider relations to be compositional only if they are well-represented in the training data. Consequently, it can lead to performance degradation, especially for under-represented composition patterns. To this end, we propose HolmE, a general form of KGE with its relation embedding space closed under composition, namely that the composition of any two given relation embeddings remains within the embedding space. This property ensures that every relation embedding can compose, or be composed by other relation embeddings. It enhances HolmE’s capability to model under-represented (also called long-tail) composition patterns with limited learning instances. To our best knowledge, our work is pioneering in discussing KGE with this property of being closed under composition. We provide detailed theoretical proof and extensive experiments to demonstrate the notable advantages of HolmE in modelling composition patterns, particularly for long-tail patterns. Our results also highlight HolmE’s effectiveness in extrapolating to unseen relations through composition and its state-of-the-art performance on benchmark datasets.
Zhuoxun Zheng, Baifan Zhou, Zequn Sun 0001, Chunnong Li, Arild Waaler, Evgeny Kharlamov, Ahmet Soylu
Data Min. Knowl. Discov.5
2023 Joint Pre-training and Local Re-training: Transferable Representation Learning on Multi-source Knowledge Graphs
abstract
In this paper, we present the "joint pre-training and local re-training'' framework for learning and applying multi-source knowledge graph (KG) embeddings. We are motivated by the fact that different KGs contain complementary information to improve KG embeddings and downstream tasks. We pre-train a large teacher KG embedding model over linked multi-source KGs and distill knowledge to train a student model for a task-specific KG. To enable knowledge transfer across different KGs, we use entity alignment to build a linked subgraph for connecting the pre-trained KGs and the target KG. The linked subgraph is re-trained for three-level knowledge distillation from the teacher to the student, i.e., feature knowledge distillation, network knowledge distillation, and prediction knowledge distillation, to generate more expressive embeddings. The teacher model can be reused for different target KGs and tasks without having to train from scratch. We conduct extensive experiments to demonstrate the effectiveness and efficiency of our framework.
Zequn Sun 0001, Jiacheng Huang 0001, Jinghao Lin, Xiaozhou Xu, Qijin Chen, Wei Hu 0007
KDD1
2023 Deep Active Alignment of Knowledge Graph Entities and Schemata
abstract
Knowledge graphs (KGs) store rich facts about the real world. In this paper, we study KG alignment, which aims to find alignment between not only entities but also relations and classes in different KGs. Alignment at the entity level can cross-fertilize alignment at the schema level. We propose a new KG alignment approach, called DAAKG, based on deep learning and active learning. With deep learning, it learns the embeddings of entities, relations and classes, and jointly aligns them in a semi-supervised manner. With active learning, it estimates how likely an entity, relation or class pair can be inferred, and selects the best batch for human labeling. We design two approximation algorithms for efficient solution to batch selection. Our experiments on benchmark datasets show the superior accuracy and generalization of DAAKG and validate the effectiveness of all its modules.
Jiacheng Huang 0001, Zequn Sun 0001, Qijin Chen, Xiaozhou Xu, Weijun Ren, Wei Hu 0007
Proc. ACM Manag. Data2
2023 Revisiting Embedding-Based Entity Alignment: A Robust and Adaptive Method
abstract
Entity alignment—the discovery of identical entities across different knowledge graphs (KGs)—is a critical task in data fusion. In this paper, we revisit existing entity alignment methods in practical and challenging scenarios. Our empirical studies show that current work has a low level of robustness to long-tail entities and the lack of entity names or relation triples. We aim to develop a robust and adaptive entity alignment method, and the availability of relations, attributes, or names is not required. Our method consists of an attribute encoder and a relation encoder, representing an entity by aggregating its attributes or relational neighbors using the attention mechanisms that can highlight the useful attributes and relations in end-to-end learning. To let the encoders complement each other and produce a coherent representation space, we propose adaptive embedding fusion via a gating mechanism. We consider four evaluation settings, i.e., the conventional setting with both relation and attribute triples, as well as three challenging settings without attributes, without relations, without both relations and names, respectively. Results show that our method can achieve state-of-the-art performance. Even in the most challenging setting without relations and names, our method can still achieve promising results while existing methods fail.
Zequn Sun 0001, Wei Hu 0007, Yuxin Wang 0006, Yuzhong Qu
IEEE Trans. Knowl. Data Eng.1
2022 Inductive Knowledge Graph Reasoning for Multi-batch Emerging Entities
abstract
Over the years, reasoning over knowledge graphs (KGs), which aims to infer new conclusions from known facts, has mostly focused on static KGs. The unceasing growth of knowledge in real life raises the necessity to enable the inductive reasoning ability on expanding KGs. Existing inductive work assumes that new entities all emerge once in a batch, which oversimplifies the real scenario that new entities continually appear. This study dives into a more realistic and challenging setting where new entities emerge in multiple batches. We propose a walk-based inductive reasoning model to tackle the new setting. Specifically, a graph convolutional network with adaptive relation aggregation is designed to encode and update entities using their neighboring relations. To capture the varying neighbor importance, we employ a query-aware feedback attention mechanism during the aggregation. Furthermore, to alleviate the sparse link problem of new entities, we propose a link augmentation strategy to add trustworthy facts into KGs. We construct three new datasets for simulating this multi-batch emergence scenario. The experimental results show that our proposed model outperforms state-of-the-art embedding-based, walk-based and rule-based models on inductive KG reasoning.
Yuanning Cui, Yuxin Wang 0006, Zequn Sun 0001, Yiqiao Jiang, Kexin Han, Wei Hu 0007
CIKM3
2022 I Know What You Do Not Know: Knowledge Graph Embedding via Co-distillation Learning
abstract
Knowledge graph (KG) embedding seeks to learn vector representations for entities and relations. Conventional models reason over graph structures, but they suffer from the issues of graph incompleteness and long-tail entities. Recent studies have used pre-trained language models to learn embeddings based on the textual information of entities and relations, but they cannot take advantage of graph structures. In the paper, we show empirically that these two kinds of features are complementary for KG embedding. To this end, we propose CoLE, a Co-distillation Learning method for KG Embedding that exploits the complementarity of graph structures and text information. Its graph embedding model employs Transformer to reconstruct the representation of an entity from its neighborhood subgraph. Its text embedding model uses a pre-trained language model to generate entity representations from the soft prompts of their names, descriptions and relational neighbors. To let the two models promote each other, we propose co-distillation learning that allows them to distill selective knowledge from each other's prediction logits. In our co-distillation learning, each model serves as both a teacher and a student. Experiments on benchmark datasets demonstrate that the two models outperform their related baselines, and the ensemble method CoLE with co-distillation learning advances the state-of-the-art of KG embedding.
Zequn Sun 0001, Guangyao Li 0004, Wei Hu 0007
CIKM2
2022 Large-scale Entity Alignment via Knowledge Graph Merging, Partitioning and Embedding
abstract
Entity alignment is a crucial task in knowledge graph fusion. However, most entity alignment approaches have the scalability problem. Recent methods address this issue by dividing large KGs into small blocks for embedding and alignment learning in each. However, such a partitioning and learning process results in an excessive loss of structure and alignment. Therefore, in this work, we propose a scalable GNN-based entity alignment approach to reduce the structure and alignment loss from three perspectives. First, we propose a centrality-based subgraph generation algorithm to recall some landmark entities serving as the bridges between different subgraphs. Second, we introduce self-supervised entity reconstruction to recover entity representations from incomplete neighborhood subgraphs, and design cross-subgraph negative sampling to incorporate entities from other subgraphs in alignment learning. Third, during the inference process, we merge the embeddings of subgraphs to make a single space for alignment search. Experimental results on the benchmark OpenEA dataset and the proposed large DBpedia1M dataset verify the effectiveness of our approach.
Kexuan Xin, Zequn Sun 0001, Wen Hua, Wei Hu 0007, Jianfeng Qu, Xiaofang Zhou 0001
CIKM2
2022 μ KG: A Library for Multi-source Knowledge Graph Embeddings and Applications
Xindi Luo, Zequn Sun 0001, Wei Hu 0007
ISWC2
2022 Facing Changes: Continual Entity Alignment for Growing Knowledge Graphs
Yuxin Wang 0006, Yuanning Cui, Zequn Sun 0001, Yiqiao Jiang, Kexin Han, Wei Hu 0007
ISWC4
2022 Informed Multi-context Entity Alignment
abstract
Entity alignment is a crucial step in integrating knowledge graphs (KGs) from multiple sources. Previous attempts at entity alignment have explored different KG structures, such as neighborhood-based and path-based contexts, to learn entity embeddings, but they are limited in capturing the multi-context features. Moreover, most approaches directly utilize the embedding similarity to determine entity alignment without considering the global interaction among entities and relations. In this work, we propose an Informed Multi-context Entity Alignment (IMEA) model to address these issues. In particular, we introduce Transformer to flexibly capture the relation, path, and neighborhood contexts, and design holistic reasoning to estimate alignment probabilities based on both embedding similarity and the relation/entity functionality. The alignment evidence obtained from holistic reasoning is further injected back into the Transformer via the proposed soft label editing to inform embedding learning. Experimental results on several benchmark datasets demonstrate the superiority of our IMEA model compared with existing state-of-the-art entity alignment methods.
Kexuan Xin, Zequn Sun 0001, Wen Hua, Wei Hu 0007, Xiaofang Zhou 0001
WSDM2
2020 A Benchmarking Study of Embedding-based Entity Alignment for Knowledge Graphs
Zequn Sun 0001, Qingheng Zhang, Wei Hu 0007, Muhao Chen 0001, Farahnaz Akrami, Chengkai Li 0001
Proc. VLDB Endow.1
2019 TransEdge: Translating Relation-Contextualized Embeddings for Knowledge Graphs
Zequn Sun 0001, Jiacheng Huang 0001, Wei Hu 0007, Muhao Chen 0001, Lingbing Guo, Yuzhong Qu
ISWC (1)1
2017 Cross-Lingual Entity Alignment via Joint Attribute-Preserving Embedding
Zequn Sun 0001, Wei Hu 0007, Chengkai Li 0001
ISWC (1)1
2016 Clinga: Bringing Chinese Physical and Human Geography in Linked Open Data
abstract
While the geographical domain has long been involved as an important part of the Linked Data, the small amount of Chinese linked geographical data impedes the integration and sharing of both Chinese and cross-lingual knowledge. In this paper, we contribute to the development of a new Chinese linked geographical dataset named Clinga, by obtaining data from the largest Chinese wiki encyclopedia. We manually design a new geography ontology to categorize a wide range of physical and human geographical entities, and carry out an automatic discovery of links to existing knowledge bases. The resulted dataset contains over half million Chinese geographical entities and is open access.
Wei Hu 0007, Zequn Sun 0001, Xinqi Qian, Lingkun Xue, Ermei Cao, Yuzhong Qu
ISWC (2)3