EDBT 2026 Demo / reviewers in the wild / expert
Ziheng Chen 0002
dblp:246/8429-2
· DBLP profile ↗
6ranked-venue papers in the field
5as first author
6since 2021 · last 2026
0000-0002-2585-637XORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6 (5 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Joint Factual and Counterfactual Explanations for Top-k GNN-based RecommendationsabstractRecently, graph neural networks (GNNs) have become the new state-of-the-art approach to developing powerful recommender systems. However, it is hard for GNN-based recommender systems to attach tangible explanations of why a specific item ends up in the list of top- k suggestions for a given user. Indeed, explaining GNN-based recommendations is unique, and existing GNN explanation methods are inappropriate since they are designed to explain node, edge, or graph classification rather than ranking. In this work, we propose GREASE, a novel method for explaining the list of top- k suggested items to a given user provided by any black-box GNN-based recommender system. Specifically, for each recommended item, GREASE first trains a surrogate GNN model on the subgraph obtained as the union of the target user-item pair and its l -hop neighborhood. Then, it jointly generates factual and counterfactual explanations by finding optimal adjacency matrix perturbations to capture the sufficient and necessary conditions for the item to be recommended. Experiments on real-world datasets show that GREASE can generate concise and compelling explanations for popular GNN-based recommender models. Ziheng Chen 0002, Jin Huang 0010, Fabrizio Silvestri, Yongfeng Zhang 0003, Hongshik Ahn, Gabriele Tolomei |
Trans. Recomm. Syst. | 1 |
| 2025 | FUTURE: Flexible Unlearning for Tree EnsembleabstractTree ensembles are widely recognized for their effectiveness in classification tasks, achieving state-of-the-art performance across diverse domains, including bioinformatics, finance, and medical diagnosis. With increasing emphasis on data privacy and the right to be forgotten, several unlearning algorithms have been proposed to enable tree ensembles to forget sensitive information. However, existing methods are often tailored to a particular model or rely on the discrete tree structure, making them difficult to generalize to complex ensembles and inefficient for large-scale datasets. To address these limitations, we propose FUTURE, a novel unlearning algorithm for tree ensembles. Specifically, we formulate the problem of forgetting samples as a gradient-based optimization task. In order to accommodate non-differentiability of tree ensembles, we adopt the probabilistic model approximations within the optimization framework. This enables end-to-end unlearning in an effective and efficient manner. Extensive experiments on real-world datasets show that FUTURE yields significant and successful unlearning performance. Ziheng Chen 0002, Jin Huang 0010, Jiali Cheng, Yuchan Guo, Lalitesh Morishetti, Kaushiki Nag, Hadi Amiri |
CIKM | 1 |
| 2025 | FROG: Fair Removal on GraphabstractWith growing emphasis on privacy regulations, machine unlearning has become increasingly critical in real-world applications such as social networks and recommender systems, many of which are naturally represented as graphs. However, existing graph unlearning methods often modify nodes or edges indiscriminately, overlooking their impact on fairness. For instance, forgetting links between users of different genders may inadvertently exacerbate group disparities. To address this issue, we propose a novel framework that jointly optimizes both the graph structure and the model to achieve fair unlearning. Our method rewires the graph by removing redundant edges that hinder forgetting while preserving fairness through targeted edge augmentation. We further introduce a worst-case evaluation mechanism to assess robustness under challenging scenarios. Experiments on real-world datasets show that our approach achieves more effective and fair unlearning than existing baselines. Ziheng Chen 0002, Jiali Cheng, Hadi Amiri, Kaushiki Nag, Lu Lin 0001, Sijia Liu 0001, Gabriele Tolomei, Xiangguo Sun |
CIKM | 1 |
| 2025 | IR-RAG @SIGIR25: The Second Edition of the Workshop on Information Retrieval's Role in RAG SystemsabstractIn recent years, Retrieval-Augmented Generation (RAG) systems have become a cornerstone of artificial intelligence, attracting considerable attention in a variety of fields. By integrating the strengths of information retrieval and generative models, these systems have shown immense potential to push the boundaries of machine learning applications. Nevertheless, RAG systems still face significant challenges and offer ample room for advancement and innovation. Negar Arabzadeh, Ziheng Chen 0002, Fabio Petroni, Federico Siciliano, Fabrizio Silvestri, Giovanni Trappolini |
SIGIR | 2 |
| 2023 | The Dark Side of Explanations: Poisoning Recommender Systems with Counterfactual ExamplesabstractDeep learning-based recommender systems have become an integral part of several online platforms. However, their black-box nature emphasizes the need for explainable artificial intelligence (XAI) approaches to provide human-understandable reasons why a specific item gets recommended to a given user. One such method is counterfactual explanation (CF). While CFs can be highly beneficial for users and system designers, malicious actors may also exploit these explanations to undermine the system's security. Ziheng Chen 0002, Fabrizio Silvestri, Jia Wang 0009, Yongfeng Zhang 0005, Gabriele Tolomei |
SIGIR | 1 |
| 2022 | ReLAX: Reinforcement Learning Agent Explainer for Arbitrary Predictive ModelsabstractCounterfactual examples (CFs) are one of the most popular methods for attaching post-hoc explanations to machine learning (ML) models. However, existing CF generation methods either exploit the internals of specific models or depend on each sample's neighborhood, thus they are hard to generalize for complex models and inefficient for large datasets. This work aims to overcome these limitations and introduces ReLAX, a model-agnostic algorithm to generate optimal counterfactual explanations. Specifically, we formulate the problem of crafting CFs as a sequential decision-making task and then find the optimal CFs via deep reinforcement learning (DRL) with discrete-continuous hybrid action space. Extensive experiments conducted on several tabular datasets have shown that ReLAX outperforms existing CF generation baselines, as it produces sparser counterfactuals, is more scalable to complex target models to explain, and generalizes to both classification and regression tasks. Finally, to demonstrate the usefulness of our method in a real-world use case, we leverage CFs generated by ReLAX to suggest actions that a country should take to reduce the risk of mortality due to COVID-19. Interestingly enough, the actions recommended by our method correspond to the strategies that many countries have actually implemented to counter the COVID-19 pandemic. Ziheng Chen 0002, Fabrizio Silvestri, Jia Wang 0009, He Zhu 0001, Hongshik Ahn, Gabriele Tolomei |
CIKM | 1 |