EDBT 2026 Demo / reviewers in the wild / expert
Zhong Liu 0002
dblp:30/2371-2
· DBLP profile ↗
10ranked-venue papers in the field
0as first author
6since 2021 · last 2025
0009-0006-7547-8000ORCID · conflict
Domains — venue-derived; a paper can count in several
Knowledge Engineering, Semantic Web & Information Systems · 3Other / Interdisciplinary · 3Information Retrieval & Web Search · 2Database Systems & Data Management · 1Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | EvoPath: Evolutionary meta-path discovery with large language models for complex heterogeneous information networksabstractHeterogeneous Information Networks (HINs) encapsulate diverse entity and relation types, with meta-paths providing essential meta-level semantics for knowledge reasoning, although their utility is constrained by discovery challenges. While Large Language Models (LLMs) offer new prospects for meta-path discovery due to their extensive knowledge encoding and efficiency, their adaptation faces challenges such as corpora bias, lexical discrepancies, and hallucination . This paper pioneers the mitigation of these challenges by presenting EvoPath, an innovative framework that leverages LLMs to efficiently identify high-quality meta-paths. EvoPath is carefully designed, with each component aimed at addressing issues that could lead to potential knowledge conflicts. With a minimal subset of HIN facts, EvoPath iteratively generates and evolves meta-paths by dynamically replaying meta-paths in the buffer with prioritization based on their scores. Comprehensive experiments on three large, complex HINs with hundreds of relations demonstrate that our framework, EvoPath, enables LLMs to generate high-quality meta-paths through effective prompting, confirming its superior performance in HIN reasoning tasks. Further ablation studies validate the effectiveness of each module within the framework. Haoxiang Cheng, Yue He 0001, Changjun Fan, Zhong Liu 0002 |
Inf. Process. Manag. | 6 |
| 2025 | The Expressive Power of Graph Neural Networks: A SurveyabstractGraph neural networks (GNNs) are effective machine learning models for many graph-related applications. Despite their empirical success, many research efforts focus on the theoretical limitations of GNNs, i.e., the GNNs expressive power. Early works in this domain mainly focus on studying the graph isomorphism recognition ability of GNNs, and recent works try to leverage the properties such as subgraph counting and connectivity learning to characterize the expressive power of GNNs, which are more practical and closer to real-world. However, no survey papers and open-source repositories comprehensively summarize and discuss models in this important direction. To fill the gap, we conduct a first survey for models for enhancing expressive power under different forms of definition. Concretely, the models are reviewed based on three categories, i.e., Graph feature enhancement, Graph topology enhancement, and GNNs architecture enhancement. Bingxu Zhang, Changjun Fan, Kuihua Huang, Xiang Zhao 0002, Jincai Huang 0001, Zhong Liu 0002 |
IEEE Trans. Knowl. Data Eng. | 7 |
| 2024 | Aligning the Representation of Knowledge Graph and Large Language Model for Causal Question AnsweringabstractCausal Question Answering (CQA) is essential for knowledge discovery, focusing on the intricate dynamics between events and entities without predefined contexts. Despite advancements of CQA models through Knowledge Graphs (KGs) and Pre-Trained Language Models (PLMs), existing approaches are hindered by knowledge conflict, insufficient capacity, and limitations in information fusion. Large Language Models (LLMs) have significantly improved natural language understanding and reasoning but often suffer from causal hallucinations. To address these challenges, we introduce KLop, a framework that aligns representations of Causal Knowledge Graph (CKG) and Large Language Models for CQA. KLop pre-trains a graph embedding model for entity embedding and uses a frozen LLM for text embedding. The main components of KLop are the descriptor module and the aligner module. The descriptor leverages descriptive texts generated by LLMs to create training data for knowledge alignment, while the aligner utilizes self-attention to train query tokens for modality alignment. Experiments on public CQA datasets validate that KLop outperforms various advanced baselines in reasoning accuracy, as well as achieving causal knowledge integration and joint reasoning. Zefan Zeng, Qing Cheng 0004, Xingchen Hu 0001, Zhong Liu 0002, Jingke Shen, Yahao Zhang |
IEEE Big Data | 4 |
| 2024 | Discriminative embedded multi-view fuzzy C-means clustering for feature-redundant and incomplete data
Yan Li 0003, Xingchen Hu 0001, Tuanfei Zhu, Jiyuan Liu 0003, Xinwang Liu 0002, Zhong Liu 0002 |
Inf. Sci. | 6 |
| 2024 | RuMER-RL: A hybrid framework for sparse knowledge graph explainable reasoning
Zefan Zeng, Qing Cheng 0004, Yuehang Si, Zhong Liu 0002 |
Inf. Sci. | 4 |
| 2022 | A graph neural networks-based deep Q-learning approach for job shop scheduling problems in traffic managementabstractA key problem in traffic management is to schedule the movements of vehicles to reduce unnecessary costs; this issue has arisen in applications such as train schedule management, air-traffic control, and urban traffic management. This problem can be modeled as a job shop scheduling problem (JSSP), which is an important combinatorial optimization problem that is widely applied in real-world scenarios. However, designing good approximation algorithms for JSSPs often requires significant specialized knowledge and trial-and-error. In this paper, we present an end-to-end framework for solving JSSPs by using graph neural networks (GNNs) and deep Q-Learning. This single-policy model is suitable for solving instances that have similar sizes and is trained only by observing reward signals and following feasible rules. The trained model behaves like a constructive heuristic algorithm that incrementally constructs a solution, and each action is determined by the output of a GNN, which captures the current state of the partial solution. We test the proposed approach on JSSP instances with multiple sizes and demonstrate its competitive performance in all cases (after training). Our proposed framework also has the potential to be applied to other JSS subproblems. Xingxing Liang, Yang-He Feng, Guangquan Cheng, Zhong Liu 0002 |
Inf. Sci. | 7 |
| 2019 | Learning to Identify High Betweenness Centrality Nodes from Scratch: A Novel Graph Neural Network ApproachabstractBetweenness centrality (BC) is a widely used centrality measures for network analysis, which seeks to describe the importance of nodes in a network in terms of the fraction of shortest paths that pass through them. It is key to many valuable applications, including community detection and network dismantling. Computing BC scores on large networks is computationally challenging due to its high time complexity. Many sampling-based approximation algorithms have been proposed to speed up the estimation of BC. However, these methods still need considerable long running time on large-scale networks, and their results are sensitive to even small perturbation to the networks. In this paper, we focus on the efficient identification of top-k nodes with highest BC in a graph, which is an essential task to many network applications. Different from previous heuristic methods, we turn this task into a learning problem and design an encoder-decoder based framework as a solution. Specifically, the encoder leverages the network structure to represent each node as an embedding vector, which captures the important structural information of the node. The decoder transforms each embedding vector into a scalar, which identifies the relative rank of a node in terms of its BC. We use the pairwise ranking loss to train the model to identify the orders of nodes regarding their BC. By training on small-scale networks, the model is capable of assigning relative BC scores to nodes for much larger networks, and thus identifying the highly-ranked nodes. Experiments on both synthetic and real-world networks demonstrate that, compared to existing baselines, our model drastically speeds up the prediction without noticeable sacrifice in accuracy, and even outperforms the state-of-the-arts in terms of accuracy on several large real-world networks. Changjun Fan, Yuhui Ding, Muhao Chen 0001, Yizhou Sun, Zhong Liu 0002 |
CIKM | 6 |
| 2012 | Hierarchical Clustering Based on Hyper-edge Similarity for Community DetectionabstractCommunity structure is very important for many real-world networks. It has been shown that communities are overlapping and hierarchical. However, most previous methods, based on the graph model, can't investigate these two properties of community structure simultaneously. Moreover, in some cases the use of simple graphs does not provide a complete description of the real-world network. After introducing hyper graphs to describe real-world networks and defining hyper-edge similarity measurement, we propose a Hierarchical Clustering method based on Hyper-edge Similarity (HCHS) to simultaneously detect both the overlapping and hierarchical properties of complex community structure, as well as using the newly introduced community density to evaluate the goodness of a community. The examples of application to real-world networks give excellent results. Qing Cheng 0004, Zhong Liu 0002, Jincai Huang 0001, Cheng Zhu 0002 |
Web Intelligence | 2 |
| 2004 | Task Allocating Among Group of AgentsabstractAn effective task allocating is important for MAS to complete its missions through efficient cooperation among agents. A new approach is advanced in this paper, which is based on the multidimensional dynamic list scheduling (MDLS) algorithms. And the results from the two algorithms are compared. Dongsheng Yang 0005, Zhong Liu 0002, Yin-Long Lu, Weiming Zhang 0003 |
Web Intelligence | 2 |
| 2004 | An Efficient Decentralized Grid Service Discovery Approach based on Service OntologyabstractThis paper presents an efficient decentralized Grid service discovery approach based on service ontology. It uses two techniques to improve efficiency. First, Grid information nodes are organized into community overlays of different service categories defined in service ontology. A distributed hash table (DHT) based upper layer network is constructed to provide efficient navigation between communities. Second, a simple and lightweight greedy search based service location (GSBSL) method is introduced to identify service providers with high QoS efficiently within communities. Simulation results show that, the efficiency is improved compared with existing decentralized Grid service discovery approaches, and the overhead is acceptable and controllable. Cheng Zhu 0002, Zhong Liu 0002, Weiming Zhang 0003, Weidong Xiao 0003, Jincai Huang 0001 |
Web Intelligence | 2 |