Lei Chen 0079

dblp:09/3666-79 · DBLP profile ↗
← Back
9ranked-venue papers in the field
5as first author
8since 2021 · last 2026
0000-0002-5537-8989ORCID · conflict

Domains — venue-derived; a paper can count in several

Data Mining & Knowledge Discovery · 5 (3 first)Information Retrieval & Web Search · 4 (2 first)
YearPublicationVenuePosition
2026 Global community deception via a cooperative evolutionary genetic algorithm based on an elite population
Guixiang Zhu, Lei Chen 0079, Haobin Cao, Fumin Ma, Shuxin Yang, Baizhen Chen
Knowl. Inf. Syst.2
2025 Partial Multi-Label Learning via Exploiting Instance and Label Correlations
abstract
The goal of partial multi-label learning is to induce a multi-label classifier from partial multi-label data where each instance is annotated with a number of candidate labels but only a subset of them are valid. Many of the existing studies either fail to fully utilize instance and label correlations to eliminate noisy labels or build an over-simplified multi-label classifier, both of which are unfavorable for the improvement of generalization performance. In this article, we put forward a novel model named P ml-ilc to learn a multi-label classifier from partial multi-label data. Specifically, P ml-ilc first encodes instances and labels into a compact semantic space and takes full advantage of instance and label correlations to eliminate noisy labels. Then, it induces a linear mapping from the feature space to the label space while exploiting label-specific features and instance correlations to facilitate the multi-label classifier learning process. Finally, the above two steps are combined into a joint optimization problem and an efficient alternating optimization procedure is developed to find a satisfactory solution. Extensive experiments show that P ml-ilc achieves superior performance on both real-world and synthetic partial multi-label datasets in terms of different evaluation metrics.
Weichao Liang, Guangliang Gao, Lei Chen 0079, Youquan Wang
ACM Trans. Knowl. Discov. Data3
2024 Temporal Preference and Knowledge-Aware Collaborative Attentive Network for Electrical Material Recommendation
Lei Chen 0079, Guixiang Zhu, Jie Cao 0001, Weiping Qin, Yihan Chen 0007, Yiheng Lu
WISE (3)2
2024 Keywords-enhanced Contrastive Learning Model for travel recommendation
Lei Chen 0079, Guixiang Zhu, Weichao Liang, Jie Cao 0001, Yihan Chen 0007
Inf. Process. Manag.1
2023 Trip Reinforcement Recommendation with Graph-based Representation Learning
abstract
Tourism is an important industry and a popular leisure activity involving billions of tourists per annum. One challenging problem tourists face is identifying attractive Places-of-Interest (POIs) and planning the personalized trip with time constraints. Most of the existing trip recommendation methods mainly consider POI popularity and user preferences, and focus on the last visited POI when choosing the next POI. However, the visit patterns and their asymmetry property have not been fully exploited. To this end, in this article, we present a GRM-RTrip (short for G raph-based R epresentation M ethod for R einforce Trip Recommendation) framework. GRM-RTrip learns POI representations from incoming and outgoing views to obtain asymmetric POI-POI transition probability via POI-POI graph networks, and then fuses the trained POI representation into a user-POI graph network to estimate user preferences. Finally, after formulating the personalized trip recommendation as a Markov Decision Process (MDP), we utilize a reinforcement learning algorithm for generating a personalized trip with maximal user travel experience. Extensive experiments are performed on the public datasets and the results demonstrate the superiority of GRM-RTrip compared with the state-of-the-art trip recommendation methods.
Lei Chen 0079, Jie Cao 0001, Haicheng Tao, Jia Wu 0001
ACM Trans. Knowl. Discov. Data1
2023 Keywords-enhanced Deep Reinforcement Learning Model for Travel Recommendation
abstract
Tourism is an important industry and a popular entertainment activity involving billions of visitors per annum. One challenging problem tourists face is identifying satisfactory products from vast tourism information. Most of travel recommendation methods regard the recommendation procedure as a static process and only focus on immediate rewards. Meanwhile, they often infer user intensions from click behaviors and ignore the informative keywords of the clicked products. To this end, in this article, we present a Keywords-enhanced Deep Reinforcement Learning model (KDRL) framework. Specifically, we formalize travel recommendation as a Markov Decision Process and implement it upon the Actor–Critic framework. It integrates keyword information into the reinforcement learning–(RL) based recommendation framework by devising novel state representation and reward function and learns the travel recommendation and keywords generation simultaneously. To the best of our knowledge, this is the first time that keywords are explicitly discussed and used in RL-based travel recommendations. Extensive experiments are performed on the real-world datasets and the results clearly show the superior performance of KDRL compared with the baseline methods.
Lei Chen 0079, Jie Cao 0001, Weichao Liang, Jia Wu 0001, Qiaolin Ye
ACM Trans. Web1
2023 A Multi-Task Graph Neural Network with Variational Graph Auto-Encoders for Session-Based Travel Packages Recommendation
abstract
Session-based travel packages recommendation aims to predict users’ next click based on their current and historical sessions recorded by Online Travel Agencies (OTAs). Recently, an increasing number of studies attempted to apply Graph Neural Networks (GNNs) to the session-based recommendation and obtained promising results. However, most of them do not take full advantage of the explicit latent structure from attributes of items, making learned representations of items less effective and difficult to interpret. Moreover, they only combine historical sessions (long-term preferences) with a current session (short-term preference) to learn a unified representation of users, ignoring the effects of historical sessions for the current session. To this end, this article proposes a novel session-based model named STR-VGAE, which fills subtasks of the travel packages recommendation and variational graph auto-encoders simultaneously. STR-VGAE mainly consists of three components: travel packages encoder , users behaviors encoder , and interaction modeling . Specifically, the travel packages encoder module is used to learn a unified travel package representation from co-occurrence attribute graphs by using multi-view variational graph auto-encoders and a multi-view attention network. The users behaviors encoder module is used to encode user’ historical and current sessions with a personalized GNN, which considers the effects of historical sessions on the current session, and coalesce these two kinds of session representations to learn the high-quality users’ representations by exploiting a gated fusion approach. The interaction modeling module is used to calculate recommendation scores over all candidate travel packages. Extensive experiments on a real-life tourism e-commerce dataset from China show that STR-VGAE yields significant performance advantages over several competitive methods, meanwhile provides an interpretation for the generated recommendation list.
Guixiang Zhu, Jie Cao 0001, Lei Chen 0079, Youquan Wang, Zhan Bu, Shuxin Yang, Jianqing Wu 0002
ACM Trans. Web3
2021 Attentive multi-task learning for group itinerary recommendation
Lei Chen 0079, Jie Cao 0001, Huanhuan Chen 0001, Weichao Liang, Haicheng Tao, Guixiang Zhu
Knowl. Inf. Syst.1
2020 Travel Recommendation via Fusing Multi-Auxiliary Information into Matrix Factorization
abstract
As an e-commerce feature, the personalized recommendation is invariably highly-valued by both consumers and merchants. The e-tourism has become one of the hottest industries with the adoption of recommendation systems. Several lines of evidence have confirmed the travel-product recommendation is quite different from traditional recommendations. Travel products are usually browsed and purchased relatively infrequently compared with other traditional products (e.g., books and food), which gives rise to the extreme sparsity of travel data. Meanwhile, the choice of a suitable travel product is affected by an army of factors such as departure, destination, and financial and time budgets. To address these challenging problems, in this article, we propose a Probabilistic Matrix Factorization with Multi-Auxiliary Information (PMF-MAI) model in the context of the travel-product recommendation. In particular, PMF-MAI is able to fuse the probabilistic matrix factorization on the user-item interaction matrix with the linear regression on a suite of features constructed by the multiple auxiliary information. In order to fit the sparse data, PMF-MAI is built by a whole-data based learning approach that utilizes unobserved data to increase the coupling between probabilistic matrix factorization and linear regression. Extensive experiments are conducted on a real-world dataset provided by a large tourism e-commerce company. PMF-MAI shows an overwhelming superiority over all competitive baselines on the recommendation performance. Also, the importance of features is examined to reveal the crucial auxiliary information having a great impact on the adoption of travel products.
Lei Chen 0079, Zhiang Wu 0001, Jie Cao 0001, Guixiang Zhu, Yong Ge 0001
ACM Trans. Intell. Syst. Technol.1