EDBT 2026 Demo / reviewers in the wild / expert
Wei Hu 0007
dblp:52/173-7
· DBLP profile ↗
55ranked-venue papers in the field
10as first author
26since 2021 · last 2026
0000-0003-3635-6335ORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 27 (7 first)Database Systems & Data Management · 13 (2 first)Information Retrieval & Web Search · 11 (1 first)Data Mining & Knowledge Discovery · 3Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | SQA: SPARQL Query Annotating with Question-Answer Pairs
Yuheng Bao, Wei Hu 0007, Dingkun Xu, Mingjia Qian, Yuzhong Qu |
ESWC (1) | 4 |
| 2025 | Are LLMs Really Knowledgeable for Knowledge Graph Completion?
Zequn Sun 0001, Zhoutian Shao, Yuanning Cui, Wei Hu 0007 |
ISWC (2) | 5 |
| 2025 | Parameter-Efficient Federated Knowledge Graph Embedding Learning and Unlearning
Xiangrong Zhu 0001, Yuexiang Xie, Yaliang Li, Wei Hu 0007 |
ISWC (1) | 5 |
| 2025 | Evidence selection via multi-aspect query diversification for cross-document relation extraction
Xinyi Wang 0010, Xiangrong Zhu 0001, Wei Hu 0007 |
J. Intell. Inf. Syst. | 3 |
| 2025 | WoW: A Window-to-Window Incremental Index for Range-Filtering Approximate Nearest Neighbor SearchabstractGiven a hybrid dataset where every data object consists of a vector and an attribute value, for each query with a target vector and a range filter, range-filtering approximate nearest neighbor search (RFANNS) aims to retrieve the most similar vectors from the dataset and the corresponding attribute values fall in the query range. It is a fundamental function in vector database management systems and intelligent systems with embedding abilities. Dedicated indices for RFANNS accelerate query speed with an acceptable accuracy loss on nearest neighbors. However, they are still facing the challenges to be constructed incrementally and generalized to achieve superior query performance for arbitrary range filters. In this paper, we introduce a window graph-based RFANNS index. For incremental construction, we propose an insertion algorithm to add new vector-attribute pairs into hierarchical window graphs with varying window size. To handle arbitrary range filters, we optimize relevant window search for attribute filter checks and vector distance computations by range selectivity. Extensive experiments on real-world datasets show that for index construction, the indexing time is on par with the most building-efficient index, and 4.9x faster than the most query-efficient index with 0.4-0.5x smaller size; For RFANNS query, it is 4x faster than the most efficient incremental index, and matches the performance of the best statically-built index. Wei Hu 0007 |
Proc. ACM Manag. Data | 3 |
| 2025 | Transfer-and-Fusion: Integrated Link Prediction Across Knowledge GraphsabstractExisting 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. | 3 |
| 2024 | Generating Explanations to Understand and Repair Embedding-Based Entity AlignmentabstractEntity 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 |
ICDE | 3 |
| 2024 | Finetuning Generative Large Language Models with Discrimination Instructions for Knowledge Graph Completion
Xiaobin Tian, Zequn Sun 0001, Wei Hu 0007 |
ISWC (1) | 4 |
| 2024 | Expanding the Scope: Inductive Knowledge Graph Reasoning with Multi-starting Progressive Propagation
Zhoutian Shao, Yuanning Cui, Wei Hu 0007 |
ISWC (2) | 3 |
| 2024 | A Blockchain System for Clustered Federated Learning with Peer-to-Peer Knowledge TransferabstractFederated Learning (FL) is a novel distributed, privacy-preserving machine learning paradigm. Conventional FL suffers from drawbacks such as single point of failure and client drift. Blockchain is a distributed computing architecture famous for decentralization, transparency, and traceability. Incorporating blockchain as the underlying basis for FL decentralizes the FL process and brings opportunities to resolve the drawbacks. However, there still remain challenges to fulfilling FL with blockchain, regarding effectiveness, efficiency, and security. In this paper, we propose a new blockchain system for FL, called FedChain. To mitigate client drift and accelerate training, we present a clustered semi-asynchronous method for model aggregation. To optimize the local training in FL, we introduce a knowledge transfer method using other clients on the peer-to-peer network of blockchain. Moreover, we implement an access control mechanism to store and transmit models safely and efficiently. Extensive experiments on various benchmark datasets show that FedChain achieves superior results in accuracy, convergence, throughput, and latency. Honghu Wu, Xiangrong Zhu 0001, Wei Hu 0007 |
Proc. VLDB Endow. | 3 |
| 2023 | Distantly Supervised Entity Linking with Selection Consistency Constraint
Haipeng Dai 0001, Hancheng Wang, Rong Gu 0001, Siwen Chen, Wei Hu 0007 |
DASFAA (2) | 7 |
| 2023 | Joint Pre-training and Local Re-training: Transferable Representation Learning on Multi-source Knowledge GraphsabstractIn 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 |
KDD | 6 |
| 2023 | TRAVERS: A Diversity-Based Dynamic Approach to Iterative Relevance Search over Knowledge GraphsabstractRelevance search over knowledge graphs seeks top-ranked answer entities that are most relevant to a query entity. Since the semantics of relevance varies with the user need and its formalization is difficult for non-experts, existing methods infer semantics from user-provided example answer entities. However, a user may provide very few examples, even none at the beginning of interaction, thereby limiting the effectiveness of such methods. In this paper, we vision a more practical scenario called labeling-based iterative relevance search: instead of effortfully inputting example answer entities, the user effortlessly (e.g., implicitly) labels current answer entities, and is rewarded with improved answer entities in the next iteration. To realize the scenario, our approach TRAVERS incorporates two rankers: a diversity-oriented ranker for supporting cold start and avoiding converging to sub-optimum caused by noisy labels, and a relevance-oriented ranker capable of handling unbalanced labels. Moreover, the two rankers and their combination dynamically evolve over iterations. TRAVERS outperformed a variety of baselines in experiments with simulated and real user behavior. Ziyang Li 0005, Yu Gu 0016, Wei Hu 0007, Gong Cheng 0001 |
WWW | 4 |
| 2023 | Heterogeneous Federated Knowledge Graph Embedding Learning and UnlearningabstractFederated Learning (FL) recently emerges as a paradigm to train a global machine learning model across distributed clients without sharing raw data. Knowledge Graph (KG) embedding represents KGs in a continuous vector space, serving as the backbone of many knowledge-driven applications. As a promising combination, federated KG embedding can fully take advantage of knowledge learned from different clients while preserving the privacy of local data. However, realistic problems such as data heterogeneity and knowledge forgetting still remain to be concerned. In this paper, we propose FedLU, a novel FL framework for heterogeneous KG embedding learning and unlearning. To cope with the drift between local optimization and global convergence caused by data heterogeneity, we propose mutual knowledge distillation to transfer local knowledge to global, and absorb global knowledge back. Moreover, we present an unlearning method based on cognitive neuroscience, which combines retroactive interference and passive decay to erase specific knowledge from local clients and propagate to the global model by reusing knowledge distillation. We construct new datasets for assessing realistic performance of the state-of-the-arts. Extensive experiments show that FedLU achieves superior results in both link prediction and knowledge forgetting. Xiangrong Zhu 0001, Guangyao Li 0004, Wei Hu 0007 |
WWW | 3 |
| 2023 | Deep Active Alignment of Knowledge Graph Entities and SchemataabstractKnowledge 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. Data | 6 |
| 2023 | Revisiting Embedding-Based Entity Alignment: A Robust and Adaptive MethodabstractEntity 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. | 2 |
| 2023 | Deep entity matching with adversarial active learning
Jiacheng Huang 0001, Wei Hu 0007, Zhifeng Bao, Qijin Chen, Yuzhong Qu |
VLDB J. | 2 |
| 2022 | Inductive Knowledge Graph Reasoning for Multi-batch Emerging EntitiesabstractOver 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 |
CIKM | 7 |
| 2022 | I Know What You Do Not Know: Knowledge Graph Embedding via Co-distillation LearningabstractKnowledge 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 |
CIKM | 4 |
| 2022 | Large-scale Entity Alignment via Knowledge Graph Merging, Partitioning and EmbeddingabstractEntity 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 |
CIKM | 4 |
| 2022 | μ KG: A Library for Multi-source Knowledge Graph Embeddings and Applications
Xindi Luo, Zequn Sun 0001, Wei Hu 0007 |
ISWC | 3 |
| 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 |
ISWC | 7 |
| 2022 | Enhancing Document-Level Relation Extraction by Entity Knowledge Injection
Xinyi Wang 0010, Zitao Wang, Weijian Sun, Wei Hu 0007 |
ISWC | 4 |
| 2022 | Informed Multi-context Entity AlignmentabstractEntity 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 |
WSDM | 4 |
| 2022 | Trustworthy Knowledge Graph Completion Based on Multi-sourced Noisy DataabstractKnowledge graphs (KGs) have become a valuable asset for many AI applications. Although some KGs contain plenty of facts, they are widely acknowledged as incomplete. To address this issue, many KG completion methods are proposed. Among them, open KG completion methods leverage the Web to find missing facts. However, noisy data collected from diverse sources may damage the completion accuracy. In this paper, we propose a new trustworthy method that exploits facts for a KG based on multi-sourced noisy data and existing facts in the KG. Specifically, we introduce a graph neural network with a holistic scoring function to judge the plausibility of facts with various value types. We design value alignment networks to resolve the heterogeneity between values and map them to entities even outside the KG. Furthermore, we present a truth inference model that incorporates data source qualities into the fact scoring function, and design a semi-supervised learning way to infer the truths from heterogeneous values. We conduct extensive experiments to compare our method with the state-of-the-arts. The results show that our method achieves superior accuracy not only in completing missing facts but also in discovering new facts. Jiacheng Huang 0001, Wei Hu 0007, Zhen Ning, Qijin Chen, Xiaoxia Qiu, Chengfu Huo, Weijun Ren |
WWW | 3 |
| 2022 | An empirical study of representing adjectives over knowledge bases: Approach, lexicon and application
Jiwei Ding, Wei Hu 0007, Yuzhong Qu |
J. Web Semant. | 2 |
| 2020 | Crowdsourced Collective Entity Resolution with Relational Match PropagationabstractKnowledge bases (KBs) store rich yet heterogeneous entities and facts. Entity resolution (ER) aims to identify entities in KBs which refer to the same real-world object. Recent studies have shown significant benefits of involving humans in the loop of ER. They often resolve entities with pairwise similarity measures over attribute values and resort to the crowds to label uncertain ones. However, existing methods still suffer from high labor costs and insufficient labeling to some extent. In this paper, we propose a novel approach called crowdsourced collective ER, which leverages the relationships between entities to infer matches jointly rather than independently. Specifically, it iteratively asks human workers to label picked entity pairs and propagates the labeling information to their neighbors in distance. During this process, we address the problems of candidate entity pruning, probabilistic propagation, optimal question selection and error-tolerant truth inference. Our experiments on real-world datasets demonstrate that, compared with state-of-the-art methods, our approach achieves superior accuracy with much less labeling. Jiacheng Huang 0001, Wei Hu 0007, Zhifeng Bao, Yuzhong Qu |
ICDE | 2 |
| 2020 | Rule-Guided Graph Neural Networks for Recommender Systems
Xinze Lyu, Guangyao Li 0004, Jiacheng Huang 0001, Wei Hu 0007 |
ISWC (1) | 4 |
| 2020 | Realistic Re-evaluation of Knowledge Graph Completion Methods: An Experimental StudyabstractIn the active research area of employing embedding models for knowledge graph completion, particularly for the task of link prediction, most prior studies used two benchmark datasets FB15k and WN18 in evaluating such models. Most triples in these and other datasets in such studies belong to reverse and duplicate relations which exhibit high data redundancy due to semantic duplication, correlation or data incompleteness. This is a case of excessive data leakage---a model is trained using features that otherwise would not be available when the model needs to be applied for real prediction. There are also Cartesian product relations for which every triple formed by the Cartesian product of applicable subjects and objects is a true fact. Link prediction on the aforementioned relations is easy and can be achieved with even better accuracy using straightforward rules instead of sophisticated embedding models. A more fundamental defect of these models is that the link prediction scenario, given such data, is non-existent in the real-world. This paper is the first systematic study with the main objective of assessing the true effectiveness of embedding models when the unrealistic triples are removed. Our experiment results show these models are much less accurate than what we used to perceive. Their poor accuracy renders link prediction a task without truly effective automated solution. Hence, we call for re-investigation of possible effective approaches. Farahnaz Akrami, Mohammed Samiul Saeef, Qingheng Zhang, Wei Hu 0007, Chengkai Li 0001 |
SIGMOD Conference | 4 |
| 2020 | Open Knowledge Enrichment for Long-tail EntitiesabstractKnowledge bases (KBs) have gradually become a valuable asset for many AI applications. While many current KBs are quite large, they are widely acknowledged as incomplete, especially lacking facts of long-tail entities, e.g., less famous persons. Existing approaches enrich KBs mainly on completing missing links or filling missing values. However, they only tackle a part of the enrichment problem and lack specific considerations regarding long-tail entities. In this paper, we propose a full-fledged approach to knowledge enrichment, which predicts missing properties and infers true facts of long-tail entities from the open Web. Prior knowledge from popular entities is leveraged to improve every enrichment step. Our experiments on the synthetic and real-world datasets and comparison with related work demonstrate the feasibility and superiority of the approach. Ermei Cao, Difeng Wang, Jiacheng Huang 0001, Wei Hu 0007 |
WWW | 4 |
| 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. | 3 |
| 2019 | Mapping Factoid Adjective Constraints to Existential Restrictions over Knowledge Bases
Jiwei Ding, Wei Hu 0007, Qixin Xu, Yuzhong Qu |
ISWC (1) | 2 |
| 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) | 3 |
| 2019 | A new truth discovery method for resolving object conflicts over Linked Data with scale-free property
Jun Liu 0002, Bifan Wei, Haimeng Duan, Wei Hu 0007 |
Knowl. Inf. Syst. | 5 |
| 2018 | Re-evaluating Embedding-Based Knowledge Graph Completion MethodsabstractIncompleteness of large knowledge graphs (KG) has motivated many researchers to propose methods to automatically find missing edges in KGs. A promising approach for KG completion (link prediction) is embedding a KG into a continuous vector space. There are different methods in the literature that learn a continuous representation of KG (latent features of KG). The benchmark dataset FB15k has been widely employed to evaluate these methods. However, It has been noted that FB15k contains many pairs of edges in which a pair represents the same relationship in reverse directions. Therefore, the inverse of numerous test triples occurs in the training set. To address this problem, FB15k-237, a subset of FB15k, was created by removing those inverse-duplicate relations to form a more challenging, realistic dataset. There is not any study that investigates how the aforementioned bias in this widely used benchmark dataset affects the results of embedding-based knowledge graph completion methods and whether their promising results are largely due to the bias. Motivated by this question, we conducted extensive experiments and report the link prediction results on FB15K and FB15k-237 using several embedding-based methods. We compare the results of different methods to see how their performances change in absence of inverse relations. Our experiment results demonstrate that the performance of embedding models in link prediction task diminishes tremendously when the inverse relationships do not exist anymore. Farahnaz Akrami, Lingbing Guo, Wei Hu 0007, Chengkai Li 0001 |
CIKM | 3 |
| 2018 | Answering Multiple-Choice Questions in Geographical Gaokao with a Concept Graph
Jiwei Ding, Yuan Wang 0004, Wei Hu 0007, Linfeng Shi, Yuzhong Qu |
ESWC | 3 |
| 2018 | Automated Comparative Table Generation for Facilitating Human Intervention in Multi-Entity ResolutionabstractEntity resolution (ER), the process of identifying entities that refer to the same real-world object, has long been studied in the knowledge graph (KG) community, among many others. Humans, as a valuable source of background knowledge, are increasingly getting involved in this loop by crowdsourcing and active learning, where presenting condensed and easily-compared information is vital to help human intervene in an ER task. However, current methods for single entity or pairwise summarization cannot well support humans to observe and compare multiple entities simultaneously, which impairs the efficiency and accuracy of human intervention. In this paper, we propose an automated approach to select a few important properties and values for a set of entities, and assemble them by a comparative table. We formulate several optimization problems for generating an optimal comparative table according to intuitive goodness measures and various constraints. Our experiments on real-world datasets, comparison with related work and user study demonstrate the superior efficiency, precision and user satisfaction of our approach in multi-entity resolution (MER). Jiacheng Huang 0001, Wei Hu 0007, Yuzhong Qu |
SIGIR | 2 |
| 2018 | Property Clustering in Linked Data: An Empirical Study and Its Application to Entity BrowsingabstractProperties are used to describe entities, and a part of them are likely to be clustered together to constitute an aspect. For example, first name, middle name and last name are usually gathered to describe a person's name. However, existing automated approaches to property clustering remain far from satisfactory for an open domain like Linked Data. In this paper, the authors firstly investigated the relatedness between properties using 13 different measures. Then, they employed seven clustering algorithms and two combination methods for property clustering. Based on a sample set of Linked Data, the authors empirically studied property clustering in Linked Data and found that a proper combination of different measures and clustering algorithms gave rise to the best result. Additionally, they reported how property clustering can improve user experience in an entity browsing system. Saisai Gong, Wei Hu 0007, Yuzhong Qu |
Int. J. Semantic Web Inf. Syst. | 2 |
| 2017 | Exploiting Source-Object Networks to Resolve Object Conflicts in Linked Data
Jun Liu 0002, Haimeng Duan, Wei Hu 0007, Bifan Wei |
ESWC (1) | 4 |
| 2017 | Cross-Lingual Entity Alignment via Joint Attribute-Preserving Embedding
Zequn Sun 0001, Wei Hu 0007, Chengkai Li 0001 |
ISWC (1) | 2 |
| 2017 | PDD Graph: Bridging Electronic Medical Records and Biomedical Knowledge Graphs via Entity Linking
Meng Wang 0009, Jiaheng Zhang, Jun Liu 0002, Wei Hu 0007, Sen Wang 0001, Xue Li 0001 |
ISWC (2) | 4 |
| 2016 | Clinga: Bringing Chinese Physical and Human Geography in Linked Open DataabstractWhile 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) | 1 |
| 2015 | Link Analysis of Life Science Linked Data
Wei Hu 0007, Honglei Qiu, Michel Dumontier |
ISWC (2) | 1 |
| 2015 | A bootstrapping approach to entity linkage on the Semantic Web
Wei Hu 0007, Cunxin Jia |
J. Web Semant. | 1 |
| 2014 | Rainbow: A distributed and hierarchical RDF triple store with dynamic scalabilityabstractIn the Big Data era, the ever-increasing RDF data have reached a scale in billions of triples and brought obstacles and challenges to single-node RDF data stores. As a result, many distributed RDF stores have been emerging in the Semantic Web community recently. However, currently published ones are either not enough efficient on performance or failed to achieve flexible scalability. In this paper, we propose Rainbow, a scalable and efficient RDF triple store. The RDF data indexing scheme in Rainbow is a hybrid one which is designed based on the statistical analysis of user query space. Further, to better support the hybrid indexing scheme, Rainbow adopts a distributed and hierarchical storage architecture that uses HBase as the scalable persistent storage and combines a distributed memory storage to speedup query performance. The RDF data in memory storage is partitioned by the consistent hashing algorithm to achieve the dynamic scalability. Experiments show that Rainbow outperforms typical existing distributed RDF triple stores, with excellent scalability and fault tolerance. Rong Gu 0001, Wei Hu 0007, Yihua Huang 0001 |
IEEE BigData | 2 |
| 2014 | Leveraging Distributed Human Computation and Consensus Partition for Entity Coreference
Saisai Gong, Wei Hu 0007, Yuzhong Qu |
ESWC | 2 |
| 2014 | CAMO: Integration of Linked Open Data for Multimedia Metadata Enrichment
Wei Hu 0007, Cunxin Jia, Lixia Zhou, Yuzhong Qu |
ISWC (1) | 1 |
| 2014 | Automatically generating data linkages using class-based discriminative properties
Wei Hu 0007, Rui Yang 0008, Yuzhong Qu |
Data Knowl. Eng. | 1 |
| 2011 | How Matchable Are Four Thousand Ontologies on the Semantic Web
Wei Hu 0007, Hang Zhang 0003, Yuzhong Qu |
ESWC (1) | 1 |
| 2011 | A self-training approach for resolving object coreference on the semantic webabstractAn object on the Semantic Web is likely to be denoted with multiple URIs by different parties. Object coreference resolution is to identify "equivalent" URIs that denote the same object. Driven by the Linking Open Data (LOD) initiative, millions of URIs have been explicitly linked with owl:sameAs statements, but potentially coreferent ones are still considerable. Existing approaches address the problem mainly from two directions: one is based upon equivalence inference mandated by OWL semantics, which finds semantically coreferent URIs but probably omits many potential ones; the other is via similarity computation between property-value pairs, which is not always accurate enough. In this paper, we propose a self-training approach for object coreference resolution on the Semantic Web, which leverages the two classes of approaches to bridge the gap between semantically coreferent URIs and potential candidates. For an object URI, we firstly establish a kernel that consists of semantically coreferent URIs based on owl:sameAs, (inverse) functional properties and (max-)cardinalities, and then extend such kernel iteratively in terms of discriminative property-value pairs in the descriptions of URIs. In particular, the discriminability is learnt with a statistical measurement, which not only exploits key characteristics for representing an object, but also takes into account the matchability between properties from pragmatics. In addition, frequent property combinations are mined to improve the accuracy of the resolution. We implement a scalable system and demonstrate that our approach achieves good precision and recall for resolving object coreference, on both benchmark and large-scale datasets. Wei Hu 0007, Yuzhong Qu |
WWW | 1 |
| 2010 | Object Link Structure in the Semantic Web
Weiyi Ge, Wei Hu 0007, Yuzhong Qu |
ESWC (2) | 3 |
| 2008 | Matching large ontologies: A divide-and-conquer approach
Wei Hu 0007, Yuzhong Qu, Gong Cheng 0001 |
Data Knowl. Eng. | 1 |
| 2008 | Falcon-AO: A practical ontology matching system
Wei Hu 0007, Yuzhong Qu |
J. Web Semant. | 1 |
| 2006 | Block Matching for Ontologies
Wei Hu 0007, Yuzhong Qu |
ISWC | 1 |
| 2006 | Constructing virtual documents for ontology matchingabstractOn the investigation of linguistic techniques used in ontology matching, we propose a new idea of virtual documents to pursue a cost-effective approach to linguistic matching in this paper. Basically, as a collection of weighted words, the virtual document of a URIref declared in an ontology contains not only the local descriptions but also the neighboring information to reflect the intended meaning of the URIref. Document similarity can be computed by traditional vector space techniques, and then be used in the similaritybased approaches to ontology matching. In particular, the RDF graph structure is exploited to define the description formulations and the neighboring operations. Experimental results show that linguistic matching based on the virtual documents is dominant in average F-Measure as compared to other three approaches. It is also demonstrated by our experiments that the virtual documents approach is cost-effective as compared to other linguistic matching approaches. Yuzhong Qu, Wei Hu 0007, Gong Cheng 0001 |
WWW | 2 |