VLDB 2026 Research / reviewers in the wild / expert
Xiaokun Zhang 0001
dblp:32/753-1
· DBLP profile ↗
19ranked-venue papers in the field
9as first author
19since 2021 · last 2026
0000-0002-9755-2471ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 11 (6 first)Data Mining & Knowledge Discovery · 6 (1 first)Database Systems & Data Management · 2 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Decoding Multimodal Cues: Unveiling the Implicit Meaning Behind Hateful VideosabstractHateful videos have become prevalent on online platforms, highlighting an urgent need for effective detection. However, existing studies primarily focus on binary classification and fail to provide contextual rationales that reveal the implicit meanings behind these judgments, significantly undermining model explainability. To fill this gap, we aim to achieve explainable hateful video detection, enabling models to provide contextual rationales that integrate relevant evidence and logical reasoning alongside decisions. This approach can comprehensively enhance the understanding of video content and the explainability of the decision-making process. We first introduce two datasets, Ex-HateMM and Ex-ImpliHateVid, for explainable hateful video detection. Each dataset provides fine-grained annotations of multimodal harmful elements, along with contextual rationales. We then propose an Information Augmentation and Reasoning Enhancement (IARE) framework designed for explainable detection. The framework employs an information augmentation phase that leverages the multimodal chain-of-thought to integrate harmful elements, thereby enriching rationale evidence. Additionally, IARE incorporates a reasoning enhancement phase, in which Direct Preference Optimization guides the model toward correct reasoning paths and away from incorrect ones, thereby improving the logical coherence of its justifications. We conduct extensive experiments on the two datasets, comparing multiple baselines with our proposed IARE framework. The results demonstrate that IARE achieves state-of-the-art performance while also generating accurate rationales. Junyu Lu 0001, Deyi Ji, Liqun Liu 0006, Xiaokun Zhang 0001, Youlin Wu, Roy Ka-Wei Lee, Peng Shu, Huan Yu 0012, Jie Jiang 0015, Bo Xu 0009, Liang Yang 0003, Hongfei Lin |
SIGIR | 4 |
| 2026 | Have We Really Understood Collaborative Information? An Empirical InvestigationabstractCollaborative information serves as the cornerstone of recommender systems which typically focus on capturing it from user-item interactions to deliver personalized services. However, current understanding of this crucial resource remains limited. Specifically, a quantitative definition of collaborative information is missing, its manifestation within user-item interactions remains unclear, and its impact on recommendation performance is largely unknown. To bridge this gap, this work conducts a systematic investigation of collaborative information. We begin by clarifying collaborative information in terms of item co-occurrence patterns, identifying its main characteristics, and presenting a quantitative definition. We then estimate the distribution of collaborative information from several aspects, shedding light on how collaborative information is structured in practice. Furthermore, we evaluate the impact of collaborative information on the performance of various recommendation algorithms. Finally, we highlight challenges in effectively capturing collaborative information and outlook promising directions for future research. By establishing an empirical framework, we uncover many insightful observations that advance our understanding of collaborative information and offer valuable guidelines for developing more effective recommender systems. Xiaokun Zhang 0001, Zhaochun Ren, Bowei He, Ziqiang Cui, Chen Ma 0001 |
WSDM | 1 |
| 2026 | From Token to Item: Enhancing Large Language Models for Recommendation via Item-aware Attention MechanismabstractLarge Language Models (LLMs) have recently gained increasing attention in the field of recommendation. Existing LLM-based methods typically represent items as token sequences, and apply attention layers on these tokens to generate recommendations. However, by inheriting the standard attention mechanism, these methods focus on modeling token-level relations. This token-centric focus overlooks the item as the fundamental unit of recommendation, preventing existing methods from effectively capturing collaborative relations at the item level. In this work, we revisit the role of tokens in LLM-driven recommendation and categorize their relations into two types: (1) intra-item token relations, which present the content semantics of an item, e.g., name, color, and size; and (2) inter-item token relations, which encode collaborative relations across items. Building on these insights, we propose a novel framework with an item-aware attention mechanism (IAM) to enhance LLMs for recommendation. Specifically, IAM devises two complementary attention layers: (1) an intra-item attention layer, which restricts attention to tokens within the same item, modeling item content semantics; and (2) an inter-item attention layer, which attends exclusively to token relations across items, capturing item collaborative relations. Through this stacked design, IAM explicitly emphasizes items as the fundamental units in recommendation, enabling LLMs to effectively exploit item-level collaborative relations. Extensive experiments on several public datasets demonstrate the effectiveness of IAM in enhancing LLMs for personalized recommendation. © 2026 Copyright held by the owner/author(s). Xiaokun Zhang 0001, Bowei He, Ziqiang Cui, Chen Ma 0001 |
WWW | 1 |
| 2025 | Reinforcement Learning-Driven Generative Retrieval with Semantic-aligned Multi-Layer IdentifiersabstractGenerative retrieval enhances retrieval effectiveness by generating natural language represented document identifiers. However, current methods often struggle with two major challenges: limited identifier quality and insufficient query-document interaction, leading to limited retrieval performance. To tackle these challenges, we propose a novel generative retrieval framework integrated with semantic-aligned multi-layer identifiers and reinforcement learning. To improve identifier quality, we design a prompt-driven multi-task learning strategy to generate three types of hierarchical identifiers: summary, keyword, and pseudo-query, to capture multi-granularity document semantics. Furthermore, we adopt supervised fine-tuning to integrate these identifiers. To improve query-document interaction, we devise a multi-view ranking fusion mechanism that combines retrieval results across multi-layer identifiers. We further employ a GRPO-based reinforcement learning based on dense similarity rewards and a difficulty-aware negative sampling strategy to optimize the generated identifiers. Experiments on multiple benchmark datasets show that our framework significantly outperforms existing generative retrieval methods, offering a promising solution for building more effective and semantically aligned retrieval systems. The code for our model is publicly available at https://github.com/yicentian02/GRAM-RL. Bo Xu 0009, Yicen Tian, Xiaokun Zhang 0001, Erchen Yu, Dailin Li, Linlin Zong, Hongfei Lin |
CIKM | 3 |
| 2025 | MedDiTPro: A Prompt-Guided Diffusion Transformer for Multimodal Longitudinal Medical Data SynthesisabstractDiffusion models have recently emerged as a state-of-the-art approach for synthetic Electronic Health Record (EHR) generation, offering superior fidelity and diversity over traditional generative models. However, existing diffusion-based methods struggle with unique challenges: limited representation learning and modality utilization, where they fail to explicitly capture inter-modality dependencies and fine-grained code-level interactions, and constrained adaptability due to reliance on U-Net-based architectures, which are not well-suited for handling the heterogeneous and evolving nature of EHR data. Furthermore, current evaluation paradigms rely on either perplexity-based sequence modeling or global distributional measures, lacking robustness in assessing both intra-visit code relationships and inter-visit temporal patterns. To address these limitations, we propose MedDiTPro, a diffusion transformer-based framework that enhances multimodal EHR generation by integrating structured modality-aware guidance. Through a unified transformer for intra-visit representation learning, a modality-specific and datawise prompt learner, and a diffusion transformer with structured guidance, MedDiTPro achieves state-of-the-art performance in generating diverse and clinically meaningful synthetic records. Extensive experiments on publicly available datasets demonstrate that MedDiTPro achieves state-of-the-art fidelity, privacy preservation, and utility. Yuan Zhong 0002, Xiaochen Wang 0002, Jiaqi Wang 0002, Xiaokun Zhang 0001, Fenglong Ma |
KDD (2) | 4 |
| 2025 | Shapley Value-driven Data Pruning for Recommender SystemsabstractRecommender systems often suffer from noisy interactions like accidental clicks or popularity bias. Existing denoising methods typically identify users' intent in their interactions, and filter out noisy interactions that deviate from the assumed intent. However, they ignore that interactions deemed noisy could still aid model training, while some ''clean'' interactions offer little learning value. To bridge this gap, we propose Shapley Value-driven Valuation (SVV), a framework that evaluates interactions based on their objective impact on model training rather than subjective intent assumptions. In SVV, a real-time Shapley value estimation method is devised to quantify each interaction's value based on its contribution to reducing training loss. Afterward, SVV highlights the interactions with high values while downplaying low ones to achieve effective data pruning for recommender systems. In addition, we develop a simulated noise protocol to examine the performance of various denoising approaches systematically. Experiments on four real-world datasets show that SVV outperforms existing denoising methods in both accuracy and robustness. Further analysis also demonstrates that our SVV can preserve training-critical interactions and offer interpretable noise assessment. This work shifts denoising from heuristic filtering to principled, model-driven interaction valuation. Yansen Zhang, Xiaokun Zhang 0001, Ziqiang Cui, Chen Ma 0001 |
KDD (2) | 2 |
| 2025 | Counterfactual Multi-player Bandits for Explainable Recommendation Diversification
Yansen Zhang, Bowei He, Xiaokun Zhang 0001, Haolun Wu, Zexu Sun, Chen Ma 0001 |
ECML/PKDD (6) | 3 |
| 2025 | IP2: Entity-Guided Interest Probing for Personalized News RecommendationabstractNews recommender systems aim to provide personalized news reading experiences for users based on their reading history. Behavioral science studies suggest that screen-based news reading contains three successive steps: scanning, title reading, and then clicking. Adhering to these steps, we find that intra-news entity interest dominates the scanning stage, while the inter-news entity interest guides title reading and influences click decisions. Unfortunately, current methods overlook the unique utility of entities in news recommendation. To this end, we propose a novel method called IP2 to probe entity-guided reading interest at both intra- and inter-news levels. At the intra-news level, a Transformer-based entity encoder is devised to aggregate mentioned entities in the news title into one signature entity. Then, a signature entity-title contrastive pre-training is adopted to initialize entities with proper meanings using the news story context, which in the meantime facilitates us to probe for intra-news entity interest. As for the inter-news level, a dual tower user encoder is presented to capture inter-news reading interest from both the title meaning and entity sides. In addition to highlighting the contribution of inter-news entity guidance, a cross-tower attention link is adopted to calibrate title reading interest using inter-news entity interest, thus further aligning with real-world behavior. Extensive experiments on two real-world datasets demonstrate that our IP2 achieves state-of-the-art performance in news recommendation. Youlin Wu, Yuanyuan Sun 0002, Xiaokun Zhang 0001, Haoxi Zhan, Bo Xu 0009, Liang Yang 0003, Hongfei Lin |
RecSys | 3 |
| 2025 | Beyond Models! Explainable Data Valuation and Metric Adaption for RecommendationabstractUser behavior records serve as the foundation for recommender systems. While the behavior data exhibits ease of acquisition, it often suffers from varying quality. Current methods employ data valuation to discern high-quality data from low-quality data. However, they tend to employ blackbox design, lacking transparency and interpretability. Besides, they are typically tailored to specific evaluation metrics, leading to limited generality across various tasks. To overcome these issues, we propose an explainable and versatile framework DVR which can enhance the efficiency of data utilization tailored to any requirements of the model architectures and evaluation metrics. For explainable data valuation, a data valuator is presented to evaluate the data quality via calculating its Shapley value from the game-theoretic perspective, ensuring robust mathematical properties and reliability. In order to accommodate various evaluation metrics, including differentiable and non-differentiable ones, a metric adapter is devised based on reinforcement learning, where a metric is treated as the reinforcement reward that guides model optimization. Extensive experiments conducted on various benchmarks verify that our framework can improve the performance of current recommendation algorithms on various metrics including ranking accuracy, diversity, and fairness. Specifically, our framework achieves up to 34.7% improvements over existing methods in terms of representative NDCG metric. The code is available at https://github.com/renqii/DVR. Renqi Jia, Xiaokun Zhang 0001, Bowei He, Qiannan Zhu, Weitao Xu, Jiehao Chen, Chen Ma 0001 |
SDM | 2 |
| 2025 | Is Having Rationales Enough? Rethinking Knowledge Enhancement for Multimodal Hateful Meme DetectionabstractHateful memes are prevalent on the Internet, raising the urgent need for effective detection.Given their implicit nature, incorporating rationales with background knowledge is crucial for enhancing model understanding.However, existing methods often suffer from limited quality of external rationales and misalignment with original meme information.These challenges hinder model comprehension, leading to reduced accuracy and explainability.To address these challenges, we propose a Multimodal Multi-agent Knowledge Enhanced (M2KE) framework for hateful meme detection.M2KE introduces a multi-agent rationale discovery mechanism to extract high-quality rationales relevant to meme content and an adaptive knowledge interaction mechanism to ensure alignment between original meme information and external rationales.Specifically, multi-agent rationale discovery mechanism improves the reliability of rationales by collaboratively verifying and refining them with multiple agents, supported by large language models (LLMs) due to their extensive knowledge.And adaptive knowledge interaction mechanism uses information entropy to dynamically balance the model's attention between original meme information and external rationales, preventing over-reliance on rationales and enabling a more comprehensive understanding.Experimental results on three datasets demonstrate that M2KE significantly outperforms existing models.Further analysis underscores the importance of effectively integrating accurate rationales to enhance model performance.Disclaimer: Samples in this paper may be considered offensive. Junyu Lu 0001, Bo Xu 0009, Xiaokun Zhang 0001, Haohao Zhu, Kaichun Wang, Liang Yang 0003, Hongfei Lin |
SIGIR | 3 |
| 2025 | Knowledge enhanced representation learning network for drug recommendation
Xiaobo Li 0007, Xiaodi Hou 0001, Fanjun Meng, Xiaokun Zhang 0001, Mingyu Lu, Hongfei Lin, Yi-Jia Zhang 0001 |
Inf. Process. Manag. | 4 |
| 2025 | A Survey on Side Information-Driven Session-Based Recommendation: From a Data-Centric PerspectiveabstractSession-based recommendation is gaining increasing attention due to its practical value in predicting the intents of anonymous users based on limited behaviors. Emerging efforts incorporate various side information to alleviate inherent data scarcity issues in this task, leading to impressive performance improvements. The core of side information-driven session-based recommendation is the discovery and utilization of diverse data. In this survey, we provide a comprehensive review of this task from a data-centric perspective. Specifically, this survey commences with a clear formulation of the task. This is followed by a detailed exploration of various benchmarks rich in side information that are pivotal for advancing research in this field. Afterwards, we delve into how different types of side information enhance the task, underscoring data characteristics and utility. Moreover, we discuss the usage of various side information, including data encoding, data injection, and involved techniques. A systematic review of research progress is then presented, with the taxonomy by the types of side information. Finally, we summarize the current limitations and present the future prospects of this vibrant topic. Xiaokun Zhang 0001, Bo Xu 0009, Chenliang Li 0005, Bowei He, Hongfei Lin, Chen Ma 0001, Fenglong Ma |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2024 | Synthesizing Multimodal Electronic Health Records via Predictive Diffusion ModelsabstractSynthesizing electronic health records (EHR) data has become a preferred strategy to address data scarcity, improve data quality, and model fairness in healthcare. However, existing approaches for EHR data generation predominantly rely on state-of-the-art generative techniques like generative adversarial networks, variational autoencoders, and language models. These methods typically replicate input visits, resulting in inadequate modeling of temporal dependencies between visits and overlooking the generation of time information, a crucial element in EHR data. Moreover, their ability to learn visit representations is limited due to simple linear mapping functions, thus compromising generation quality. To address these limitations, we propose a novel EHR data generation model called EHRPD. It is a diffusion-based model designed to predict the next visit based on the current one while also incorporating time interval estimation. To enhance generation quality and diversity, we introduce a novel time-aware visit embedding module and a pioneering predictive denoising diffusion probabilistic model (P-DDPM). Additionally, we devise a predictive U-Net (PU-Net) to optimize P-DDPM. We conduct experiments on two public datasets and evaluate EHRPD from fidelity, privacy, and utility perspectives. The experimental results demonstrate the efficacy and utility of the proposed EHRPD in addressing the aforementioned limitations and advancing EHR data generation. Yuan Zhong 0002, Xiaochen Wang 0002, Jiaqi Wang 0002, Xiaokun Zhang 0001, Yaqing Wang 0001, Mengdi Huai, Cao Xiao, Fenglong Ma |
KDD | 4 |
| 2024 | Disentangling ID and Modality Effects for Session-based RecommendationabstractSession-based recommendation aims to predict intents of anonymous users based on their limited behaviors. Modeling user behaviors involves two distinct rationales: co-occurrence patterns reflected by item IDs, and fine-grained preferences represented by item modalities (e.g., text and images). However, existing methods typically entangle these causes, leading to their failure in achieving accurate and explainable recommendations. To this end, we propose a novel framework DIMO to disentangle the effects of ID and modality in the task. DIMO aims to disentangle these causes at both item and session levels. At the item level, we introduce a co-occurrence representation schema to explicitly incorporate co-occurrence patterns into ID representations. Simultaneously, DIMO aligns different modalities into a unified semantic space to represent them uniformly. At the session level, we present a multi-view self-supervised disentanglement, including proxy mechanism and counterfactual inference, to disentangle ID and modality effects without supervised signals. Leveraging these disentangled causes, DIMO provides recommendations via causal inference and further creates two templates for generating explanations. Extensive experiments on multiple real-world datasets demonstrate the consistent superiority of DIMO over existing methods. Further analysis also confirms DIMO's effectiveness in generating explanations. Xiaokun Zhang 0001, Bo Xu 0009, Zhaochun Ren, Xiaochen Wang 0002, Hongfei Lin, Fenglong Ma |
SIGIR | 1 |
| 2024 | FineRec: Exploring Fine-grained Sequential RecommendationabstractSequential recommendation is dedicated to offering items of interest for users based on their history behaviors. The attribute-opinion pairs, expressed by users in their reviews for items, provide the potentials to capture user preferences and item characteristics at a fine-grained level. To this end, we propose a novel framework FineRec that explores the attribute-opinion pairs of reviews to finely handle sequential recommendation. Specifically, we utilize a large language model to extract attribute-opinion pairs from reviews. For each attribute, a unique attribute-specific user-opinion-item graph is created, where corresponding opinions serve as the edges linking heterogeneous user and item nodes. Afterwards, we devise a diversity-aware convolution operation to aggregate information within the graphs, enabling attribute-specific user and item representation learning. Ultimately, we present an interaction-driven fusion mechanism to integrate attribute-specific user/item representations across all attributes for generating recommendations. Extensive experiments conducted on several real-world datasets demonstrate the superiority of our FineRec over existing state-ofthe-art methods. Further analysis also verifies the effectiveness of our fine-grained manner in handling the task. Xiaokun Zhang 0001, Bo Xu 0009, Youlin Wu, Yuan Zhong 0002, Hongfei Lin, Fenglong Ma |
SIGIR | 1 |
| 2024 | Beyond Co-Occurrence: Multi-Modal Session-Based RecommendationabstractSession-based recommendation is devoted to characterizing preferences of anonymous users based on short sessions. Existing methods mostly focus on mining limited item co-occurrence patterns exposed by item ID within sessions, while ignoring what attracts users to engage with certain items is rich multi-modal information displayed on pages. Generally, the multi-modal information can be classified into two categories: descriptive information (e.g., item images and description text) and numerical information (e.g., price). In this paper, we aim to improve session-based recommendation by modeling the above multi-modal information holistically. There are mainly three issues to reveal user intent from multi-modal information: (1) How to extract relevant semantics from heterogeneous descriptive information with different noise? (2) How to fuse these heterogeneous descriptive information to comprehensively infer user interests? (3) How to handle probabilistic influence of numerical information on user behaviors? To solve above issues, we propose a novel multi-modal session-based recommendation (MMSBR) that models both descriptive and numerical information under a unified framework. Specifically, a pseudo-modality contrastive learning is devised to enhance the representation learning of descriptive information. Afterwards, a hierarchical pivot transformer is presented to fuse heterogeneous descriptive information. Moreover, we represent numerical information with Gaussian distribution and design a Wasserstein self-attention to handle the probabilistic influence mode. Extensive experiments on three real-world datasets demonstrate the effectiveness of the proposed MMSBR. Further analysis also proves that our MMSBR can alleviate the cold-start problem in SBR effectively. Xiaokun Zhang 0001, Bo Xu 0009, Fenglong Ma, Chenliang Li 0005, Liang Yang 0003, Hongfei Lin |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2024 | Bi-preference Learning Heterogeneous Hypergraph Networks for Session-based RecommendationabstractSession-based recommendation intends to predict next purchased items based on anonymous behavior sequences. Numerous economic studies have revealed that item price is a key factor influencing user purchase decisions. Unfortunately, existing methods for session-based recommendation only aim at capturing user interest preference, while ignoring user price preference. Actually, there are primarily two challenges preventing us from accessing price preference. First, the price preference is highly associated to various item features (i.e., category and brand), which asks us to mine price preference from heterogeneous information. Second, price preference and interest preference are interdependent and collectively determine user choice, necessitating that we jointly consider both price and interest preference for intent modeling. To handle above challenges, we propose a novel approach Bi-Preference Learning Heterogeneous Hypergraph Networks (BiPNet) for session-based recommendation. Specifically, the customized heterogeneous hypergraph networks with a triple-level convolution are devised to capture user price and interest preference from heterogeneous features of items. Besides, we develop a Bi-Preference Learning schema to explore mutual relations between price and interest preference and collectively learn these two preferences under the multi-task learning architecture. Extensive experiments on multiple public datasets confirm the superiority of BiPNet over competitive baselines. Additional research also supports the notion that the price is crucial for the task. Xiaokun Zhang 0001, Bo Xu 0009, Fenglong Ma, Chenliang Li 0005, Yuan Lin 0001, Hongfei Lin |
ACM Trans. Inf. Syst. | 1 |
| 2022 | Price DOES Matter!: Modeling Price and Interest Preferences in Session-based RecommendationabstractSession-based recommendation aims to predict items that an anonymous user would like to purchase based on her short behavior sequence. The current approaches towards session-based recommendation only focus on modeling users' interest preferences, while they all ignore a key attribute of an item, i.e., the price. Many marketing studies have shown that the price factor significantly influences users' behaviors and the purchase decisions of users are determined by both price and interest preferences simultaneously. However, it is nontrivial to incorporate price preferences for session-based recommendation. Firstly, it is hard to handle heterogeneous information from various features of items to capture users' price preferences. Secondly, it is difficult to model the complex relations between price and interest preferences in determining user choices. Xiaokun Zhang 0001, Bo Xu 0009, Liang Yang 0003, Chenliang Li 0005, Fenglong Ma, Haifeng Liu 0002, Hongfei Lin |
SIGIR | 1 |
| 2022 | Dynamic intent-aware iterative denoising network for session-based recommendation
Xiaokun Zhang 0001, Hongfei Lin, Bo Xu 0009, Chenliang Li 0005, Yuan Lin 0001, Haifeng Liu 0002, Fenglong Ma |
Inf. Process. Manag. | 1 |