EDBT 2026 Demo / reviewers in the wild / expert
Lei Li 0042
dblp:13/7007-42
· DBLP profile ↗
11ranked-venue papers in the field
6as first author
10since 2021 · last 2026
0000-0002-5631-2519ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 9 (4 first)Data Mining & Knowledge Discovery · 1 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Introduction to the Special Issue on Large Language Models for Recommender SystemsabstractRecommender systems have become pivotal in today’s digital landscape, shaping user experiences across diverse online platforms. Recent advances in Large Language Models (LLMs) such as T5, GPT, LLaMA, and their variants have introduced transformative possibilities for recommender systems. LLMs excel in processing and generating natural language text, offering a unique opportunity to reshape the design and elevate the effectiveness of recommendation algorithms. The main topic of this special issue is to explore the integration of Large Language Models and Recommender Systems, encompassing various facets, including model architectures, recommendation algorithms, evaluation methods, and real-world applications. It provides a dedicated platform for researchers and practitioners to share their insights, innovations, and empirical findings in the realm of LLMs for recommender systems, which helps to promote knowledge exchange, leading to best practices and guidelines for integrating LLMs and recommender systems. Towards this goal, the five articles in this collection span trustworthy issues such as recommendation fairness and diversity with LLMs, as well as classic recommendation problems, including sequential recommendation, click-through rate prediction and bundle recommendation with LLMs. By fostering interdisciplinary collaboration between the natural language processing and recommendation communities, the special issue aspires to advance the state of the art in this evolving field. Yongfeng Zhang 0003, Lei Li 0042, Luyang Kong |
Trans. Recomm. Syst. | 2 |
| 2025 | EARL: The 2nd Workshop on Evaluating and Applying Recommender Systems with Large Language Models
Irene Li, Ruihai Dong, Guillaume Salha, Aonghus Lawlor, Dairui Liu, Lei Li 0042 |
RecSys | 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 | 3 |
| 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 | 1 |
| 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 | 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. | 1 |
| 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. | 1 |
| 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 | 5 |
| 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 | 1 |
| 2021 | CAESAR: context-aware explanation based on supervised attention for service recommendations
Lei Li 0042, Li Chen 0009, Ruihai Dong |
J. Intell. Inf. Syst. | 1 |
| 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 | 1 |