EDBT 2026 Demo / reviewers in the wild / expert
Hongzhi Liu 0001
dblp:85/3862-1
· DBLP profile ↗
18ranked-venue papers in the field
2as first author
15since 2021 · last 2026
0000-0001-6216-0796ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 7 (1 first)Data Mining & Knowledge Discovery · 7Information Retrieval & Web Search · 2Knowledge Engineering, Semantic Web & Information Systems · 1Other / Interdisciplinary · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Hypergraph Diffusion-Based Sequential Ensemble for CTR PredictionabstractClick-through Rate (CTR) prediction is a crucial task in online advertising and recommender systems. Theoretically, proper ensemble of multiple different CTR prediction models can improve the prediction effectiveness. Unfortunately, most of the existing ensemble learning methods for CTR prediction are designed for cross-sectional data and neglect user historical behavior sequence which is important for predicting user's future click behavior. To address the above issues, we propose a Hypergraph Diffusion-based Sequential Ensemble framework for CTR prediction (HDSE). Specifically, considering the inherent capability of diffusion models in space exploration, we design a generalized conditional diffusion model, which adaptively identifies critical information from diverse sequential models, to capture user's dynamic interest evolution across diverse contexts. To avoid corrupting the item dependencies caused by isotropic Gaussian noise used in traditional diffusion models, we construct a behavior hypergraph and design an anisotropic hypergraph-based smoothing operator to inject structure-aware noise for better exploring the user's interest space. For large-scale application scenarios, we propose a computationally efficient approximation method for estimating hypergraph propagation matrix in the smoothing operator. Extensive experiments on three real-world datasets demonstrate the effectiveness of the proposed model. Zeheng Zhong, Hongzhi Liu 0001, Boyuan Ren, Guomin Qin, Zhonghai Wu |
SIGIR | 2 |
| 2026 | BPHD: Enterprise bankruptcy prediction with a hierarchical hypergraph and dual-decision experts
Boyuan Ren, Hongrui Guo, Hongzhi Liu 0001, Xudong Tang, Jingming Xue, Zhonghai Wu |
Inf. Sci. | 3 |
| 2026 | BH3-MedRec: Bilateral Hierarchical Heterogeneous Hypergraph Convolution Network for Medication RecommendationabstractThe development of artificial intelligence and medical informatics has empowered the medication recommendation systems with enhanced capabilities. However, existing methods struggle with the data imbalance problem in Electronic Health Records (EHRs), where the majority of records are concentrated on a limited subset of common diagnoses, procedures, and medications. It hampers the models’ ability to recommend appropriate medications when dealing with uncommon or multifaceted cases. In addition, existing approaches often fail to adequately model the complex relationships inherent in heterogeneous medical data sources, especially medication molecular structure information. This gap restricts the potential for uncovering meaningful associations among diverse clinical entities. To address these issues, we design a hierarchical attention-based pretraining strategy, leveraging the semantic hierarchies of medical entity codes to facilitate knowledge transfer, so as to alleviate the challenge of data imbalance. Furthermore, we design a novel bilateral hierarchical heterogeneous hypergraph convolution network for medication recommendation. Specifically, we construct specialized hypergraphs for both EHR data and medication molecular structure data, enabling hypergraph convolution to capture high-order relationships while promoting bilateral knowledge enhancement between these heterogeneous data sources. This comprehensive integration allows the model to effectively capture the relationships among clinical and molecular information. Experimental results on different hospital departments of MIMIC-III and MIMIC-IV datasets demonstrate the superior performance of our model compared to state-of-the-art methods. Our source code is released at: https://github.com/LusiaZ/BH3-MedRec . Hongzhi Liu 0001, Tianqi Sun, Xiaoshuang Guo, Zhonghai Wu |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2025 | Enterprise Bankruptcy Prediction with Meta-path Denoising and Capsule Network Modeling
Hongrui Guo, Boyuan Ren, Hongzhi Liu 0001, Tianqi Sun, Zhonghai Wu |
DASFAA (3) | 3 |
| 2025 | HHGCN-DrugRec: Hierarchical HyperGraph Convolution Network for Drug Combination Recommendation
Hongzhi Liu 0001, Tianqi Sun, Xiaoshuang Guo, Zhonghai Wu |
DASFAA (5) | 2 |
| 2024 | Disentangled Multi-interest Representation Learning for Sequential RecommendationabstractRecently, much effort has been devoted to modeling users' multi-interests (aka multi-faceted preferences) based on their behaviors, aiming to accurately capture users' complex preferences. Existing methods attempt to model each interest of users through a distinct representation, but these multi-interest representations easily collapse into similar ones due to a lack of effective guidance. In this paper, we propose a generic multi-interest method for sequential recommendation, achieving disentangled representation learning of diverse interests technically and theoretically. To alleviate the collapse issue of multi-interests, we propose to conduct item partition guided by their likelihood of being co-purchased in a global view. It can encourage items in each group to focus on a discriminated interest, thus achieving effective disentangled learning of multi-interests. Specifically, we first prove the theoretical connection between item partition and spectral clustering, demonstrating its effectiveness in alleviating item-level and facet-level collapse issues that hinder existing disentangled methods. To efficiently optimize this problem, we then propose a Markov Random Field (MRF)-based method that samples small-scale sub-graphs from two separate MRFs, thus it can be approximated with a cross-entropy loss and optimized through contrastive learning. Finally, we perform multi-task learning to seamlessly align item partition learning with multi-interest modeling for more accurate recommendation. Experiments on three real-world datasets show that our method significantly outperforms state-of-the-art methods and can flexibly integrate with existing multi-interest models as a plugin to enhance their performances. Yingpeng Du, Zhu Sun 0001, Yining Ma 0001, Hongzhi Liu 0001, Jie Zhang 0002 |
KDD | 5 |
| 2024 | Exploiting Multifaceted Nature of Items and Users for Session-based RecommendationabstractSession-based recommendation (SBR) aims to predict user behaviors based on anonymous sessions. Compared with traditional user-based recommendation, SBR has a wider range of applications, but also suffers from more severe data sparsity problems because of the absence of user-profiles and limited short-term interactions. Furthermore, both users and items in the real world have a multifaceted nature. Users may exhibit multiple intents within a session, while items may have different semantics in different contexts. Unfortunately, existing approaches often overlook or only consider one aspect of them. To address these issues, we propose a novel hypergraph-based framework for session-based recommendation, called Hyperedge Interactional Convolution Network (HICN). Each session is represented as a sequential hyperedge, and multiple modules are designed to model and make use of the multifaceted nature of items and users. In addition, two inter-hyperedge modeling modules are designed to leverage related auxiliary information from other sessions with consideration of the existence of noise, which can help alleviate the data sparsity problem. Extensive experiments on three real-world datasets demonstrate the effectiveness of the proposed model HICN. Tianqi Sun, Hongrui Guo, Hongzhi Liu 0001, Zhonghai Wu |
SDM | 4 |
| 2024 | Knowledge Graph-Based Behavior Denoising and Preference Learning for Sequential RecommendationabstractSequential recommendation seeks to predict users' next behaviors and recommend related items over time. Existing research has mainly focused on modeling users' dynamic preferences from their sequential behaviors. However, most of these studies have ignored the negative effects of noise behaviors in the given sequences, which may mislead the recommender. In addition, users' behavior data is always sparse, which makes it difficult to effectively learn users' preferences purely from their historical behaviors. Most recently, knowledge graphs (KGs) have been exploited by few researchers for sequential recommendation. However, they always assume all information in KGs or KG paths with limited length are useful for recommendation, which may bring irrelevant information from KGs into the recommender and further mislead the recommender. To address these issues, we propose a novel KG-based behavior denoising and preference learning model named KGDPL for sequential recommendation. We argue that the paths in KGs that reflect semantic relations between entities can not only help to remove noise behaviors and recommend successive items for users, but also provide relevant explanations. Therefore, we first devise a supervised knowledge path selection module to select effective paths between items from KGs for behavior prediction, which aims to filter out irrelevant information from KGs for the given recommendation task. Then, we design a knowledge-enhanced behavior denoising module to mitigate the negative effects of the noise behaviors contained in historical sequences by using the knowledge path information. After that, we propose a knowledge-enhanced preference learning module to better learn users' personalized and dynamic preferences from their historical behavior sequences and related knowledge information, which can also help tag users and provide explanations for recommendation results. Experimental results on four real-world datasets demonstrate the effectiveness and interpretability of the proposed model KGDPL. Hongzhi Liu 0001, Yao Zhu 0002, Zhonghai Wu |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2023 | Sequential Hypergraph Convolution Network for Next Item Recommendation
Hongzhi Liu 0001, Yingpeng Du, Yang Song 0021, Zhonghai Wu |
DASFAA (2) | 2 |
| 2023 | Bilateral Sequential Hypergraph Convolution Network for Reciprocal RecommendationabstractReciprocal recommendation is the core of many social websites like online recruitment and online dating. Most recently, graph neural networks have been exploited by few researchers for reciprocal recommendation. However, they tend to oversimplify the interactions between users, treating them as simple pairwise relationships, which overlooks the multidimensional relationships among users. Additionally, these methods fail to consider users’ historical interaction sequences and feedback behaviors, which makes it challenging to effectively capture the changes of user preferences over time.To address these issues, this study proposes a novel bilateral recommendation model based on sequential hypergraphs for reciprocal scenarios. Firstly, to capture the complex multidimensional relationships between bilateral users, we design a new data structure called bilateral sequential hypergraphs to capture the diverse relationships among users and to mine collaborative signals at the sequential level. Secondly, we propose corresponding bilateral sequential hypergraph convolution structures to learn the embedded representations of bilateral users. To adequately capture the changes in user preferences, the model incorporates position modeling and feedback behavior modeling within the proposed convolution strategy. Extensive experiments on several real-world datasets demonstrate that the proposed method consistently outperforms state-of-the-art methods. Hongzhi Liu 0001, Hongrui Guo, Yingpeng Du, Yang Song 0021, Zhonghai Wu |
ICDM | 2 |
| 2022 | M3-IB: A Memory-Augment Multi-modal Information Bottleneck Model for Next-Item Recommendation
Yingpeng Du, Hongzhi Liu 0001, Zhonghai Wu |
DASFAA (2) | 2 |
| 2022 | Market-Aware Dynamic Person-Job Fit with Hierarchical Reinforcement Learning
Hongzhi Liu 0001, Yao Zhu 0002, Yang Song 0021, Tao Zhang 0070, Zhonghai Wu |
DASFAA (2) | 2 |
| 2021 | Beyond Matching: Modeling Two-Sided Multi-Behavioral Sequences for Dynamic Person-Job Fit
Hongzhi Liu 0001, Yao Zhu 0002, Yang Song 0021, Tao Zhang 0070, Zhonghai Wu |
DASFAA (2) | 2 |
| 2021 | Modeling Multi-factor and Multi-faceted Preferences over Sequential Networks for Next Item Recommendation
Yingpeng Du, Hongzhi Liu 0001, Zhonghai Wu |
ECML/PKDD (2) | 2 |
| 2021 | IFSpard: An Information Fusion-based Framework for Spam Review DetectionabstractOnline reviews, which contain the quality information and user experience about products, always affect the consumption decisions of customers. Unfortunately, quite a number of spammers attempt to mislead consumers by writing fake reviews for some intents. Existing methods for detecting spam reviews mainly focus on constructing discriminative features, which heavily depend on experts and may miss some complex but effective features. Recently, some models attempt to learn the latent representations of reviews, users, and items. However, the learned embeddings usually lack interpretability. Moreover, most of existing methods are based on single classification model while ignoring the complementarity of different classification models. Yao Zhu 0002, Hongzhi Liu 0001, Yingpeng Du, Zhonghai Wu |
WWW | 2 |
| 2018 | Hierarchical Hybrid Feature Model for Top-N Context-Aware RecommendationabstractPrecise prediction of users' behavior is critical for users' satisfaction and platforms' benefit. A user's behavior heavily depends on the user's general preference and contextual information (current location, weather etc.). In this paper, we propose a succinct hierarchical framework named Hierarchical Hybrid Feature Model (HHFM). It combines users' general taste and diverse contextual information into a hybrid feature representation to profile users' dynamic preference w.r.t context. Meanwhile, we propose an n-way concatenation pooling strategy to capture the non-linear and complex inherent structures of real-world data, which were ignored by most existing methods like Factorization Machines. Conceptually, our model subsumes several existing methods when choosing proper concatenation and pooling strategies. Extensive experiments show our model consistently outperforms state-of-the-art methods on three real-world data sets. Yingpeng Du, Hongzhi Liu 0001, Zhonghai Wu, Xing Zhang 0002 |
ICDM | 2 |
| 2018 | Recommendation in Heterogeneous Information Networks Based on Generalized Random Walk Model and Bayesian Personalized RankingabstractRecommendation based on heterogeneous information network(HIN) is attracting more and more attention due to its ability to emulate collaborative filtering, content-based filtering, context-aware recommendation and combinations of any of these recommendation semantics. Random walk based methods are usually used to mine the paths, weigh the paths, and compute the closeness or relevance between two nodes in a HIN. A key for the success of these methods is how to properly set the weights of links in a HIN. In existing methods, the weights of links are mostly set heuristically. In this paper, we propose a Bayesian Personalized Ranking(BPR) based machine learning method, called HeteLearn, to learn the weights of links in a HIN. In order to model user preferences for personalized recommendation, we also propose a generalized random walk with restart model on HINs. We evaluate the proposed method in a personalized recommendation task and a tag recommendation task. Experimental results show that our method performs significantly better than both the traditional collaborative filtering and the state-of-the-art HIN-based recommendation methods. Zhengshen Jiang, Hongzhi Liu 0001, Zhonghai Wu, Tao Zhang 0070 |
WSDM | 2 |
| 2016 | Improved Combination of Multiple Retrieval Systems Using a Dynamic Combinatorial Fusion AlgorithmabstractA combination of multiple retrieval systems can outperform its individual component systems, but it remains a challenging problem to predict whether two systems can be beneficially combined and, if so, the optimal means by which they should be merged. The performance of combined systems is affected by many factors, including the performance of individual systems, the diversity between a pair of systems, and the method for combination. In this paper, we undertake the study of these issues using combinatorial fusion algorithm (CFA) utilizing the rank-score characteristic (RSC) function and the notion of a weighted cognitive diversity. Using the selected eight TREC datasets, we demonstrated that: (a) the combination of two retrieval systems performs better than each individual system only when the individual systems have relatively good performance and they are diverse, (b) a dynamic combination method, using rank vs. score combination based on cognitive diversity which does not display a tight correlation with other statistical diversity measures, can improve the performance of the combined system, even when performance of each individual system is not known or in the context of an unsupervised learning environment. Within the TREC datasets, the proposed dynamic approach offers a potential for substantial improvement with no significant risk. Our results provide a new paradigm of dynamic fusion to the study of the combination of multiple retrieval systems. Hongzhi Liu 0001, Zhonghai Wu, D. Frank Hsu, Bruce S. Kristal |
WI | 1 |