VLDB 2026 Research / reviewers in the wild / expert
Wei Zhou 0028
dblp:69/5011-28
· DBLP profile ↗
26ranked-venue papers in the field
2as first author
23since 2021 · last 2026
0000-0003-0839-8773ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 10 (1 first)Data Mining & Knowledge Discovery · 6Knowledge Engineering, Semantic Web & Information Systems · 6 (1 first)Database Systems & Data Management · 4
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Balanced Frequency Decoupling: Energy-Aware Multi-Scale Preference Modeling for Sequential RecommendationabstractFrequency-domain sequential recommendation models enhance sequence representation capacity through spectral transformations. However, existing methods typically adopt coarse-grained spectrum reweighting strategies that strengthen high-frequency components while amplifying random noise within frequency bands. Moreover, they generally rely on a coupled modeling mechanism that handles both long-term and short-term preferences within a single backbone network, lacking dedicated modeling paths tailored to their distinct temporal characteristics. To address these challenges, we propose a Balanced Frequency Decoupling Sequential Recommendation model (BFDRec). Specifically, we design an energy-aware spectrum denoising mechanism to adaptively suppress low-energy noises according to the energy distribution within each frequency band while preserving salient behavioral fluctuation signals. Additionally, we construct a multi-scale decoupled architecture to model users' multi-scale preferences and adaptively integrate them through a dynamic gating mechanism, aligning the sequence modeling process with the distinct temporal characteristics of different frequency bands. Extensive experiments across five real-world datasets demonstrate that BFDRec effectively achieves noise suppression and accurate multi-scale preference modeling, with average improvements of 6.67% and 5.05% in HR and NDCG, respectively, over advanced baseline models. Our code is available at https://anonymous.4open.science/r/BFDRec. Jiahao Hu 0005, Wei Zhou 0028, Junlin Zhu 0001, Junhao Wen 0001, Hongyu Zhang 0002 |
SIGIR | 2 |
| 2026 | Double Enhancement Framework for Long-Tail RecommendationabstractThe long-tail recommendation problem remains a significant challenge in modern recommender systems, primarily due to data sparsity and popularity bias, which hinder the accurate ID representation of users and items. Recent advancements in large language models (LLMs) have enabled the direct modeling of user and item semantic representations, offering potential improvements in representation learning through the alignment of these two types of representations. However, systems relying on LLM representation alignment face two critical challenges: (1) the substantial differences between LLMs and recommendation models in terms of training objectives, phases, and data; (2) the pervasive popularity bias in collaborative data. These challenges create a semantic gap between ID representations and semantic representations. Directly aligning these representations risks introducing recommendation-irrelevant noise, disrupting the collaborative information embedded in ID representations, and ultimately leading to suboptimal recommendation outcomes. To address this gap, we propose DeltaRec, aDouble-enhancement framework forlong-tailRecommendation. DeltaRec tackles the long-tail recommendation problem through two approaches. First, it incorporates semantic information for all items. Second, it provides additional supervision signals specifically for long-tail items. The framework begins by disentangling ID representations into interest representations and conformity representations. To integrate semantic information from LLMs while preserving popularity information, we design a contrastive learning-based semantic alignment module that aligns interest representations with semantic representations. Furthermore, to enhance the representation learning of unpopular items, we introduce a ranking-based behavior alignment module, which provides additional supervision signals for these items. To avoid introducing recommendation-irrelevant noise and disrupting collaborative semantics due to excessive alignment, we propose a curriculum learning-based training mechanism. Extensive experiments on real-world datasets demonstrate that DeltaRec effectively mitigates popularity bias and significantly improves long-tail recommendation performance without relying on prior knowledge of popularity distributions. Our code is available athttps://github.com/leo0481/DeltaRec/E3D7. Wei Zhou 0028, Junhao Wen 0001, Min Gao 0001, Jun Zeng 0003, Min Yang 0007 |
IEEE Trans. Knowl. Data Eng. | 2 |
| 2026 | Representation-Enhanced Cascading Multi-Level Interest Learning for Multi-Behavior RecommendationabstractMulti-behavior recommendation leverages multiple user-item interaction information to alleviate data sparsity. Although different types of user-item interactions are temporally mutually exclusive, the sequence of behavioral interactions consisting of multi-level positive feedback signals contains rich information. However, most existing studies have unilaterally focused on the positive utility of auxiliary behaviors, ignoring multi-level user preference information. Effectively fusing multi-behavioral data and better modeling behavioral dependencies are urgent problems that need to be addressed for multi-behavior recommendation. We propose the p arallel learning of p ositive and n egative interests with an a uxiliary-view r epresentation e nhancement (PPN-ARE) scheme for multi-level user interest learning based on multi-behavioral interaction sequences. Specifically, multi-level positive and negative feedback view chains are constructed from multi-behavioral sequence data to learn multi-level user interests. User preference evolution is simulated during multi-behavior interactions using residual connections, and the shortcomings of the cascading structure used for higher-order graph learning are analytically highlighted. The influence of low-quality embeddings of auxiliary behaviors is filtered, and the learning of target behaviors is optimized by designing a representation enhancement layer. Finally, the model is optimized using a multi-task training framework. The experimental results indicate that PPN-ARE significantly improved over the state-of-the-art (SOTA). The open source code is available at https://github.com/lhybq/PPN-ARE . Wei Zhou 0028, Fengji Luo, Junhao Wen 0001, Hongyu Zhang 0002 |
ACM Trans. Inf. Syst. | 3 |
| 2025 | MCKP: Multi-aspect contextual knowledge-enhanced prompting for conversational recommender systems
Yihao Zhang 0002, Junlin Zhu 0001, Wei Zhou 0028 |
Inf. Sci. | 5 |
| 2025 | User multi-dimensional prior preferences adaptive balancing based next POI recommendation
Chenghua Duan, Wei Zhou 0028, Junhao Wen 0001 |
Knowl. Inf. Syst. | 2 |
| 2025 | MA-GCL4SR: Improving Graph Contrastive Learning-Based Sequential Recommendation with Model AugmentationabstractSequential recommendation (SR) has leveraged the advantages of graph contrastive learning (GCL) to enhance the representation of SR, which mitigates to some extent the constraint of scarce labeled data for supervision in SR. Existing work applies general graph data augmentation strategies to generate positive sample pairs, then further representation learning is conducted through a shared graph neural network. In this study, we identify limitations in applying traditional GCL to sequential recommendation: after the data augmentation, the shared graph neural network architecture used for feature learning fails to supply sufficiently diverse contrastive views, which are necessary to effectively identify and focus on the key information that is truly relevant for sequential recommendation. To ease this limitation, we propose a novel framework named Model Augmented Graph Contrastive Learning for Sequential Recommendation (MA-GCL4SR), which emphasizes modifying the internal architectures of the graph neural network through the use of model augmentation strategies, rather than focusing on making improvements during the data augmentation phase before encoding. Thereby, we construct a non-shared view encoder for SR, enriching the samples of user’s interaction sequences and strengthen the stability of the augmented sequence. Extensive experiments on four real-world datasets confirm the effectiveness of the proposed MA-GCL4SR paradigm, showcasing its consistent ability to elevate model performance across various real-world scenarios. Shigen Liao, Wei Zhou 0028 |
ACM Trans. Knowl. Discov. Data | 4 |
| 2025 | Mask Diffusion-Based Contrastive Learning for Knowledge-Aware RecommendationabstractKnowledge-aware recommendations improve performance by using knowledge graphs as auxiliary information. Recently, researchers have introduced the contrastive learning paradigm in knowledge-aware recommendations to enhance representation learning. However, most contrastive learning methods rely on manually or randomly generated knowledge views, making it challenging to generalize to different data distributions and alleviate knowledge noise effects. To solve these issues, we propose a mask diffusion-based contrastive learning method for knowledge-aware recommendation. Specifically, we apply local masked input to the diffusion model, using a mask prediction paradigm to adaptively generate views from both global and local perspectives, thereby enhancing the model's generalization capability across different data distributions. Additionally, we propose a conditional inference process, leveraging user intentions to provide reasonable denoising guidance. At the same time, we design a collaborative knowledge diffusion loss aimed at improving the consistency between generated data and user behavior patterns. In this way, we combine the diffusion model with contrastive learning for the knowledge-aware recommendation, which can improve the generalization ability of the model. Our experimental results on four datasets show the effectiveness of our model. The implementation code is available athttps://github.com/haomiaocqut/ReSys_KMDCL. Kaibei Li, Yihao Zhang 0002, Wei Zhou 0028 |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2025 | Multi-view Intent Learning and Alignment with Large Language Models for Session-based RecommendationabstractSession-based recommendation (SBR) methods often rely on user behavior data, which can struggle with the sparsity of session data, limiting performance. Researchers have identified that beyond behavioral signals, rich semantic information in item descriptions is crucial for capturing hidden user intent. While Large Language Models (LLMs) offer new ways to leverage this semantic data, the challenges of session anonymity, short-sequence nature, and high LLM training costs have hindered the development of a lightweight, efficient LLM framework for SBR. To address the above challenges, we propose an LLM-enhanced SBR framework that integrates semantic and behavioral signals from multiple views. This two-stage framework leverages the strengths of both LLMs and traditional SBR models while minimizing training costs. In the first stage, we use multi-view prompts to infer latent user intentions at the session semantic level, supported by an intent localization module to alleviate LLM hallucinations. In the second stage, we align and unify these semantic inferences with behavioral representations, effectively merging insights from both large and small models. Extensive experiments on two real datasets demonstrate that the LLM4SBR framework can effectively improve model performance. We release our codes along with the baselines at https://github.com/tsinghua-fib-lab/LLM4SBR . Shutong Qiao, Wei Zhou 0028, Junhao Wen 0001, Chen Gao 0001, Qun Luo, Peixuan Chen, Yong Li 0008 |
ACM Trans. Inf. Syst. | 2 |
| 2024 | Multiple hypergraph convolutional network social recommendation using dual contrastive learning
Wei Zhou 0028, Junhao Wen 0001, Shutong Qiao |
Data Min. Knowl. Discov. | 2 |
| 2024 | SCFL: Spatio-temporal consistency federated learning for next POI recommendation
Jun Zeng 0003, Wei Zhou 0028, Junhao Wen 0001 |
Inf. Process. Manag. | 4 |
| 2024 | SFL: A semantic-based federated learning method for POI recommendation
Xunan Dong, Jun Zeng 0003, Junhao Wen 0001, Min Gao 0001, Wei Zhou 0028 |
Inf. Sci. | 5 |
| 2024 | EML: Emotion-Aware Meta Learning for Cross-Event False Information DetectionabstractModern social media’s development has dramatically changed how people obtain information. However, the wide dissemination of various false information has severe detrimental effects. Accordingly, many deep learning-based methods have been proposed to detect false information and achieve promising results. However, these methods are unsuitable for new events due to the extremely limited labeled data and their discrepant data distribution to existing events. Domain adaptation methods have been proposed to mitigate these problems. However, their performance is suboptimal because they are not sensitive to new events due to they aim to align the domain information between existing events, and they hardly capture the fine-grained difference between real and fake claims by only using semantic information. Therefore, we propose a novel Emotion-aware Meta Learning (EML) approach for cross-event false information early detection, which deeply integrates emotions in meta learning to find event-sensitive initialization parameters that quickly adapt to new events. EML is non-trivial and faces three challenges: (1) How to effectively model semantic and emotional features to capture fine-grained differences? (2) How to reduce the impact of noise in meta learning based on semantic and emotional features? (3) How to detect the false information in a zero-shot detection scenario, i.e., no labeled data for new events? To tackle these challenges, firstly, we construct the emotion-aware meta tasks by selecting claims with similar and opposite emotions to the target claim other than usually used random sampling. Secondly, we propose a task weighting method and event-adaptation meta tasks to further improve the model’s robustness and generalization ability for detecting new events. Finally, we propose a weak label annotation method to extend EML to zero-shot detection according to the calculated labels’ confidence. Extensive experiments on real-world datasets show that the EML achieves superior performances on false information detection for new events. Yinqiu Huang, Min Gao 0001, Kai Shu, Chenghua Lin 0002, Jia Wang 0055, Wei Zhou 0028 |
ACM Trans. Knowl. Discov. Data | 6 |
| 2023 | CLSPRec: Contrastive Learning of Long and Short-term Preferences for Next POI RecommendationabstractNext point-of-interest (POI) recommendation optimizes user travel experiences and enhances platform revenues by providing users with potentially appealing next location choices. In recent research, scholars have successfully mined users' general tastes and varying interests by modeling long-term and short-term check-in sequences. However, conventional methods for long and short-term modeling predominantly employ distinct encoders to process long and short-term interaction data independently, with disparities in encoders and data limiting the ultimate performance of these models. Instead, we propose a shared trajectory encoder and a novel Contrastive learning of Long and Short-term Preferences for next POI Recommendation (CLSPRec) model to better utilize the preference similarity among the same users and distinguish different users' travel preferences for more accurate next POI prediction. CLSPRec adopts a masking strategy in long-term sequences to enhance model robustness and further strengthens user representation through short-term sequences. Extensive experiments on three real-world datasets validate the superiority of our model. Our code is publicly available at https://github.com/Wonderdch/CLSPRec. Chenghua Duan, Wei Zhou 0028, Junhao Wen 0001 |
CIKM | 3 |
| 2023 | Bi-channel Multiple Sparse Graph Attention Networks for Session-based RecommendationabstractSession-based Recommendation (SBR) has recently received significant attention due to its ability to provide personalized recommendations based on the interaction sequences of anonymous session users. The challenges facing SBR consist mainly of how to utilize information other than the current session and how to reduce the negative impact of irrelevant information in the session data on the prediction. To address these challenges, we propose a novel graph attention network-based model called Multiple Sparse Graph Attention Networks (MSGAT). MSGAT leverages two parallel channels to model intra-session and inter-session information. In the intra-session channel, we utilize a gated graph neural network to perform initial encoding, followed by a self-attention mechanism to generate the target representation. The global representation is then noise-reduced based on the target representation. Additionally, the target representation is used as a medium to connect the two channels. In the inter-session channel, the noise-reduced relation representation is generated using the global attention mechanism of target perception. Moreover, MSGAT fully considers session similarity from the intent perspective by integrating valid information from both channels. Finally, the intent neighbor collaboration module effectively combines relevant information to enhance the current session representation. Extensive experiments on five datasets demonstrate that simultaneous modeling of intra-session and inter-session data can effectively enhance the performance of the SBR model. Shutong Qiao, Wei Zhou 0028, Junhao Wen 0001, Hongyu Zhang 0002, Min Gao 0001 |
CIKM | 2 |
| 2023 | Spatio-Temporal Position-Extended and Gated-Deep Network for Next POI Recommendation
Pengxiang Lan, Yihao Zhang 0002, Haoran Xiang, Wei Zhou 0028 |
DASFAA (2) | 5 |
| 2023 | Meta-relation assisted knowledge-aware coupled graph neural network for recommendation
Yao Chang, Wei Zhou 0028, Haini Cai, Linfeng Hu, Junhao Wen 0001 |
Inf. Process. Manag. | 2 |
| 2023 | Enhancing sequential recommendation with contrastive Generative Adversarial Network
Shuang Ni, Wei Zhou 0028, Junhao Wen 0001, Linfeng Hu, Shutong Qiao |
Inf. Process. Manag. | 2 |
| 2023 | Noise-reducing graph neural network with intent-target co-action for session-based recommendation
Shutong Qiao, Wei Zhou 0028, Fengji Luo, Junhao Wen 0001 |
Inf. Process. Manag. | 2 |
| 2023 | LSIAN: Exploiting interval interests for session-based recommendation via sparse attention network
Xinyu Xiao, Wei Zhou 0028, Junhao Wen 0001 |
Inf. Sci. | 2 |
| 2023 | Asymmetrical Attention Networks Fused Autoencoder for Debiased RecommendationabstractPopularity bias is a massive challenge for autoencoder-based models, which decreases the level of personalization and hurts the fairness of recommendations. User reviews reflect their preferences and help mitigate bias or unfairness in the recommendation. However, most existing works typically incorporate user (item) reviews into a long document and then use the same module to process the document in parallel. Actually, the set of user reviews is completely different from the set of item reviews. User reviews are heterogeneous in that they reflect a variety of items purchased by users, while item reviews are only related to the item itself and are thus typically homogeneous. In this article, a novel asymmetric attention network fused with autoencoders is proposed, which jointly learns representations from the user and item reviews and implicit feedback to perform recommendations. Specifically, we design an asymmetric attentive module to capture rich representations from user and item reviews, respectively, which solves data sparsity and explainable problems. Furthermore, to further address popularity bias, we apply a noise-contrastive estimation objective to learn high-quality “de-popularity” embedding via the decoder structure. A series of extensive experiments are conducted on four benchmark datasets to show that leveraging user review information can eliminate popularity bias and improve performance compared to various state-of-the-art recommendation techniques. Yihao Zhang 0002, Chu Zhao, Weiwen Liao, Wei Zhou 0028 |
ACM Trans. Intell. Syst. Technol. | 4 |
| 2023 | Knowledge Enhanced Graph Neural Networks for Explainable RecommendationabstractRecently, explainable recommendation has attracted increasing attentions, which can make the recommender system more transparent and improve user satisfactions by recommending products with useful explanations. However, existing methods trend to trade-off between the recommendation accuracy and the interpretability of recommendation results. In this manuscript, we propose Knowledge Enhanced Graph Neural Networks (KEGNN) for explainable recommendation. Semantic knowledge from the external knowledge base is leveraged into representation learning of three sides, respectively user, items and user-item interactions, and the knowledge enhanced semantic embedding are exploited to initialize the user/item entities and user-item relations of one constructed user behavior graph. We design a graph neural networks based user behavior learning and reasoning model to perform both semantic and relational knowledge propagation and reasoning over the user behavior graph for comprehensive understanding of user behaviors. On the top of comprehensive representations of users/items and user-item interactions, hierarchical neural collaborative filtering layers are developed for precise rating prediction, and one generation-mode and copy-mode combined generator is devised for human-like semantic explanation generation by integrating the copy mechanism into gated recurrent neural networks. Quantitative and qualitative results demonstrate the superiority of KEGNN over the state-of-art methods, and the explainability and interpretability of our method. Ziyu Lyu, Yue Wu 0013, Junjie Lai, Min Yang 0007, Chengming Li 0004, Wei Zhou 0028 |
IEEE Trans. Knowl. Data Eng. | 6 |
| 2022 | LCAN: Light Cross-Attention Network for Collaborative Filtering Recommendation
Wei Zhou 0028, Junhao Wen 0001, Yihao Zhang 0002, Yu Wang 0267 |
PAKDD (1) | 2 |
| 2022 | SocialLGN: Light graph convolution network for social recommendation
Wei Zhou 0028, Fengji Luo, Junhao Wen 0001, Min Gao 0001, Xiuhua Li 0001, Jun Zeng 0003 |
Inf. Sci. | 2 |
| 2015 | Personalized Recommendation System Based on Support Vector Machine and Particle Swarm OptimizationabstractPersonalized recommendation system (PRS) is an effective tool to automatically extract meaningful information from the big data of the users. Collaborative filtering is one of the most widely used personalized recommendation techniques to recommend the personalized products for users. In this paper, a PRS model based on the support vector machine (SVM) is proposed. The proposed model not only considers the items’ content information, but also the users’ demographic and behavior information to fully capture the users’ interests and preferences. Meanwhile, an improved particle swarm optimization (PSO) algorithm is applied to optimize the SVM’s learning parameters. The efficiency of the proposed method is verified by multiple benchmark datasets. Xibin Wang, Junhao Wen 0001, Fengji Luo, Wei Zhou 0028, Haijun Ren |
KSEM | 4 |
| 2015 | A Shilling Attack Detection Method Based on SVM and Target Item Analysis in Collaborative Filtering Recommender SystemsabstractThe open nature of recommender systems makes them vulnerable to shilling attacks. Biased ratings are introduced in order to affect recommendations, have been shown to cause great harm to collaborative filtering algorithms. Most of previous research focuses on the differences between genuine profiles and attack profiles, ignoring the group characteristics in an attack. There exists class unbalance problems in SVM based detecting methods, that is, the detecting performance is not good when the amount of samples of attack profiles in training set is small. In this paper, we study the use of SVM based method and group characteristics in attack profiles to detect attack profiles. Based on this, a two phase detecting method SVM-TIA is proposed. In the first phase, Borderline-SMOTE method is used to alleviate the class unbalance problem in classification; a rough detecting result is obtained in this phase; the second phase is a fine-tuning phase whereby the target items in the potential attack profiles set are analysed. We conduct experiments on the MovieLens 100K Dataset and compare the performance of SVM-TIA with other shilling detecting methods to demonstrate the effectiveness of the proposed approach. Wei Zhou 0028, Junhao Wen 0001, Min Gao 0001, Ling Liu 0001, Haini Cai, Xibin Wang |
KSEM | 1 |
| 2014 | Detection of abnormal profiles on group attacks in recommender systemsabstractRecommender systems using Collaborative Filtering techniques are capable of make personalized predictions. However, these systems are highly vulnerable to profile injection attacks. Group attacks are attacks that target a group of items instead of one, and there are common attributes among these items. Such profiles will have a good probability of being similar to a large number of user profiles, making them hard to detect. We propose a novel technique for identifying group attack profiles which uses an improved metric based on Degree of Similarity with Top Neighbors (DegSim) and Rating Deviation from Mean Agreement (RDMA). We also extend our work with a detailed analysis of target item rating patterns. Experiments show that the combined methods can improve detection rates in user-based recommender systems. Wei Zhou 0028, Yun Sing Koh, Junhao Wen 0001, Shafiq Alam, Gillian Dobbie |
SIGIR | 1 |