VLDB 2026 Research / reviewers in the wild / expert
Debo Cheng
dblp:155/7466
· DBLP profile ↗
30ranked-venue papers in the field
6as first author
26since 2021 · last 2026
0000-0002-0383-1462ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 17 (4 first)Information Retrieval & Web Search · 10 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 2Database Systems & Data Management · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Beyond Factual Queries: A Novel Predictive Retrieval-Augmented Generation
Debo Cheng, Qingfeng Chen, Jinyi Jie, Jiangzhang Gan |
WWW | 1 |
| 2026 | Harnessing LLM for Noise-Robust Cognitive Diagnosis in Web-Based Intelligent Education SystemsabstractCognitive diagnostics in the Web-based Intelligent Education System (WIES) aims to assess students' mastery of knowledge concepts from heterogeneous, noisy interactions. Recent work has tried to utilize Large Language Models (LLMs) for cognitive diagnosis, yet LLMs struggle with structured data and are prone to noise-induced misjudgments. Specially, WIES's open environment continuously attracts new students and produces vast amounts of response logs, exacerbating the data imbalance and noise issues inherent in traditional educational systems. To address these challenges, we propose DLLM, a Diffusion-based LLM framework for noise-robust cognitive diagnosis. DLLM first constructs independent subgraphs based on response correctness, then applies relation augmentation alignment module to mitigate data imbalance. The two subgraph representations are then fused and aligned with LLM-derived, semantically augmented representations. Importantly, before each alignment step, DLLM employs a two-stage denoising diffusion module to eliminate intrinsic noise while assisting structural representation alignment. Specifically, unconditional denoising diffusion first removes erroneous information, followed by conditional denoising diffusion based on graph signal to eliminate misleading information. Finally, the noise-robust representation that integrates semantic knowledge and structural information is fed into existing cognitive diagnosis models for prediction. Experimental results on three publicly available web-based educational platform datasets demonstrate that our DLLM achieves optimal predictive performance across varying noise levels, which demonstrates that DLLM achieves noise robustness while effectively leveraging semantic knowledge from LLM. Guixian Zhang, Guan Yuan, Ziqi Xu 0001, Jing Ren 0001, Zhenyun Deng, Debo Cheng |
WWW | 7 |
| 2026 | Multi-view debiasing representation learning for recommender systems
Qingfeng Chen, Debo Cheng, Jiuyong Li, Lin Liu 0003 |
Inf. Process. Manag. | 3 |
| 2026 | Counterfactual samples constructing and training for commonsense statements estimation
Zaiwen Feng, Zhenyun Deng, Lin Liu 0003, Jiuyong Li, Ruifang Zhai, Debo Cheng |
Inf. Process. Manag. | 7 |
| 2026 | Towards Fair Graph Representation Learning by Overcoming Social HomophilyabstractWith the widespread use of Graph Neural Networks (GNNs) for representation learning from network data, the fairness of GNN models has raised great attention lately. Fair GNNs aim to ensure that node representations can be accurately classified, but not easily associated with a specific group. Existing advanced approaches essentially enhance the generalisation of node representation in combination with data augmentation strategy and do not directly impose constraints on the fairness of GNNs. In this work, we identify that a fundamental reason for the unfairness of GNNs is the phenomenon of social homophily , i.e., users in the same group are more inclined to congregate. The message-passing mechanism of GNNs can cause users in the same group to have similar representations due to social homophily, leading model predictions to establish spurious correlations with sensitive attributes. Inspired by this reason, we propose a method called Equity-Aware GNN (EAGNN) towards fair graph representation learning. Specifically, to ensure that model predictions are independent of sensitive attributes while maintaining prediction performance, we introduce constraints for fair representation learning based on three principles: sufficiency, independence and separation. We theoretically demonstrate that our EAGNN method can effectively achieve group fairness. Extensive experiments on three datasets with varying levels of social homophily illustrate that our EAGNN method achieves the state-of-the-art performance across two fairness metrics and offers competitive effectiveness. Guixian Zhang, Guan Yuan, Debo Cheng, Lin Liu 0003, Jiuyong Li, Shichao Zhang 0001 |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2025 | Interpretable Causal Feature Selection with GCN for Early Diagnosis of Alzheimer's Disease
Qingfeng Chen, Chuxun Liu, Debo Cheng, Rongyao Hu |
ADMA (3) | 3 |
| 2025 | Mitigating Latent Confounding Bias in Recommender SystemsabstractRecommender systems are crucial for providing personalised experiences, but their effectiveness is often undermined by confounding bias, particularly in the presence of latent confounders. Existing debiasing methods typically address only one type of latent confounding bias, often ignoring the complex interactions caused by latent confounders, such as those between items and user feedback, and between item exposure and user feedback. To tackle these challenges, we propose a novel Deep Instrumental Variables (IV) approach for debiased representation learning in Recommendation Systems, referred to as DIVERS. Specifically, DIVERS leverages user feature embeddings as IVs to mitigate the confounding bias between items and user feedback caused by latent confounders, and combines the debiased item embeddings with an item exposure vector to generate a reconstructed item exposure vector. Moreover, DIVERS employs an identifiable Variational Auto-Encoder (iVAE) to infer identifiable representations by utilising information from both the original and reconstructed item exposure vectors, effectively addressing the confounding bias introduced by latent confounders between item exposure and user feedback. Additionally, we provide theoretical analyses to demonstrate the soundness of using IV and the identifiability of the representation learned by DIVERS. Extensive experiments on both synthetic and real-world datasets confirm that DIVERS outperforms state-of-the-art models in reducing bias and providing reliable recommendations. Our source code is available at: https://github.com/djf-web/DIVERS. Qingfeng Chen, Debo Cheng, Xiaojing Du, Jiuyong Li, Lin Liu 0003 |
CIKM | 3 |
| 2025 | Off-policy Evaluation for Multiple Actions in the Presence of Unobserved ConfoundersabstractOff-policy evaluation (OPE) is a crucial problem in reinforcement learning (RL), where the goal is to estimate the long-term cumulative reward of a target policy using historical data generated by a potentially different behaviour policy. In many real-world applications, such as precision medicine and recommendation systems, unobserved confounders may influence the action, reward, and state transition dynamics, which leads to biased estimates if not properly addressed. While existing methods for handling unobserved confounders in OPE focus on single-action settings, they are less effective in multi-action scenarios commonly found in practical applications, where an agent can take multiple actions simultaneously. In this paper, we propose a novel auxiliary variable-aided method for OPE in multi-action settings with unobserved confounders. Our approach overcomes the limitations of traditional auxiliary variable methods for multi-action scenarios by requiring only a single auxiliary variable, relaxing the need for as many auxiliary variables as the actions. Through theoretical analysis, we prove that our method provides an unbiased estimation of the target policy value. Empirical evaluations demonstrate that our estimator achieves better performance compared to existing baseline methods, highlighting its effectiveness and reliability in addressing unobserved confounders in multi-action OPE settings. Haolin Wang 0003, Lin Liu 0003, Jiuyong Li, Ziqi Xu 0001, Jixue Liu, Zehong Cao, Debo Cheng |
WWW | 7 |
| 2025 | Data-driven learning optimal K values for K-nearest neighbour matching in causal inferenceabstractAbstract Within the realm of causal inference, a pivotal task involves causal effect estimation from observational data when there exist confounding variables. The K-Nearest Neighbour Matching (K-NNM) method is widely applied to handle confounding bias, but its general application sets a uniform K value for all samples, which can lead to suboptimal results in practice. To overcome this limitation, this paper introduces a novel method for causal effect estimation called Dynamic K-Nearest Neighbour Matching (DK-NNM). The DK-NNM method employs a data-driven learning strategy to determine the optimal value of K for each sample. In practice, DK-NNM reconstructs a sparse coefficient matrix for all samples using sparse learning, while simultaneously learning a graph matrix to preserve local information and sample similarity. This approach helps identify the most suitable K-value for each sample. Additionally, DK-NNM utilizes joint propensity and prognostic scores to effectively mitigate confounding bias arising from high-dimensional covariates during the K-NNM process. Experiments performed on various synthetic, semi-synthetic, and real-world datasets conclusively demonstrate that DK-NNM surpasses baseline models in estimating causal effects from observational data and provides significant improvements over traditional methods. Debo Cheng, Jiuyong Li, Lin Liu 0003, Ziqi Xu 0001, Zaiwen Feng |
Data Min. Knowl. Discov. | 3 |
| 2025 | Deconfounding representation learning for mitigating latent confounding effects in recommendation
Guixian Zhang, Guan Yuan, Debo Cheng, Lin Liu 0003, Jiuyong Li, Ziqi Xu 0001, Shichao Zhang 0001 |
Knowl. Inf. Syst. | 3 |
| 2025 | Latent Representation Learning for Attributed Graph Anomaly DetectionabstractAnomaly detection in attributed graph data has been widely applied in real applications. However, the intricate topology of graph data, high-dimensional attributes, and class imbalance inherent in anomaly detection tasks render attributed graph anomaly detection a challenging task. To detect anomalies using the intricate topology information of graph data, a dual-masked autoencoders is proposed for attributed graph anomaly detection, denoted as MAGAD. Specifically, in the MAGAD, the class imbalance in attributed graph data is dealt with by randomly masking the original graph data to obtain masked graph data for the anomaly detection task. And then, a latent representation of the graph data is obtained by training dual autoencoders, where one autoencoder is developed for reconstructing the original graph data, and another for reconstructing randomly masked graph data. This assists in identifying abnormal nodes in the attributed graph data. Subsequently, to capture anomalous information from relevant features, MAGAD uses a random re-masking strategy for latent representations learned from the masked graph. Finally, the anomaly scores of the nodes are calculated using the learned latent representations from the decoders of the dual autoencoders. Experimental results on five real-world datasets demonstrate that the MAGAD algorithm outperforms state-of-the-art anomaly detection algorithms. Shichao Zhang 0001, Penghui Xi, Mengqi Jiang, Guixian Zhang, Debo Cheng |
ACM Trans. Knowl. Discov. Data | 5 |
| 2025 | Mitigating Propensity Bias of Large Language Models for Recommender SystemsabstractThe rapid development of Large Language Models (LLMs) creates new opportunities for recommender systems, especially by exploiting the side information (e.g., descriptions and analyses of items) generated by these models. However, aligning this side information with collaborative information from historical interactions poses significant challenges. The inherent biases within LLMs can skew recommendations, resulting in distorted and potentially unfair user experiences. On the other hand, propensity bias causes side information to be aligned in such a way that it often tends to represent all inputs in a low-dimensional subspace, leading to a phenomenon known as dimensional collapse, which severely restricts the recommender system’s ability to capture user preferences and behaviors. To address these issues, we introduce a novel framework named Counterfactual LLM Recommendation (CLLMR). Specifically, we propose a spectrum-based side information encoder that implicitly embeds structural information from historical interactions into the side information representation, thereby circumventing the risk of dimension collapse. Furthermore, our CLLMR approach explores the causal relationships inherent in LLM-based recommender systems. By leveraging counterfactual inference, we counteract the biases introduced by LLMs. Extensive experiments demonstrate that our CLLMR approach consistently enhances the performance of various recommender models. Guixian Zhang, Guan Yuan, Debo Cheng, Lin Liu 0003, Jiuyong Li, Shichao Zhang 0001 |
ACM Trans. Inf. Syst. | 3 |
| 2024 | Advancing Aspect-Based Sentiment Analysis Through Deep Learning Models
Chen Li 0027, Huidong Tang, Jinli Zhang, Xiujing Guo, Debo Cheng, Yasuhiko Morimoto |
ADMA (5) | 5 |
| 2024 | A Novel Shadow Variable Catcher for Addressing Selection Bias in Recommendation SystemsabstractRecommender systems rely on observational data to predict user ratings for unseen items. Since the observational data is typically missing not at random (MNAR), they contain biases, predominantly selection bias, thus models trained on such data are inherently biased. If a shadow variable, which is a variable used instead of user's latent variables that influence both the treatment and the outcome, can be identified, it is possible to build unbiased models for recommender systems. To overcome the challenge of manually identifying valid shadow variables in the data, we propose a Shadow Variable Catcher (SVC), a model designed to learn the latent representation of shadow variables from observational data. By using the learned representation of shadow variables by SVC, we develop the Shadow Debiased Recommender (SDR) method to build an unbiased collaborative filtering model for addressing selection bias in recommender systems. Comprehensive experiments on both synthetic and real-world datasets, have verified the performance of SDR and demonstrated its effectiveness and robustness, and offer new insights into the mitigation of bias in recommender systems. Qingfeng Chen, Boquan Wei, Debo Cheng, Jiuyong Li, Lin Liu 0003, Shichao Zhang 0001 |
ICDM | 3 |
| 2024 | Learning fair representations via rebalancing graph structure
Guixian Zhang, Debo Cheng, Guan Yuan, Shichao Zhang 0001 |
Inf. Process. Manag. | 2 |
| 2023 | Multi-head Similarity Feature Representation and Filtration for Image-Text Matching
Mengqi Jiang, Shichao Zhang 0001, Debo Cheng, Leyuan Zhang, Guixian Zhang |
ADMA (2) | 3 |
| 2023 | Disentangled Latent Representation Learning for Tackling the Confounding M-Bias Problem in Causal InferenceabstractIn causal inference, it is a fundamental task to estimate the causal effect from observational data. However, latent confounders pose major challenges in causal inference in observational data, for example, confounding bias and M-bias. Recent data-driven causal effect estimators tackle the confounding bias problem via balanced representation learning, but assume no M-bias in the system, thus they fail to handle the M-bias. In this paper, we identify a challenging and unsolved problem caused by a variable that leads to confounding bias and M-bias simultaneously. To address this problem with co-occurring M-bias and confounding bias, we propose a novel Disentangled Latent Representation learning framework for learning latent representations from proxy variables for unbiased Causal effect Estimation (DLRCE) from observational data. Specifically, DLRCE learns three sets of latent representations from the measured proxy variables to adjust for the confounding bias and M-bias. Extensive experiments on both synthetic and three real-world datasets demonstrate that DLRCE significantly outperforms the state-of-the-art estimators in the case of the presence of both confounding bias and M-bias. Debo Cheng, Ziqi Xu 0001, Jiuyong Li, Lin Liu 0003, Jixue Liu, Zaiwen Feng |
ICDM | 1 |
| 2023 | An Enhanced Distributed Algorithm for Area Skyline Computation Based on Apache Spark
Chen Li 0027, Yang Cao 0019, Ye Zhu 0002, Jinli Zhang, Annisa, Debo Cheng, Huidong Tang, Kenta Maruyama, Yasuhiko Morimoto |
KSEM (4) | 6 |
| 2023 | A Reinforcement Learning-Based Approach for Continuous Knowledge Graph Construction
Jiao Luo, Wolfgang Mayer, Ningpei Ding, Yuan Quan, Debo Cheng, Zaiwen Feng |
KSEM (4) | 8 |
| 2023 | Disentangled Representation with Causal Constraints for Counterfactual Fairness
Ziqi Xu 0001, Jixue Liu, Debo Cheng, Jiuyong Li, Lin Liu 0003, Ke Wang 0001 |
PAKDD (1) | 3 |
| 2023 | Learning Conditional Instrumental Variable Representation for Causal Effect Estimation
Debo Cheng, Ziqi Xu 0001, Jiuyong Li, Lin Liu 0003, Thuc Duy Le, Jixue Liu |
ECML/PKDD (1) | 1 |
| 2023 | A Data-Driven Approach to Finding K for K Nearest Neighbor Matching in Average Causal Effect Estimation
Jiuyong Li, Lin Liu 0003, Ziqi Xu 0001, Debo Cheng, Zaiwen Feng |
WISE | 6 |
| 2023 | FastAGEDs: Fast Approximate Graph Entity Dependency Discovery
Guangtong Zhou, Selasi Kwashie, Michael Bewong, Vincent Mwintieru Nofong, Debo Cheng, Keqing He 0002, Shanmei Liu, Zaiwen Feng |
WISE | 7 |
| 2023 | Local Search for Efficient Causal Effect EstimationabstractCausal effect estimation from observational data is a challenging problem, especially with high dimensional data and in the presence of unobserved variables. The available data-driven methods for tackling the problem either provide an estimation of the bounds of a causal effect (i.e., nonunique estimation) or have low efficiency. The major hurdle for achieving high efficiency while trying to obtain unique and unbiased causal effect estimation is how to find a proper adjustment set for confounding control in a fast way, given the huge covariate space and considering unobserved variables. In this paper, we approach the problem as a local search task for finding valid adjustment sets in data. We establish the theorems to support the local search for adjustment sets, and we show that unique and unbiased estimation can be achieved from observational data even when there exist unobserved variables. We then propose a data-driven algorithm that is fast and consistent under mild assumptions. We also make use of a frequent pattern mining method to further speed up the search of minimal adjustment sets for causal effect estimation. Experiments conducted on extensive synthetic and real-world datasets demonstrate that the proposed algorithm outperforms the state-of-the-art criteria/estimators in both accuracy and time-efficiency. Debo Cheng, Jiuyong Li, Lin Liu 0003, Jiji Zhang, Jixue Liu, Thuc Duy Le |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2022 | Assessing Classifier Fairness with Collider Bias
Zhenlong Xu, Ziqi Xu 0001, Jixue Liu, Debo Cheng, Jiuyong Li, Lin Liu 0003, Ke Wang 0001 |
PAKDD (2) | 4 |
| 2022 | Sufficient dimension reduction for average causal effect estimationabstractAbstract A large number of covariates can have a negative impact on the quality of causal effect estimation since confounding adjustment becomes unreliable when the number of covariates is large relative to the number of samples. Propensity score is a common way to deal with a large covariate set, but the accuracy of propensity score estimation (normally done by logistic regression) is also challenged by the large number of covariates. In this paper, we prove that a large covariate set can be reduced to a lower dimensional representation which captures the complete information for adjustment in causal effect estimation. The theoretical result enables effective data-driven algorithms for causal effect estimation. Supported by the result, we develop an algorithm that employs a supervised kernel dimension reduction method to learn a lower dimensional representation from the original covariate space, and then utilises nearest neighbour matching in the reduced covariate space to impute the counterfactual outcomes to avoid the large sized covariate set problem. The proposed algorithm is evaluated on two semisynthetic and three real-world datasets and the results show the effectiveness of the proposed algorithm. Debo Cheng, Jiuyong Li, Lin Liu 0003, Thuc Duy Le, Jixue Liu, Kui Yu |
Data Min. Knowl. Discov. | 1 |
| 2017 | Learning k for kNN ClassificationabstractThe K Nearest Neighbor (kNN) method has widely been used in the applications of data mining and machine learning due to its simple implementation and distinguished performance. However, setting all test data with the same k value in the previous kNN methods has been proven to make these methods impractical in real applications. This article proposes to learn a correlation matrix to reconstruct test data points by training data to assign different k values to different test data points, referred to as the Correlation Matrix kNN (CM-kNN for short) classification. Specifically, the least-squares loss function is employed to minimize the reconstruction error to reconstruct each test data point by all training data points. Then, a graph Laplacian regularizer is advocated to preserve the local structure of the data in the reconstruction process. Moreover, an ℓ 1 -norm regularizer and an ℓ 2, 1 -norm regularizer are applied to learn different k values for different test data and to result in low sparsity to remove the redundant/noisy feature from the reconstruction process, respectively. Besides for classification tasks, the kNN methods (including our proposed CM-kNN method) are further utilized to regression and missing data imputation. We conducted sets of experiments for illustrating the efficiency, and experimental results showed that the proposed method was more accurate and efficient than existing kNN methods in data-mining applications, such as classification, regression, and missing data imputation. Shichao Zhang 0001, Xuelong Li 0001, Ming Zong, Xiaofeng Zhu 0001, Debo Cheng |
ACM Trans. Intell. Syst. Technol. | 5 |
| 2014 | kNN Algorithm with Data-Driven k Value
Debo Cheng, Shichao Zhang 0001, Zhenyun Deng, Yonghua Zhu, Ming Zong |
ADMA | 1 |
| 2014 | Improved Spectral Clustering Algorithm Based on Similarity Measure
Debo Cheng, Ming Zong, Zhenyun Deng |
ADMA | 2 |
| 2014 | Efficient kNN Algorithm Based on Graph Sparse Reconstruction
Shichao Zhang 0001, Ming Zong, Ke Sun 0004, Debo Cheng |
ADMA | 5 |