EDBT 2026 Demo / reviewers in the wild / expert
Guohao Sun 0001
dblp:150/3864-1
· DBLP profile ↗
18ranked-venue papers in the field
5as first author
14since 2021 · last 2026
0000-0002-0310-0598ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 8 (4 first)Data Mining & Knowledge Discovery · 5Information Retrieval & Web Search · 5 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Community-Aware Graph Contrastive Learning for Long-Tail Crowdsourcing Truth Inference
Xiu Susie Fang, Heting Liang, Yuqiong Yi, Xinwei Huang, Guohao Sun 0001, Ge Zhang 0002 |
DASFAA (3) | 5 |
| 2026 | Generalizable Graph-level Anomaly Detection via Prompted Anomaly Expansion and Normality Extraction
Ge Zhang 0002, Jiapei Chen, Guohao Sun 0001, Xiu Susie Fang, Zhenyu Yang 0004, Xixun Lin, Liang Yang 0002 |
WWW | 3 |
| 2025 | DELRec: Distilling Sequential Pattern to Enhance LLMs-Based Sequential RecommendationabstractSequential recommendation (SR) tasks aim to predict users' next interaction by learning their behavior sequence and capturing the connection between users' past interactions and their changing preferences. Conventional SR models often focus solely on capturing sequential patterns within the training data, neglecting the broader context and semantic information embedded in item titles from external sources. This limits their predictive power and adaptability. Large language models (LLMs) have recently shown promise in SR tasks due to their advanced understanding capabilities and strong generalization abilities. Researchers have attempted to enhance LLMs-based recommendation performance by incorporating information from conventional SR models. However, previous approaches have encountered problems such as 1) limited textual information leading to poor recommendation performance, 2) incomplete understanding and utilization of conventional SR model information by LLMs, and 3) excessive complexity and low interpretability of LLMs-based methods. To improve the performance of LLMs-based SR, we propose a novel framework, Distilling Sequential Pattern to Enhance LLMs-based Sequential Recommendation (DELRec), which aims to extract knowledge from conventional SR models and enable LLMs to easily comprehend and utilize the extracted knowledge for more effective SRs. DELRec consists of two main stages: 1) Distill Pattern from Conventional SR Models, focusing on extracting behavioral patterns exhibited by conventional SR models using soft prompts through two well-designed strategies; 2) LLMs-based Sequential Recommendation, aiming to fine-tune LLMs to effectively use the distilled auxiliary information to perform SR tasks. Extensive experimental results conducted on four real datasets validate the effectiveness of the DELRec framework. Haoyi Zhang, Guohao Sun 0001, Jinhu Lu 0002, Guanfeng Liu 0001, Xiu Susie Fang |
ICDE | 2 |
| 2024 | Truth Discovery in Social Sensing Based on Propagation Pattern and Multi-Modal Semantic Consistency Analysis
Xiu Susie Fang, Haiyan Zhuo, Quan Z. Sheng, Yihong Zhang 0001, Tiancheng Zhu, Xinyang Du, Guohao Sun 0001 |
ADMA (5) | 7 |
| 2024 | Dynamic Confidence-aware Truth Discovery on Unevenly Distributed Data Streams
Xiu Susie Fang, Xinyang Du, Ziqi Wei 0001, Guohao Sun 0001 |
DASFAA (5) | 6 |
| 2024 | Efficient Privacy-Preserving Truth Discovery and Copy Detection in Crowdsourcing
Xiu Susie Fang, Xinyang Du, Ziqi Wei 0001, Yong Zhan, Guohao Sun 0001 |
ECML/PKDD (3) | 6 |
| 2024 | Intent Enhanced Self-supervised Hypergraph Learning for Session-Based Recommendation
Xiu Susie Fang, Yonggang Wu, Jinhu Lu 0002, Xiaoyu Gu, Guohao Sun 0001, Yong Zhan |
ECML/PKDD (10) | 5 |
| 2023 | A Multi-truth Discovery Approach Based on Confidence Interval Estimation of Truths
Xiu Susie Fang, Chenling Shen, Quan Z. Sheng, Guohao Sun 0001, Yating Tang, Haiyan Zhuo |
ADMA (5) | 4 |
| 2023 | Refined Node Type Graph Convolutional Network for Recommendation
Guohao Sun 0001, Jinhu Lu 0002, Xiu Susie Fang, Guanfeng Liu 0001, Jian Yang 0001 |
ADMA (1) | 2 |
| 2023 | A Three-Layer Attentional Framework Based on Similar Users for Dual-Target Cross-Domain Recommendation
Jinhu Lu 0002, Guohao Sun 0001, Xiu Susie Fang, Jian Yang 0001 |
DASFAA (2) | 2 |
| 2023 | Candidate-aware Graph Contrastive Learning for RecommendationabstractRecently, Graph Neural Networks (GNNs) have become a mainstream recommender system method, where it captures high-order collaborative signals between nodes by performing convolution operations on the user-item interaction graph to predict user preferences for different items. However, in real scenarios, the user-item interaction graph is extremely sparse, which means numerous users only interact with a small number of items, resulting in the inability of GNN in learning high-quality node embeddings. To alleviate this problem, the Graph Contrastive Learning (GCL)-based recommender system method is proposed. GCL improves embedding quality by maximizing the similarity of the positive pair and minimizing the similarity of the negative pair. However, most GCL-based methods use heuristic data augmentation methods, i.e., random node/edge drop and attribute masking, to construct contrastive pairs, resulting in the loss of important information. To solve the problems in GCL-based methods, we propose a novel method, Candidate-aware Graph Contrastive Learning for Recommendation, called CGCL. In CGCL, we explore the relationship between the user and the candidate item in the embedding at different layers and use similar semantic embeddings to construct contrastive pairs. By our proposed CGCL, we construct structural neighbor contrastive learning objects, candidate contrastive learning objects, and candidate structural neighbor contrastive learning objects to obtain high-quality node embeddings. To validate the proposed model, we conducted extensive experiments on three publicly available datasets. Compared with various state-of-the-art DNN-, GNN- and GCL-based methods, our proposed CGCL achieved significant improvements in all indicators. Guohao Sun 0001, Jinhu Lu 0002, Xiu Susie Fang |
SIGIR | 2 |
| 2023 | Influence Embedding from Incomplete Observations in Sina Weibo
Guohao Sun 0001, Weiliang Zhao, Jian Yang 0001 |
WISE | 2 |
| 2023 | Partition-Aware Graph Pattern Based Node Matching With UpdatesabstractGraph Pattern based Node Matching(GPNM) is to find all the matches of the nodes in a data graph$G_D$based on a given pattern graph$G_P$. GPNM has become increasingly important in many applications, e.g., group finding and expert recommendation. In real scenarios, both$G_P$and$G_D$are updated frequently. However, the existing GPNM methods either need to perform a new GPNM procedure from scratch to deliver the node matching results based on the updated$G_P$and$G_D$or incrementally perform the GPNM procedure for each of the updates, leading to low efficiency. Although the elimination relations between updates and partitions of data graphs are considered in the state-of-the-art method, it still suffers from low efficiency as only the labels of nodes are considered in the partitions. Therefore, there is a pressing need for a new method to efficiently deliver the node matching results on the updated graphs. In this paper, we propose a new Partition-aware GPNM algorithm, called P-GPNM, where we propose two new partition methods, i.e.,connection-based partitionanddensity-based partition. In these two methods, P-GPNM considers the dense connections between partitions and the inner connections inside a single partition, respectively. The experimental results on five real-world social graphs demonstrate that our proposed P-GPNM is much more efficient than the state-of-the-art GPNM methods. Guohao Sun 0001, Guanfeng Liu 0001, Yan Wang 0002, Mehmet A. Orgun, Quan Z. Sheng, Xiaofang Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2021 | Incremental Graph Pattern Based Node Matching with Multiple UpdatesabstractGraph Pattern based Node Matching (GPNM) has been proposed to find all the matches of the nodes in a data graph GD based on a given pattern graph GP. GPNM has been increasingly adopted in many applications such as group finding and expert recommendation, in which data graphs are frequently updated overtime. Moreover, many typical pattern graphs frequently and repeatedly appear in users' queries in a short period of time, e.g., social graph searches on Facebook. To deliver a GPNM result in such applications, the existing GPNM methods have to perform an incremental GPNM procedure for each of the updates in the data graph, which is computationally expensive. To address this problem, in this paper, we first analyze the elimination relationships between multiple updates in GD and the hierarchical structure between these elimination relationships. Then, we generate an Elimination Hierarchy Tree (EH-Tree) to index the elimination relationships and propose an EH-Tree based GPNM method, called EHGPNM, considering the elimination relationships between multiple updates in GD. EH-GPNM first delivers the GPNM result of an initial query, and then delivers the GPNM result of a subsequent query, based on the initial GPNM result and the multiple updates of GD that occur between those two queries. The experimental results on five real-world social graphs demonstrate that our proposed EH-GPNM is much more efficient than the state-of-the-art GPNM methods. Guohao Sun 0001, Guanfeng Liu 0001, Yan Wang 0002, Mehmet A. Orgun, Quan Z. Sheng, Xiaofang Zhou 0001 |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2020 | Updates-Aware Graph Pattern based Node MatchingabstractGraph Pattern based Node Matching (GPNM) is to find all the matches of the nodes in a data graph GDbased on a given pattern graph GP. GPNM has become increasingly important in many applications, e.g., group finding and expert recommendation. In real scenarios, both GPand GDare updated frequently. However, the existing GPNM methods either need to perform a new GPNM procedure from scratch to deliver the node matching results based on the updated GPand GDor incrementally perform the GPNM procedure for each of the updates, leading to low efficiency. Therefore, there is a pressing need for a new method to efficiently deliver the node matching results on the updated graphs. In this paper, we first analyze and detect the elimination relationships between the updates. Then, we construct an Elimination Hierarchy Tree (EH-Tree) to index these elimination relationships. In order to speed up the GPNM process, we propose a graph partition method and then propose a new updates-aware GPNM method, called UA-GPNM, considering the single-graph elimination relationships among the updates in a single graph of GPor GD, and also the cross-graph elimination relationships between the updates in GPand the updates in GD. UA-GPNM first delivers the GPNM result of an initial query, and then delivers the GPNM result of a subsequent query, based on the initial GPNM result and the multiple updates that occur between two queries. The experimental results on five real-world social graphs demonstrate that our proposed UA-GPNM is much more efficient than the state-of-the-art GPNM methods. Guohao Sun 0001, Guanfeng Liu 0001, Yan Wang 0002, Xiaofang Zhou 0001 |
ICDE | 1 |
| 2018 | Incremental Graph Pattern Based Node MatchingabstractGraph Pattern based Node Matching (GPNM) is to find all the matches of the nodes in a data graph GD based on a given pattern graph GP. GPNM has become increasingly important in many applications, e.g., group finding and expert recommendation. In real scenarios, both GP and GD are updated frequently. However, the existing GPNM methods need to perform a new GPNM procedure from scratch to deliver the node matching results based on the updated GP and updated GD, which consumes much time. Therefore, there is a pressing need for a novel method to efficiently deliver the node matching results. In this paper, we propose a novel INCremental GPNM method called INC-GPNM, where we first build up indices to incrementally maintain the shortest path length range between different label types in GD, and then identify the affected parts of GD in GPNM including nodes and edges w.r.t. the updates of GP and GD. Moreover, based on the index structure and our novel search strategies, INC-GPNM can efficiently deliver node matching results taking the updates of GP and GD as input, and can greatly save the query processing time with improved time complexity. The extensive experiments on five real-world social graphs demonstrate that our method greatly outperforms the state-of-the-art GPNM method in efficiency. Guohao Sun 0001, Guanfeng Liu 0001, Yan Wang 0002, Mehmet A. Orgun, Xiaofang Zhou 0001 |
ICDE | 1 |
| 2015 | A Multiple Trust Paths Selection Tool in Contextual Online Social Networks
Linlin Ma, Guanfeng Liu 0001, Guohao Sun 0001, Lei Li 0002, Zhixu Li, An Liu 0002, Lei Zhao 0001 |
APWeb | 3 |
| 2014 | A Social Trust Path Recommendation System in Contextual Online Social Networks
Guohao Sun 0001, Guanfeng Liu 0001, Lei Zhao 0001, Jiajie Xu 0001, An Liu 0002, Xiaofang Zhou 0001 |
APWeb | 1 |