VLDB 2026 Research / reviewers in the wild / expert
Zitao Xu
dblp:356/7891
· DBLP profile ↗
6ranked-venue papers in the field
4as first author
6since 2021 · last 2026
0009-0009-4922-2011ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5 (3 first)Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Behavior-aware Attribute-infused Sequential Encoders for Next-Item RecommendationabstractWhile previous works on Multi-Behavior Sequential Recommendation (MBSR) have made great efforts to exploit the behavior types, they often fail to fully leverage the behavior and attribute information to learn different aspects of user preferences. Firstly, for predicting user preferences under target behaviors, there is considerable room for improvement by capturing both intra- and inter-behavior item transition relationships at the sequence level, as well as extracting the inter-behavior common and different aspects of a user’s preferences at each timestep based on the contextual sequential information. Secondly, in MBSR, the effect of behavior types on item attributes has not been revealed, which is very important in real-world applications since a behavior such as view representing a user’s weak preferences could not explicitly indicate the user’s interests on an attribute. To address the above two issues, we propose a novel solution called Behavior-aware Attribute-infused Sequential Encoders (BASE) . Specifically, a module named tri-path preference learning is designed to capture user multi-aspect interests via a sequence encoder, a behavior encoder and an attribute encoder. Besides, a behavior-aware dual-granularity contrastive learning module constructs sample pairs in item and attribute granularities to enhance the model’s ability to utilize potential item and attribute information. Extensive empirical studies on three public datasets show that our BASE significantly outperforms various state-of-the-art methods from five different categories. The datasets and our implementation codes are released at https://github.com/Erin-Gr/BASE . Xiaoqing Chen 0004, Yawen Luo, Zitao Xu, Weike Pan, Zhong Ming 0001 |
ACM Trans. Inf. Syst. | 3 |
| 2025 | Target Item-oriented Conditional Diffusion Differential Transformer for Next-Item PredictionabstractSequential recommendation (SR) aims to capture users' dynamic preferences based on their historical interactions and provide personalized next-item prediction. Multi-behavior SR (MBSR) further considers behavior types of user-item interactions, which can reveal diverse user interests and alleviate the data sparsity issue w.r.t. the target purchase behaviors. Most existing MBSR approaches ignore the importance of target items closely related to user interests. Moreover, they often suffer from the problem of limited vector representation capability. To tackle the above two challenges, we propose a novel solution called target item-oriented conditional diffusion differential Transformer (ICDDT). Specifically, our ICDDT introduces distribution representations via the diffusion model, allowing effective utilization of target item information during training to better capture user preferences. Firstly, our ICDDT achieves a more appropriate behavior-aware step selection in the diffusion phase by distinguishing the sampling distributions of diffusion steps w.r.t. behavior types. Secondly, our ICDDT introduces three conditions of interaction sequences, target behaviors and diffusion steps into the reverse phase to guide the training of the differential Transformer-based approximator, generating denoised target item representations as user personalized interests. Finally, our ICDDT sets an inference step truncation factor to fit the diffusion step sampling distributions and accelerate the inference process. We conduct extensive experiments on two real-world datasets, where the results show that our ICDDT significantly outperforms all baselines on all metrics. The datasets, source codes and scripts are available at https://github.com/Erin-Gr/ICDDT. Xiaoqing Chen 0004, Zitao Xu, Weike Pan, Zhong Ming 0001 |
CIKM | 2 |
| 2025 | Heterogeneous Graph Transfer Learning for Category-aware Cross-Domain Sequential RecommendationabstractCross-domain sequential recommendation (CDSR) is proposed to alleviate the data sparsity issue while capturing users' sequential preferences. However, most existing methods do not explore the item transition patterns across different domains and can also not be applied to a multi-domain scenario.Moreover, previous methods rely on overlapping users as bridges to transfer knowledge, which struggles to capture the complex associations across domains without sufficient overlapping users. In this paper, we introduce item attributes into CDSR, and propose a heterogeneous graph transfer learning method to address these issues.Specifically, we construct a cross-domain heterogeneous graph to allow the association of user, item, and category nodes from different domains,and enhance the flexibility of the model by enabling message propagation between more nodes through edge expansion based on the semantic similarity and co-occurrence probability.In addition, we devise meta-paths from different perspectives for nodes at item, user and category levels to guide information aggregation, which can transfer knowledge across domains and reduce the reliance on the number of overlapping users.We further design attention modules to capture users' dynamic preferences from the item sequences they have interacted with in each domain, and explore the transition patterns within category sequences which reflect users' coarse-grained preferences.Finally, we perform knowledge transfer across different domains, and predict the most likely items that users will interact with in each domain. Extensive empirical studies on three real-world datasets indicate that our HGTL significantly outperforms the state-of-the-art baselines in all cases. Zitao Xu, Xiaoqing Chen 0004, Weike Pan, Zhong Ming 0001 |
WWW | 1 |
| 2025 | A Multi-view Graph Contrastive Learning Framework for Cross-Domain Sequential RecommendationabstractCross-domain sequential recommendation aims to alleviate the sparsity problem while capturing users’ sequential preferences. However, most existing methods learn the user preferences in each domain separately, and then perform knowledge transfer between them to associate two separated domains, which neglects the item transition patterns across sequences from different domains. Moreover, the sparsity problem still exists since some items in the target and source domains are interacted with only a limited number of times. To address these issues, in this paper we propose a generic framework named multi-view graph contrastive learning (MGCL). Specifically, we tackle the problem from the perspective of an intra-domain item representation view and an inter-domain user preference view. From the former view, we adopt the contrastive mechanism to jointly learn the dynamic sequential information in a user sequence graph and the static collaborative information in the cross-domain global graph, while the latter view is to capture the complementary information of the user’s preferences from different domains. Considering that there are multiple domains in real-world scenarios, we further extend MGCL to MGCL+ for multi-domain sequential recommendation and design multi-domain adaptive gated networks to alleviate the negative transfer problem. Extensive empirical studies on three real-world datasets demonstrate that our MGCL and MGCL+ significantly outperforms the state-of-the-art methods. Zitao Xu, Shu Chen 0002, Weike Pan, Zhong Ming 0001 |
Trans. Recomm. Syst. | 1 |
| 2024 | Transfer learning in cross-domain sequential recommendation
Zitao Xu, Weike Pan, Zhong Ming 0001 |
Inf. Sci. | 1 |
| 2023 | A Multi-view Graph Contrastive Learning Framework for Cross-Domain Sequential RecommendationabstractSequential recommendation methods play an irreplaceable role in recommender systems which can capture the users’ dynamic preferences from the behavior sequences. Despite their success, these works usually suffer from the sparsity problem commonly existed in real applications. Cross-domain sequential recommendation aims to alleviate this problem by introducing relatively richer source-domain data. However, most existing methods capture the users’ preferences independently of each domain, which may neglect the item transition patterns across sequences from different domains, i.e., a user’s interaction in one domain may influence his/her next interaction in other domains. Moreover, the data sparsity problem still exists since some items in the target and source domains are interacted with only a limited number of times. To address these issues, in this paper we propose a generic framework named multi-view graph contrastive learning (MGCL). Specifically, we adopt the contrastive mechanism in an intra-domain item representation view and an inter-domain user preference view. The former is to jointly learn the dynamic sequential information in the user sequence graph and the static collaborative information in the cross-domain global graph, while the latter is to capture the complementary information of the user’s preferences from different domains. Extensive empirical studies on three real-world datasets demonstrate that our MGCL significantly outperforms the state-of-the-art methods. Zitao Xu, Weike Pan, Zhong Ming 0001 |
RecSys | 1 |