VLDB 2026 Research / reviewers in the wild / expert
Li Chen 0009
dblp:c/LiChen9
· DBLP profile ↗
50ranked-venue papers in the field
8as first author
27since 2021 · last 2026
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 36 (7 first)Data Mining & Knowledge Discovery · 10 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 2Other / Interdisciplinary · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | The Double-Edged Sword of Knowledge Transfer: Diagnosing and Curing Fairness Pathologies in Cross-Domain RecommendationabstractCross-domain recommendation (CDR) offers an effective strategy for improving recommendation quality in a target domain by leveraging auxiliary signals from source domains. Nonetheless, emerging evidence shows that CDR can inadvertently heighten group-level unfairness. In this work, we conduct a comprehensive theoretical and empirical analysis to uncover why these fairness issues arise. Specifically, we identify two key challenges: (i) Cross-Domain Disparity Transfer, wherein existing group-level disparities in the source domain are systematically propagated to the target domain; and (ii) Unfairness from Cross-Domain Information Gain, where the benefits derived from cross-domain knowledge are unevenly allocated among distinct groups. Yuhan Zhao 0001, Weixin Chen 0001, Li Chen 0009, Weike Pan |
WWW | 3 |
| 2026 | Matryoshka Representation Learning for Recommendation with Layer- and Hardness-Adaptive Negative SamplingabstractRepresentation learning is essential for deep-neural-network-based recommender systems to capture user preferences and item features within fixed-dimensional user and item vectors. Unlike existing representation learning methods that either treat each user preference and item feature uniformly or categorize them into discrete clusters, we argue that in the real world, user preferences and item features are naturally expressed and organized in a hierarchical manner, leading to a new direction for representation learning. In this article, we introduce a novel matryoshka representation learning method for recommendation (MRL4Rec) , by which we restructure user and item vectors into matryoshka representations with nested vector spaces to explicitly represent user preferences and item features at different hierarchical layers. We theoretically establish that training with the same triplets for each sliced vector cannot guarantee representation learning with hierarchical structures. Subsequently, we propose the layer- and hardness-adaptive negative sampling (LHANS) mechanism to construct training triplets, which further ensures the soundness of learned matryoshka representations in capturing hierarchical user preferences and item features. The experiments demonstrate that MRL4Rec can consistently and substantially outperform a number of state-of-the-art competitors on several real-life datasets. Our code is publicly available at https://github.com/Riwei-HEU/MRL . Riwei Lai, Li Chen 0009, Weixin Chen 0001, Rui Chen 0012 |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2026 | Investigating User-Side Fairness in Outcome and Process for Multi-Type Sensitive Attributes in RecommendationsabstractRecommender systems have been popularly employed to address information overload problems for users, for which unfairness issues are essential to be mitigated. Current user-side fairness studies in recommendations aim to ensure the independence of users’ sensitive attributes in terms of outcome or process . Specifically, the former emphasizes the outcome metric equity across user groups based on sensitive attributes, for which regularization has been proposed as a typical approach to reducing the recommendation imbalance among them. The latter process fairness focuses on independence between sensitive attributes and recommendations in the process, for which adversarial learning has been popularly adopted to remove sensitive information from user representation for individual users. However, little work has investigated the effects of these methods on balancing both group-level outcome fairness and individual-level process fairness in a particular scenario. Moreover, existing experiments have primarily been performed on one type of user attributes, e.g., behavioral attributes or demographic attributes, but neglected other possible sensitive attributes such as psychological attributes. In this article, we have investigated both outcome and process fairness performance of regularization and adversarial learning methods over multiple types of sensitive attributes, including behavioral (e.g., activity level), demographic (e.g., gender, age), and psychological attributes (e.g., big-five personality, curiosity). The experiments on four datasets show that unfairness can exist in different forms for different types of sensitive attributes, and relative to the regularization-based method, adversarial learning owns a higher potential to achieve a balance between outcome and process user-side fairness in recommendations. Our source code is available at https://github.com/WeixinChen98/OtPrFairness-MultiAttr . Weixin Chen 0001, Li Chen 0009, Yuhan Zhao 0001 |
Trans. Recomm. Syst. | 2 |
| 2026 | Improving Methodological Standards in Recommender Systems Offline EvaluationabstractOffline evaluation is the predominant method for scientific research in recommender systems, enabling the comparison of alternative recommendation approaches using pre-collected datasets and computational metrics without involving human participants. However, recent reproducibility studies reveal that many offline evaluations in the literature lack scientific rigor or adopt research practices that cast doubt on the validity of their findings. A particularly common and ultimately catastrophic flaw is the comparison of newly proposed machine learning models against untuned or poorly tuned baseline models. Combined with limited reproducibility, such practices raise serious concerns about the true progress achieved by increasingly complex recommendation algorithms. In this editorial, we argue for stronger methodological standards and summarize essential guidance and best practices for conducting rigorous offline evaluations of recommender systems. Accordingly, ACM Transactions on Recommender Systems will place increased emphasis on methodological rigor in all future submissions, with particular priority given to work that provides comprehensive reproducibility materials and clearly documents the tuning procedures used for baseline models. Dietmar Jannach, Li Chen 0009 |
Trans. Recomm. Syst. | 2 |
| 2025 | Leave No One Behind: Fairness-Aware Cross-Domain Recommender Systems for Non-Overlapping UsersabstractCross-domain recommendation (CDR) methods predominantly leverage overlapping users to transfer knowledge from a source domain to a target domain.However, through empirical studies, we uncover a critical bias inherent in these approaches: while overlapping users experience significant enhancements in recommendation quality, non-overlapping users benefit minimally and even face performance degradation.This unfairness may erode user trust, and, consequently, negatively impact business engagement and revenue.To address this issue, we propose a novel solution that generates virtual source-domain users for non-overlapping target-domain users.Our method utilizes a dual attention mechanism to discern similarities between overlapping and non-overlapping users, thereby synthesizing realistic virtual user embeddings.We further introduce a limiter component that ensures the generated virtual users align with real-data distributions while preserving each user's unique characteristics.Notably, our method is model-agnostic and can be seamlessly integrated into any CDR model.Comprehensive experiments conducted on three public datasets with five CDR baselines demonstrate that our method effectively mitigates the CDR nonoverlapping user bias, without loss of overall accuracy.Our code is publicly available at https://github.com/WeixinChen98/VUG. Weixin Chen 0001, Yuhan Zhao 0001, Li Chen 0009, Weike Pan |
RecSys | 3 |
| 2025 | Exploring the Potential of LLMs for Serendipity Evaluation in Recommender Systems
Yuhan Zhao 0001, Li Chen 0009 |
RecSys | 3 |
| 2025 | DAR: Dimension-Adaptive Recommendation with Multi-Granular Noise ControlabstractImplicit feedback has become the primary source of training data for modern recommender systems due to its abundance and ease of collection. However, the inherent noise in implicit feedback poses significant challenges to model training. Existing denoising approaches either completely remove suspected noisy interactions (re-sampling) or uniformly adjust their importance (re-weighting). Such coarse-grained treatments fail to capture the complex nature of noise in real-world scenarios, where different aspects of an interaction may have varying noise levels. Riwei Lai, Li Chen 0009, Rui Chen 0012, Chi Zhang 0060 |
SIGIR | 2 |
| 2025 | Causality-Inspired Fair Representation Learning for Multimodal RecommendationabstractRecently, multimodal recommendations (MMRs) have gained increasing attention for alleviating the data sparsity problem of traditional recommender systems by incorporating modality-based representations. Although MMR exhibits notable improvement in recommendation accuracy, we empirically validate that an increase in the quantity or variety of modalities leads to a higher degree of users’ sensitive information leakage due to entangled causal relationships, risking fair representation learning. On the other hand, existing fair representation learning approaches are mostly based on the assumption that sensitive information is solely leaked from users’ interaction data and do not explicitly model the causal relationships introduced by multimodal data, which limits their applicability in multimodal scenarios. To address this limitation, we propose a novel fair multimodal recommendation approach (dubbed FMMRec) through causality-inspired fairness-oriented modal disentanglement and relation-aware fairness learning. Particularly, we disentangle biased and filtered modal embeddings inspired by causal inference techniques, enabling the mining of modality-based unfair and fair user–user relations, thereby enhancing the fairness and informativeness of user representations. By addressing the causal effects of sensitive attributes on user preferences, our approach aims to achieve counterfactual fairness in MMRs. Experiments on two public datasets demonstrate the superiority of our FMMRec relative to the state-of-the-art baselines. Our source code is available at https://github.com/WeixinChen98/FMMRec . Weixin Chen 0001, Li Chen 0009, Yongxin Ni, Yuhan Zhao 0001 |
ACM Trans. Inf. Syst. | 2 |
| 2025 | Denoising and Augmented Negative Sampling for Collaborative FilteringabstractNegative sampling plays a crucial role in implicit-feedback-based collaborative filtering, where it leverages massive unlabeled data to generate negative signals for guiding supervised learning. The current state-of-the-art approaches focus on utilizing hard negative samples that contain more information to establish a better decision boundary. To strike a balance between efficiency and effectiveness, most existing methods adopt a two-pass approach: In the first pass, a fixed number of unobserved items are sampled using a simple static distribution, while, in the second pass, a more sophisticated negative sampling strategy is employed to select the final negative items. However, selecting negative samples solely from the original items in a dataset is inherently restricted due to the limited available choices and thus may not be able to effectively contrast positive samples. In this article, we empirically validate this observation through meticulously designed experiments and identify three major limitations of existing solutions: ambiguous trap, information discrimination, and false-negative samples. Our response to such limitations is to introduce “denoised” and “augmented” negative samples that may not exist in the original dataset. This direction renders a few substantial technical challenges. First, constructing augmented negative samples may introduce excessive noise that eventually distorts the decision boundary. Second, the scarcity of supervision signals hampers the denoising process. To this end, we introduce, to the best of our knowledge, a novel generic denoising and augmented negative sampling paradigm and provide a concrete instantiation. First, we disentangle the hard and easy factors of negative items. Then, we regulate the augmentation of easy factors by carefully considering the direction and magnitude. Next, we propose a reverse attention mechanism to learn a user’s negative preference, which allows us to perform a dimension-level denoising procedure on hard factors. Finally, we design an advanced negative sampling strategy to identify the final negative samples, taking into account both the score function used in existing methods and, to the best of our knowledge, a novel metric called synthesization gain. Through extensive experiments on real-world datasets, we demonstrate that our method substantially outperforms state-of-the-art baselines. Our code is publicly available at https://github.com/Asa9aoTK/ANS-Recbole . Yuhan Zhao 0001, Rui Chen 0012, Riwei Lai, Qilong Han, Li Chen 0009 |
Trans. Recomm. Syst. | 6 |
| 2024 | EARL: Workshop on Evaluating and Applying Recommendation Systems with Large Language ModelsabstractThis workshop aims to explore the evaluation and application of Large Language Models (LLMs) in recommendation systems (RSs), highlighting innovations, challenges, and future directions, focusing on enhancing RSs through LLM techniques such as prompting, fine-tuning, and developing conversational systems. By gathering researchers and partitioners from both academia and industry, the workshop focuses on discussing state-of-the-art techniques and addressing challenges and innovative applications in various sectors. At last, the workshop encourages research on topics including LLM integration, evaluating LLM-based RSs, transparency, and conversational RS development, aiming to set a research agenda for future RS advancements. Irene Li, Ruihai Dong, Lei Li 0042, Li Chen 0009 |
RecSys | 4 |
| 2024 | Unleashing the Retrieval Potential of Large Language Models in Conversational Recommender SystemsabstractConversational recommender systems (CRSs) aim to capture user preferences and provide personalized recommendations through interactive natural language interaction. The recent advent of large language models (LLMs) has revolutionized human engagement in natural conversation, driven by their extensive world knowledge and remarkable natural language understanding and generation capabilities. However, introducing LLMs into CRSs presents new technical challenges. Directly prompting LLMs for recommendation generation requires understanding a large and evolving item corpus, as well as grounding the generated recommendations in the real item space. On the other hand, generating recommendations based on external recommendation engines or directly integrating their suggestions into responses may constrain the overall performance of LLMs, since these engines generally have inferior representation abilities compared to LLMs. To address these challenges, we propose an end-to-end large-scale CRS model, named as ReFICR, a novel LLM-enhanced conversational recommender that empowers a retrievable large language model to perform conversational recommendation by following retrieval and generation instructions through lightweight tuning. By decomposing the complex CRS task into multiple subtasks, we formulate these subtasks into two types of instruction formats: retrieval and generation. The hidden states of ReFICR are utilized for generating text embeddings for retrieval, and simultaneously ReFICR is fine-tuned to handle generation subtasks. We optimize the contrastive objective to enhance text embeddings for retrieval and jointly fine-tune the large language model objective for generation. Our experimental results on public datasets demonstrate that ReFICR significantly outperforms baselines in terms of recommendation accuracy and response quality. Our code is publicly available at the link: https://github.com/yt556677/ReFICR. Li Chen 0009 |
RecSys | 2 |
| 2024 | Unlocking the Hidden Treasures: Enhancing Recommendations with Unlabeled DataabstractCollaborative filtering (CF) stands as a cornerstone in recommender systems, yet effectively leveraging the massive unlabeled data presents a significant challenge. Current research focuses on addressing the challenge of unlabeled data by extracting a subset that closely approximates negative samples. Regrettably, the remaining data are overlooked, failing to fully integrate this valuable information into the construction of user preferences. To address this gap, we introduce a novel positive-neutral-negative (PNN) learning paradigm. PNN introduces a neutral class, encompassing intricate items that are challenging to categorize directly as positive or negative samples. By training a model based on this triple-wise partial ranking, PNN offers a promising solution to learning complex user preferences. Through theoretical analysis, we connect PNN to one-way partial AUC (OPAUC) to validate its efficacy. Implementing the PNN paradigm is, however, technically challenging because: (1) it is difficult to classify unlabeled data into neutral or negative in the absence of supervised signals; (2) there does not exist any loss function that can handle set-level triple-wise ranking relationships. To address these challenges, we propose a semi-supervised learning method coupled with a user-aware attention model for knowledge acquisition and classification refinement. Additionally, a novel loss function with a two-step centroid ranking approach enables handling set-level rankings. Extensive experiments on four real-world datasets demonstrate that, when combined with PNN, a wide range of representative CF models can consistently and significantly boost their performance. Even with a simple matrix factorization, PNN can achieve comparable performance to sophisticated graph neutral networks. Our code is publicly available at https://github.com/Asa9aoTK/PNN-RecBole. Yuhan Zhao 0001, Rui Chen 0012, Qilong Han, Li Chen 0009 |
RecSys | 5 |
| 2024 | CRS-Que: A User-centric Evaluation Framework for Conversational Recommender SystemsabstractAn increasing number of recommendation systems try to enhance the overall user experience by incorporating conversational interaction. However, evaluating conversational recommender systems (CRSs) from the user’s perspective remains elusive. The GUI-based system evaluation criteria may be inadequate for their conversational counterparts. This article presents our proposed unifying framework, CRS-Que , to evaluate the user experience of CRSs. This new evaluation framework is developed based on ResQue , a popular user-centric evaluation framework for recommender systems. Additionally, it includes user experience metrics of conversation (e.g., understanding, response quality, humanness) under two dimensions of ResQue (i.e., Perceived Qualities and User Beliefs). Following the psychometric modeling method, we validate our framework by evaluating two conversational recommender systems in different scenarios: music exploration and mobile phone purchase . The results of the two studies support the validity and reliability of the constructs in our framework and reveal how conversation constructs and recommendation constructs interact and influence the overall user experience of the CRS. We believe this framework could help researchers conduct standardized user-centric research for conversational recommender systems and provide practitioners with insights into designing and evaluating a CRS from users’ perspectives. Yucheng Jin 0001, Li Chen 0009, Wanling Cai, Xianglin Zhao |
Trans. Recomm. Syst. | 2 |
| 2023 | Prompt Distillation for Efficient LLM-based RecommendationabstractLarge language models (LLM) have manifested unparalleled modeling capability on various tasks, e.g., multi-step reasoning, but the input to these models is mostly limited to plain text, which could be very long and contain noisy information. Long text could take long time to process, and thus may not be efficient enough for recommender systems that require immediate response. In LLM-based recommendation models, user and item IDs are usually filled in a template (i.e., discrete prompt) to allow the models to understand a given task, but the models usually need extensive fine-tuning to bridge the user/item IDs and the template words and to unleash the power of LLM for recommendation. To address the problems, we propose to distill the discrete prompt for a specific task to a set of continuous prompt vectors so as to bridge IDs and words and to reduce the inference time. We also design a training strategy with an attempt to improve the efficiency of training these models. Experimental results on three real-world datasets demonstrate the effectiveness of our PrOmpt Distillation (POD) approach on both sequential recommendation and top-N recommendation tasks. Although the training efficiency can be significantly improved, the improvement of inference efficiency is limited. This finding may inspire researchers in the community to further improve the inference efficiency of LLM-based recommendation models. Lei Li 0042, Yongfeng Zhang 0003, Li Chen 0009 |
CIKM | 3 |
| 2023 | Tutorial on Large Language Models for RecommendationabstractFoundation Models such as Large Language Models (LLMs) have significantly advanced many research areas. In particular, LLMs offer significant advantages for recommender systems, making them valuable tools for personalized recommendations. For example, by formulating various recommendation tasks such as rating prediction, sequential recommendation, straightforward recommendation, and explanation generation into language instructions, LLMs make it possible to build universal recommendation engines that can handle different recommendation tasks. Additionally, LLMs have a remarkable capacity for understanding natural language, enabling them to comprehend user preferences, item descriptions, and contextual information to generate more accurate and relevant recommendations, leading to improved user satisfaction and engagement. This tutorial introduces Foundation Models such as LLMs for recommendation. We will introduce how recommender system advanced from shallow models to deep models and to large models, how LLMs enable generative recommendation in contrast to traditional discriminative recommendation, and how to build LLM-based recommender systems. We will cover multiple perspectives of LLM-based recommendation, including data preparation, model design, model pre-training, fine-tuning and prompting, multi-modality and multi-task learning, as well as trustworthy perspectives of LLM-based recommender systems such as fairness and transparency. Wenyue Hua, Lei Li 0042, Li Chen 0009, Yongfeng Zhang 0003 |
RecSys | 4 |
| 2023 | Augmented Negative Sampling for Collaborative FilteringabstractNegative sampling is essential for implicit-feedback-based collaborative filtering, which is used to constitute negative signals from massive unlabeled data to guide supervised learning. The state-of-the-art idea is to utilize hard negative samples that carry more useful information to form a better decision boundary. To balance efficiency and effectiveness, the vast majority of existing methods follow the two-pass approach, in which the first pass samples a fixed number of unobserved items by a simple static distribution and then the second pass selects the final negative items using a more sophisticated negative sampling strategy. However, selecting negative samples from the original items in a dataset is inherently restricted due to the limited available choices, and thus may not be able to contrast positive samples well. In this paper, we confirm this observation via carefully designed experiments and introduce two major limitations of existing solutions: ambiguous trap and information discrimination. Yuhan Zhao 0001, Rui Chen 0012, Riwei Lai, Qilong Han, Li Chen 0009 |
RecSys | 6 |
| 2023 | Disentangled Negative Sampling for Collaborative FilteringabstractNegative sampling is essential for implicit collaborative filtering to generate negative samples from massive unlabeled data. Unlike existing strategies that consider items as a whole when selecting negative items, we argue that normally user interactions are mainly driven by some relevant, but not all, factors of items, leading to a new direction of negative sampling. In this paper, we introduce a novel disentangled negative sampling (DENS) method. We first disentangle the relevant and irrelevant factors of positive and negative items using a hierarchical gating module. Next, we design a factor-aware sampling strategy to identify the best negative samples by contrasting the relevant factors while keeping irrelevant factors similar. To ensure the credibility of the disentanglement, we propose to adopt contrastive learning and introduce four pairwise contrastive tasks, which enable to learn better disentangled representations of the relevant and irrelevant factors and remove the dependency on ground truth. Extensive experiments on five real-world datasets demonstrate the superiority of DENS against several state-of-the-art competitors, achieving over 7% improvement over the strongest baseline in terms of [email protected] and [email protected] Our code is publically available at https://github.com/Riwei-HEU/DENS . Riwei Lai, Li Chen 0009, Yuhan Zhao 0001, Rui Chen 0012, Qilong Han |
WSDM | 2 |
| 2023 | Comparing button-based chatbots with webpages for presenting fact-checking results: A case study of health information
Xianglin Zhao, Li Chen 0009, Yucheng Jin 0001, Xinzhi Zhang 0001 |
Inf. Process. Manag. | 2 |
| 2023 | On the Relationship between Explanation and Recommendation: Learning to Rank Explanations for Improved PerformanceabstractExplaining to users why some items are recommended is critical, as it can help users to make better decisions, increase their satisfaction, and gain their trust in recommender systems (RS). However, existing explainable RS usually consider explanation as a side output of the recommendation model, which has two problems: (1) It is difficult to evaluate the produced explanations, because they are usually model-dependent, and (2) as a result, how the explanations impact the recommendation performance is less investigated. In this article, explaining recommendations is formulated as a ranking task and learned from data, similarly to item ranking for recommendation. This makes it possible for standard evaluation of explanations via ranking metrics (e.g., Normalized Discounted Cumulative Gain). Furthermore, this article extends traditional item ranking to an item–explanation joint-ranking formalization to study if purposely selecting explanations could reach certain learning goals, e.g., improving recommendation performance. A great challenge, however, is that the sparsity issue in the user-item-explanation data would be inevitably severer than that in traditional user–item interaction data, since not every user–item pair can be associated with all explanations. To mitigate this issue, this article proposes to perform two sets of matrix factorization by considering the ternary relationship as two groups of binary relationships. Experiments on three large datasets verify the solution’s effectiveness on both explanation ranking and item recommendation. Lei Li 0042, Yongfeng Zhang 0003, Li Chen 0009 |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2023 | Personalized Prompt Learning for Explainable RecommendationabstractProviding user-understandable explanations to justify recommendations could help users better understand the recommended items, increase the system’s ease of use, and gain users’ trust. A typical approach to realize it is natural language generation. However, previous works mostly adopt recurrent neural networks to meet the ends, leaving the potentially more effective pre-trained Transformer models under-explored. In fact, user and item IDs, as important identifiers in recommender systems, are inherently in different semantic space as words that pre-trained models were already trained on. Thus, how to effectively fuse IDs into such models becomes a critical issue. Inspired by recent advancement in prompt learning, we come up with two solutions: find alternative words to represent IDs (called discrete prompt learning) and directly input ID vectors to a pre-trained model (termed continuous prompt learning). In the latter case, ID vectors are randomly initialized but the model is trained in advance on large corpora, so they are actually in different learning stages. To bridge the gap, we further propose two training strategies: sequential tuning and recommendation as regularization. Extensive experiments show that our continuous prompt learning approach equipped with the training strategies consistently outperforms strong baselines on three datasets of explainable recommendation. Lei Li 0042, Yongfeng Zhang 0003, Li Chen 0009 |
ACM Trans. Inf. Syst. | 3 |
| 2023 | ACM Transactions on Recommender Systems: Inaugural Issue EditorialabstractRecommender systems have become a ubiquitous part of our digital lives.Every day we receive suggestions about what to shop online, which video series to watch, what news to read, or which people to follow on social media.With their suggestions, these systems help us find relevant things when there is just too much information available or when there are too many alternatives to choose from.Over the past 25 years, recommender systems have become a research field of their own, transcending early roots in information retrieval and other areas of computer science.Indeed, building a successful recommender system in practice requires the cooperation of people with different backgrounds, from machine learning and data science experts to human-computer interaction and business professionals.Given the multi-faceted nature of recommender systems, research in this area has traditionally been scattered, with various publication outlets in different scientific subfields.This is why we launched ACM Transactions on Recommender Systems (ACM TORS).With this new journal, our goal is to be a home and preferred outlet for the latest high-quality research on the various aspects of recommender systems, from algorithms to the user experience, to questions of the impact and value of such systems.The journal welcomes submissions of various types, from original research works, to survey papers, reproducibility studies, industry reports, and opinion pieces.This inaugural issue contains a selection of articles on the latest research in our area.Several additional articles have already been accepted for future issues, and we are happy to observe that our research area is flourishing and continuously growing.The idea of a journal entirely devoted to recommender systems has been around for several years.Making this idea a reality would not have been possible without the support of many people.First, there was tremendous support from our research community, both from academia and industry, and from the Steering Committee of the ACM Conference on Recommender Systems.We are thankful that with this support ACM TORS can rely on an extraordinary board of Associate Editors, involving many top-notch international experts who have shaped the entire field over the years.Moreover, many very senior colleagues immediately volunteered to help as part of the board of Distinguished Reviewers, and researchers around the world have already served as reviewers for the articles we have received so far.Our specific thanks go to Joseph A. Konstan, who helped us in several important ways throughout the process, and to Joeran Beel, who is not only the Information Director of ACM TORS but also played an important role when we started our journey.We also thank the people at ACM and their supporting organizations for their help in ramping up this journal.This includes Laura Lander, Shayla Poling, and Starratt Scheetz, who were always there to deal with the questions and inquiries that have come up over the months.Finally, we thank you, the readers of ACM TORS.We are hoping that you will follow the subsequent issues of the journal and that you will enjoy the breadth and variety of the works that we will publish on the various facets of recommender systems research.We are open to your feedback to continuously improve the journal, and we hope that you may consider contributing to the journal in the future. Li Chen 0009, Dietmar Jannach |
Trans. Recomm. Syst. | 1 |
| 2022 | Global and Personalized Graphs for Heterogeneous Sequential Recommendation by Learning Behavior Transitions and User IntentionsabstractHeterogeneous sequential recommendation (HSR) is a very important recommendation problem, which aims to predict a user’s next interacted item under a target behavior type (e.g., purchase in e-commerce sites) based on his/her historical interactions with different behaviors. Though existing sequential methods have achieved advanced performance by considering the varied impacts of interactions with sequential information, a large body of them still have two major shortcomings. Firstly, they usually model different behaviors separately without considering the correlations between them. The transitions from item to item under diverse behaviors indicate some users’ potential behavior manner. Secondly, though the behavior information contains a user’s fine-grained interests, the insufficient consideration of the local context information limits them from well understanding user intentions. Utilizing the adjacent interactions to better understand a user’s behavior could improve the certainty of prediction. To address these two issues, we propose a novel solution utilizing global and personalized graphs for HSR (GPG4HSR) to learn behavior transitions and user intentions. Specifically, our GPG4HSR consists of two graphs, i.e., a global graph to capture the transitions between different behaviors, and a personalized graph to model items with behaviors by further considering the distinct user intentions of the adjacent contextually relevant nodes. Extensive experiments on four public datasets with the state-of-the-art baselines demonstrate the effectiveness and general applicability of our method GPG4HSR. Weixin Chen 0001, Mingkai He, Yongxin Ni, Weike Pan, Li Chen 0009, Zhong Ming 0001 |
RecSys | 5 |
| 2022 | TUR: Utilizing Temporal Information to Make Unexpected E-Commerce Recommendations
Yongxin Ni, Ningxia Wang, Li Chen 0009, Rui Chen 0012, Lei Li 0042 |
WISE | 3 |
| 2022 | JIIS preface for the special issue on advances in recommender systems
Yong Zheng 0001, Li Chen 0009, Markus Zanker, Panagiotis Symeonidis |
J. Intell. Inf. Syst. | 2 |
| 2021 | User Bias in Beyond-Accuracy Measurement of Recommendation AlgorithmsabstractThere are various biases in recommender systems. Recognizing biases, as well as unfairness caused by problematic biases, is the first step of system optimization. Related studies on algorithmic biases are mainly from the perspective of either items or users. For the latter (we call it “algorithmic user bias”), existing works have considered algorithms’ accuracy performances measured by accuracy metrics like RMSE. However, algorithmic user biases in beyond-accuracy measurements have rarely been studied, even though beyond-accuracy oriented recommendation algorithms have been increasingly investigated, with the purpose of breaking through the personalization limits of traditional accuracy-oriented algorithms (such as the typical “filter bubble” phenomenon). To fill in the research gap, in this work, we employ a large-scale survey dataset collected from a commercial platform, in which more than 11,000 users’ ratings on the recommendation’s 5 performance objectives (i.e., relevance, diversity, novelty, unexpectedness, and serendipity) and 8 kinds of user characteristics (i.e., gender, age, big-5 personality traits, and curiosity) are available. We study user biases of four algorithms (i.e., HOT, Rel-CF, Nov-CF, and Ser-CF) in terms of those five measurements between user groups of the eight user characteristics. We further look into users’ behavior patterns like the preference of using more positive ratings, in order to interpret the observed biases. Finally, based on the observed algorithmic user bias and users’ behavior patterns, we analyze the possible factors leading to the biases and recognize problematic biases that may lead to unfairness. Ningxia Wang, Li Chen 0009 |
RecSys | 2 |
| 2021 | EXTRA: Explanation Ranking Datasets for Explainable RecommendationabstractRecently, research on explainable recommender systems has drawn much attention from both academia and industry, resulting in a variety of explainable models. As a consequence, their evaluation approaches vary from model to model, which makes it quite difficult to compare the explainability of different models. To achieve a standard way of evaluating recommendation explanations, we provide three benchmark datasets for EXplanaTion RAnking (denoted as EXTRA), on which explainability can be measured by ranking-oriented metrics. Constructing such datasets, however, poses great challenges. First, user-item-explanation triplet interactions are rare in existing recommender systems, so how to find alternatives becomes a challenge. Our solution is to identify nearly identical sentences from user reviews. This idea then leads to the second challenge, i.e., how to efficiently categorize the sentences in a dataset into different groups, since it has quadratic runtime complexity to estimate the similarity between any two sentences. To mitigate this issue, we provide a more efficient method based on Locality Sensitive Hashing (LSH) that can detect near-duplicates in sub-linear time for a given query. Moreover, we make our code publicly available to allow researchers in the community to create their own datasets. Lei Li 0042, Yongfeng Zhang 0003, Li Chen 0009 |
SIGIR | 3 |
| 2021 | CAESAR: context-aware explanation based on supervised attention for service recommendations
Lei Li 0042, Li Chen 0009, Ruihai Dong |
J. Intell. Inf. Syst. | 2 |
| 2020 | Generate Neural Template Explanations for RecommendationabstractPersonalized recommender systems are important to assist user decision-making in the era of information overload. Meanwhile, explanations of the recommendations further help users to better understand the recommended items so as to make informed choices, which gives rise to the importance of explainable recommendation research. Textual sentence-based explanation has been an important form of explanations for recommender systems due to its advantage in communicating rich information to users. However, current approaches to generating sentence explanations are either limited to predefined sentence templates, which restricts the sentence expressiveness, or opt for free-style sentence generation, which makes it difficult for sentence quality control. In an attempt to benefit both sentence expressiveness and quality, we propose a Neural Template (NETE) explanation generation framework, which brings the best of both worlds by learning sentence templates from data and generating template-controlled sentences that comment about specific features. Experimental results on real-world datasets show that NETE consistently outperforms state-of-the-art explanation generation approaches in terms of sentence quality and expressiveness. Further analysis on case study also shows the advantages of NETE on generating diverse and controllable explanations. Lei Li 0042, Yongfeng Zhang 0003, Li Chen 0009 |
CIKM | 3 |
| 2019 | MusicBot: Evaluating Critiquing-Based Music Recommenders with Conversational InteractionabstractCritiquing-based recommender systems aim to elicit more accurate user preferences from users' feedback toward recommendations. However, systems using a graphical user interface (GUI) limit the way that users can critique the recommendation. With the rise of chatbots in many application domains, they have been regarded as an ideal platform to build critiquing-based recommender systems. Therefore, we present MusicBot, a chatbot for music recommendations, featured with two typical critiquing techniques, user-initiated critiquing (UC) and system-suggested critiquing (SC). By conducting a within-subjects (N=45) study with two typical scenarios of music listening, we compared a system of only having UC with a hybrid critiquing system that combines SC with UC. Furthermore, we analyzed the effects of four personal characteristics,musical sophistication (MS), desire for control (DFC), chatbot experience (CE), and tech savviness (TS), on the user's perception and interaction of the recommendation in MusicBot. In general, compared with UC, SC yields higher perceived diversity and efficiency in looking for songs; combining UC and SC tends to increase user engagement. Both MS and DFC positively influence several key user experience (UX) metrics of MusicBot such as interest matching, perceived controllability, and intent to provide feedback. Yucheng Jin 0001, Wanling Cai, Li Chen 0009, Nyi Nyi Htun, Katrien Verbert |
CIKM | 3 |
| 2019 | How Serendipity Improves User Satisfaction with Recommendations? A Large-Scale User EvaluationabstractRecommendation serendipity is being increasingly recognized as being equally important as the other beyond-accuracy objectives (such as novelty and diversity), in eliminating the “filter bubble” phenomenon of the traditional recommender systems. However, little work has empirically verified the effects of serendipity on increasing user satisfaction and behavioral intention. In this paper, we report the results of a large-scale user survey (involving over 3,000 users) conducted in an industrial mobile e-commerce setting. The study has identified the significant causal relationships from novelty, unexpectedness, relevance, and timeliness to serendipity, and from serendipity to user satisfaction and purchase intention. Moreover, our findings reveal that user curiosity plays a moderating role in strengthening the relationships from novelty to serendipity and from serendipity to satisfaction. Our third contribution lies in the comparison of several recommender algorithms, which demonstrates the significant improvements of the serendipity-oriented algorithm over the relevance- and novelty-oriented approaches in terms of user perceptions. We finally discuss the implications of this experiment, which include the feasibility of developing a more precise metric for measuring recommendation serendipity, and the potential benefit of a curiosity-based personalized serendipity strategy for recommender systems. Li Chen 0009, Yonghua Yang, Ningxia Wang, Keping Yang |
WWW | 1 |
| 2019 | Personalized recommendation with implicit feedback via learning pairwise preferences over item-sets
Weike Pan, Li Chen 0009, Zhong Ming 0001 |
Knowl. Inf. Syst. | 2 |
| 2018 | A heterogeneous hidden Markov model for mobile app recommendation
Victor C. Cheng, Li Chen 0009, William Kwok-Wai Cheung, Chi-kuen Fok |
Knowl. Inf. Syst. | 2 |
| 2016 | Where to Place Your Next Restaurant?: Optimal Restaurant Placement via Leveraging User-Generated ReviewsabstractWhen opening a new restaurant, geographical placement is of prime importance in determining whether it will thrive. Although some methods have been developed to assess the attractiveness of candidate locations for a restaurant, the accuracy is limited as they mainly rely on traditional data sources, such as demographic studies or consumer surveys. With the advent of abundant user-generated restaurant reviews, there is a potential to leverage these reviews to gain some insights into users' preferences for restaurants. In this paper, we particularly take advantage of user-generated reviews to construct predictive features for assessing the attractiveness of candidate locations to expand a restaurant. Specifically, we investigate three types of features: review-based market attractiveness, review-based market competitiveness and geographic characteristics of a location under consideration for a prospective restaurant. We devise the three sets of features and incorporate them into a regression model to predict the number of check-ins that a prospective restaurant at a candidate location would be likely to attract. We then conduct an experiment with real-world restaurant data, which demonstrates the predictive power of features we constructed in this paper. Moreover, our experimental results suggest that market attractiveness and market competitiveness features mined solely from user-generated restaurant reviews are more predictive than geographic features. Feng Wang 0009, Li Chen 0009, Weike Pan |
CIKM | 2 |
| 2016 | Incorporating sentiment into tag-based user profiles and resource profiles for personalized search in folksonomy
Haoran Xie 0001, Xiaodong Li 0007, Tao Wang 0036, Raymond Y. K. Lau, Tak-Lam Wong, Li Chen 0009, Fu Lee Wang, Qing Li 0001 |
Inf. Process. Manag. | 6 |
| 2013 | Workshop on human decision making in recommender systems: decisions@RecSys'13abstractA primary function of recommender systems is to help their users to make better choices and decisions. The overall goal of the workshop is to analyse and discuss novel techniques and approaches for supporting effective and efficient human decision making in different types of recommendation scenarios. The submitted papers discuss a wide range of topics from core algorithmic issues to the management of the human computer interaction. Li Chen 0009, Marco de Gemmis, Alexander Felfernig, Pasquale Lops, Francesco Ricci 0001, Giovanni Semeraro, Martijn C. Willemsen |
RecSys | 1 |
| 2013 | CoFiSet: Collaborative Filtering via Learning Pairwise Preferences over Item-setsabstractCollaborative filtering aims to make use of users’ feedbacks to improve the recommendation performance, which has been deployed in various industry recommender systems. Some recent works have switched from exploiting explicit feedbacks of numerical ratings to implicit feedbacks like browsing and shopping records, since such data are more abundant and easier to collect. One fundamental challenge of leveraging implicit feedbacks is the lack of negative feedbacks, because there are only some observed relatively “positive” feedbacks, making it difficult to learn a prediction model. Previous works address this challenge via proposing some pointwise or pairwise preference assumptions on items. However, such assumptions with respect to items may not always hold, for example, a user may dislike a bought item or like an item not bought yet. In this paper, we propose a new and relaxed assumption of pairwise preferences over item-sets, which defines a user's preference on a set of items (item-set) instead of on a single item. The relaxed assumption can give us more accurate pairwise preference relationships. With this assumption, we further develop a general algorithm called CoFiSet (collaborative filtering via learning pairwise preferences over item-sets). Experimental results show that CoFiSet performs better than several state-of-the-art methods on various ranking-oriented evaluation metrics on two real-world data sets. Furthermore, CoFiSet is very efficient as shown by both the time complexity and CPU time. Li Chen 0009, Weike Pan |
SDM | 1 |
| 2013 | Introduction to the special section on social recommender systemsabstractNo abstract available. Ido Guy, Li Chen 0009, Michelle X. Zhou |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2013 | Generating virtual ratings from chinese reviews to augment online recommendationsabstractCollaborative filtering (CF) recommenders based on User-Item rating matrix as explicitly obtained from end users have recently appeared promising in recommender systems. However, User-Item rating matrix is not always available or very sparse in some web applications, which has critical impact to the application of CF recommenders. In this article we aim to enhance the online recommender system by fusing virtual ratings as derived from user reviews. Specifically, taking into account of Chinese reviews' characteristics, we propose to fuse the self-supervised emotion-integrated sentiment classification results into CF recommenders, by which the User-Item Rating Matrix can be inferred by decomposing item reviews that users gave to the items. The main advantage of this approach is that it can extend CF recommenders to some web applications without user rating information. In the experiments, we have first identified the self-supervised sentiment classification's higher precision and recall by comparing it with traditional classification methods. Furthermore, the classification results, as behaving as virtual ratings, were incorporated into both user-based and item-based CF algorithms. We have also conducted an experiment to evaluate the proximity between the virtual and real ratings and clarified the effectiveness of the virtual ratings. The experimental results demonstrated the significant impact of virtual ratings on increasing system's recommendation accuracy in different data conditions (i.e., conditions with real ratings and without). Weishi Zhang, Guiguang Ding, Li Chen 0009, Chunping Li |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2012 | Recommending Inexperienced Products via Learning from Consumer ReviewsabstractMost products in e-commerce are with high cost (e.g., digital cameras, computers) and hence less likely experienced by users (so they are called "inexperienced products"). The traditional recommender techniques (such as user-based collaborative filtering and content-based methods) are thus not effectively applicable in this environment, because they largely assume that the users have prior experiences with the items. In this paper, we have particularly incorporated product reviews to solve the recommendation problem. We first studied how to utilize the reviewer-level weighted feature preferences (as learnt from their written product reviews) to generate recommendations to the current buyer, followed by exploring the impact of Latent Class Regression Models (LCRM) based cluster-level feature preferences (that represent the common preferences of a group of reviewers). Motivated by their respective advantages, a hybrid method that combines both reviewer-level and cluster-level preferences is introduced and experimentally compared to the other methods. The results reveal that the hybrid method is superior to the other variations in terms of recommendation accuracy, especially when the current buyer states incomplete feature preferences. Feng Wang 0009, Li Chen 0009 |
Web Intelligence | 2 |
| 2011 | RecSys'11 workshop on human decision making in recommender systemsabstractInteracting with a recommender system means to take different decisions such as selecting a song/movie from a recommendation list, selecting specific feature values (e.g., camera's size, zoom) as criteria, selecting feedback features to be critiqued in a critiquing based recommendation session, or selecting a repair proposal for inconsistent user preferences when interacting with a knowledge-based recommender. In all these scenarios, users have to solve a decision task. The major focuses of this workshop ([email protected]) were approaches for efficient human decision making in different types of recommendation scenarios. Alexander Felfernig, Li Chen 0009, Monika Mandl |
RecSys | 2 |
| 2011 | A user-centric evaluation framework for recommender systemsabstractThis research was motivated by our interest in understanding the criteria for measuring the success of a recommender system from users' point view. Even though existing work has suggested a wide range of criteria, the consistency and validity of the combined criteria have not been tested. In this paper, we describe a unifying evaluation framework, called ResQue (Recommender systems' Quality of user experience), which aimed at measuring the qualities of the recommended items, the system's usability, usefulness, interface and interaction qualities, users' satisfaction with the systems, and the influence of these qualities on users' behavioral intentions, including their intention to purchase the products recommended to them and return to the system. We also show the results of applying psychometric methods to validate the combined criteria using data collected from a large user survey. The outcomes of the validation are able to 1) support the consistency, validity and reliability of the selected criteria; and 2) explain the quality of user experience and the key determinants motivating users to adopt the recommender technology. The final model consists of thirty two questions and fifteen constructs, defining the essential qualities of an effective and satisfying recommender system, as well as providing practitioners and scholars with a cost-effective way to evaluate the success of a recommender system and identify important areas in which to invest development resources. Pearl Pu, Li Chen 0009 |
RecSys | 2 |
| 2011 | Factorization vs. regularization: fusing heterogeneous social relationships in top-n recommendationabstractCollaborative Filtering (CF) based recommender systems often suffer from the sparsity problem, particularly for new and inactive users when they use the system. The emerging trend of social networking sites and their accommodation in other sites like e-commerce can potentially help alleviate the sparsity problem with their provided social relation data. In this paper, we have particularly explored a new kind of social relation, the membership, and its combined effect with friendship. The two type of heterogeneous social relations are fused into the CF recommender via a factorization process. Due to the two relations' respective properties, we adopt different fusion strategies: regularization was leveraged for friendship and collective matrix factorization (CMF) was proposed for incorporating membership. We further developed a unified model to combine the two relations together and tested it with real large-scale datasets at five sparsity levels. The experiment has not only revealed the significant effect of the two relations, especially the membership, in augmenting recommendation accuracy in the sparse data condition, but also identified the ability of our fusing model in achieving the desired fusion performance. Li Chen 0009, Shiwan Zhao |
RecSys | 2 |
| 2011 | Comparison of Model-Based Learning Methods for Feature-Level Opinion MiningabstractThe tasks of feature-level opinion mining usually include the extraction of product entities from product reviews, the identification of opinion words that are associated with the entities, and the determining of these opinions' polarities (e.g., positive, negative, or neutral). In recent years, several approaches have been proposed such as rule-based and statistical methods on this subject, but few attentions have been paid to applying more discriminative learning models to achieve the goal. On the other hand, little work has evaluated their algorithms' performance for identifying intensifiers, entity phrases and infrequent entities. In this paper, we in particular adopt the Conditional Random Fields (CRFs) model to perform the opinion mining tasks. Relative to related approaches, we have not only highlighted the algorithm's ability in mining intensifiers, phrases and infrequent entities, but also integrated more elements in the model so as to optimize its training and decoding process. Our method was compared to the lexicalized Hidden Markov Model (L-HMMs) based opinion mining method in the experiment, which proves its significantly better accuracy from several aspects. Luole Qi, Li Chen 0009 |
Web Intelligence | 2 |
| 2011 | IntroductionabstractNo abstract available. Ido Guy, Li Chen 0009, Michelle X. Zhou |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2010 | Temporal recommendation on graphs via long- and short-term preference fusionabstractAccurately capturing user preferences over time is a great practical challenge in recommender systems. Simple correlation over time is typically not meaningful, since users change their preferences due to different external events. User behavior can often be determined by individual's long-term and short-term preferences. How to represent users' long-term and short-term preferences? How to leverage them for temporal recommendation? To address these challenges, we propose Session-based Temporal Graph (STG) which simultaneously models users' long-term and short-term preferences over time. Based on the STG model framework, we propose a novel recommendation algorithm Injected Preference Fusion (IPF) and extend the personalized Random Walk for temporal recommendation. Finally, we evaluate the effectiveness of our method using two real datasets on citations and social bookmarking, in which our proposed method IPF gives 15%-34% improvement over the previous state-of-the-art. Shiwan Zhao, Li Chen 0009, Qing Yang 0002, Jimeng Sun 0001 |
KDD | 4 |
| 2010 | Towards Three-Stage Recommender Support for Online Consumers: Implications from a User Study
Li Chen 0009 |
WISE | 1 |
| 2010 | A Linear-Chain CRF-Based Learning Approach for Web Opinion Mining
Luole Qi, Li Chen 0009 |
WISE | 2 |
| 2009 | Adaptive tradeoff explanations in conversational recommendersabstractThe completeness and certainty of a user's preferences may vary during her preference construction process in a conversational recommender. In order to more effectively support users to uncover their hidden criteria and/or solve preference conflicts, we propose to generate adaptive tradeoff explanations in organization-based recommender interfaces, to be conditional on the user's contextual needs. An experiment shows the adaptive element's higher potential to improve recommendation efficiency, relative to methods without this feature. Li Chen 0009 |
RecSys | 1 |
| 2008 | A cross-cultural user evaluation of product recommender interfacesabstractWe present a cross-cultural user evaluation of an organization-based product recommender interface, by comparing it with the traditional list view. The results show that it performed significantly better, for all study participants, in improving on their competence perceptions, including perceived recommendation quality, perceived ease of use and perceived usefulness, and positively impacting users' behavioral intentions such as intention to save effort in the next visit. Additionally, oriental users were observed reacting more significantly strongly to the organization interface regarding some subjective aspects, compared to western subjects. Through this user study, we also identified the dominating role of the recommender system's decision-aiding competence in stimulating both oriental and western users' return intention to an e-commerce website where the system is applied. Li Chen 0009, Pearl Pu |
RecSys | 1 |
| 2007 | The evaluation of a hybrid critiquing system with preference-based recommendations organizationabstractThe critiquing-based recommender system mainly aims to guide users to make an accurate and confident decision, while requiring them to consume a low level of effort. We have previously found that the hybrid critiquing system of combining the strengths from both system-proposed critiques and user self-motivated critiquing facility can highly improve users' subjective perceptions such as their decision confidence and trusting intentions. In this paper, we continue to investigate how to further reduce users' objective decision effort (e.g. time consumption) in such system by increasing the critique prediction accuracy of the system-proposed critiques. By means of real user evaluation, we proved that a new hybrid critiquing system design that integrates the preference-based recommendations organization technique for critiques suggestion can effectively help to increase the proposed critiques' application frequency and significantly contribute to saving users' task time and interaction effort. Li Chen 0009, Pearl Pu |
RecSys | 1 |