EDBT 2026 Demo / reviewers in the wild / expert
Pei-Yuan Lai
dblp:339/0331
· DBLP profile ↗
8ranked-venue papers in the field
4as first author
8since 2021 · last 2025
—ORCID · conflict
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 4 (1 first)Database Systems & Data Management · 3 (2 first)Other / Interdisciplinary · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | CL3M-Rec: Contrastive Learning Enhanced LLMs for RecommendationabstractIn recent years, Large Language Models (LLMs) have gained increasing attention in personalized recommendation systems due to their strong capabilities to understand contextual and semantic information. However, most existing LLM-based recommendation methods primarily rely on textual features, often neglecting the unique structural information embedded in user and item IDs, which are critical for capturing personalized preferences. To bridge this gap, we propose a novel method called CL 3M - Rec, which enhances the semantic representation of user and item IDs through Contrastive Learning (CL) and optimizes LLM recommendation performance via prompt construction. By effectively integrating structured ID information with textual semantics, our approach enables the LLMs to better model individual user interests and improve personalized prediction. Experiments on four public datasets demonstrate that CL3M-Rec consistently outperforms existing LLM-based and CL-based recommendation approaches, achieving superior predictive accuracy and robust generalization across diverse recommendation scenarios. The code of our method is available at https://github.com/Lewis44zhou/CL-3M-Rec. Yu-Xuan Zhou, Ru-Bin Li, Zhe Xuanyuan, Pei-Yuan Lai, Chang-Dong Wang 0001 |
ICDM | 4 |
| 2025 | Dual-triangular Recommender SystemabstractAbstract Recommendation system technologies predominantly focus on user-item interaction data, which are mapped into shared vector spaces for digital representation. These representations are then analyzed to uncover the relationships between users and items. As recommendation technologies have seen widespread adoption, a novel challenge has emerged in supply-demand matching contexts: the dual-triangular recommendation problem, involving four key entities, i.e., users with their demands, and suppliers with their offered items, forming a heterogeneous information network. In this work, we introduce the concept of dual-triangular recommendation and formally define this scientific problem. We propose a dual-triangular recommendation algorithm, enhanced by large language models, which utilizes knowledge graph encoder and LLM-augmented encoder to generate embedding representations for the four entities. A multi-task framework is employed to enable the sharing of underlying parameters across multiple recommendation tasks within the dual-triangular context. Through extensive experiments conducted on a real-world technology commercialization platform dataset, patent transfer dataset, and talent recruitment dataset, we demonstrate the effectiveness of our approach, offering a feasible and scalable solution to the dual-triangular recommendation problem. Pei-Yuan Lai, Chang-Dong Wang 0001 |
Data Sci. Eng. | 1 |
| 2025 | Knowledge Graph-Based Patent ClusteringabstractPatent data generally includes information from different perspectives or different types, and its heterogeneous attributes can be greatly beneficial to data clustering analysis. However, the existing patent analysis method always focus on the patent text cues, and such a strategy merely depends on the feature information to capture the data characteristics, failing to multi-type informative patent representation. Therefore, in this paper, to model the underlying structure/relationships of patent data, we employ the knowledge graph to depict the heterogeneous attributes of patent, and propose a novel Knowledge Graph-based Patent Clustering (KGPC) method, where the relationship reconstruction in knowledge graph as well as clustering-oriented representation refinement for patent clustering are jointly considered. With this model, there are three components, i.e., entity representation refinement, relationship reconstruction and self-supervised entity clustering. Given a patent knowledge graph as input, the entity representation refinement can be mutually boosted by the relationship reconstruction and self-supervised clustering objective, thereby leading to a balanced clustering-oriented output. Extensive experiments on several real-world patent knowledge graph datasets validate the effectiveness of KGPC while compared with the state-of-the-art. Pei-Yuan Lai, Man-Sheng Chen, Chang-Dong Wang 0001, Min Chen 0003, Mohsen Guizani |
IEEE Trans. Knowl. Data Eng. | 1 |
| 2024 | OR3S: Organized R&D Resource Recommendation System Based on Task-Driven and Knowledge Graph Pre-training
Pei-Yuan Lai, Yu-Xuan Zhou, Shi-Yu Liu, Xiao-Dong Liao, De-Zhang Liao, Chang-Dong Wang 0001 |
DASFAA (7) | 1 |
| 2024 | GPSR: Graph Prompt for Session-Based Recommendation
Pei-Yuan Lai, Yi-Hong Lu, De-Zhang Liao, Xiao-Dong Huang, Chang-Dong Wang 0001 |
DASFAA (6) | 2 |
| 2024 | BiMuF: a bi-directional recommender system with multi-semantic filter for online recruitment
Pei-Yuan Lai, Zhe-Rui Yang, De-Zhang Liao, Chang-Dong Wang 0001 |
Knowl. Inf. Syst. | 1 |
| 2023 | PKAT: Pre-training in Collaborative Knowledge Graph Attention Network for RecommendationabstractWith the rapid growth of online platforms and the abundance of available information, personalized recommender systems have become essential for assisting users in discovering relevant and interesting content. Among the various methods, knowledge-aware recommendation model has achieved notable success by leveraging the rich semantic information encoded in knowledge graphs. However, it overlooks the fact that users’ historical click sequences can better reflect their preferences within a period of time, thus imposing certain limitations on the recommendation performance. On the other hand, the application of pre-trained language models in recommender systems has demonstrated increasingly significant potential, as they can capture sequential patterns and dependencies within users’ historical click sequences and effectively capture contextual information in user-item interactions. To this end, we propose a hybrid recommendation model that leverages Pre-training in the collaborative Knowledge graph Attention neTwork (PKAT), to extract both the high-order connectivity information in collaborative knowledge graphs and the contextual information in users’ historical click sequences captured by Bidirectional Encoder Representations from Transformers (BERT). The collaborative knowledge graph attention network enables the model to effectively capture the intricate relationships between users, items, and knowledge entities, thus enhancing the representation learning process. Furthermore, what sets PKAT apart from other state-of-the-art knowledge-aware recommendation methods is the incorporation of the BERT language model. This integration allows PKAT to capture the contextual sequence information of user behavior, enabling it to generate more accurate and personalized recommendations. Extensive experiments are conducted on multiple benchmark datasets. And the results demonstrate that our PKAT model outperforms several state-of-the-art baselines. Yi-Hong Lu, Chang-Dong Wang 0001, Pei-Yuan Lai, Jian-Huang Lai |
ICDM | 3 |
| 2022 | A Bi-directional Recommender System for Online RecruitmentabstractMost existing recommendation research has been concentrated on unidirectional recommendation, i.e. only recommending items to users. However, in many real-world scenarios, the platform needs to achieve bi-directional recommendation. For example, in an online recruitment scenario, the recommender system not only needs to recommend positions to candidates, but also recommend candidates to enterprises. In this paper, we first formalize a new recommendation problem called bi-directional recommendation and contribute a new bidirectional recommendation model named BiROR (Bi-directional Recommendation for Online Recruitment). In BiROR, an encoder component is utilized to learn the text embeddings, and a graph learning component is designed to learn the graph embeddings. In addition, a multi-task learning framework is designed to achieve bi-directional recommendation. In the multi-task learning framework, we share the text embeddings and graph embeddings to alleviate the problems of data sparsity and data asymmetry in online recruitment. Extensive experiments in a real-world task show that BiROR outperforms the state-of-the-art methods, verifying the effectiveness of the designs of our model. Zhe-Rui Yang, Zhenyu He 0009, Chang-Dong Wang 0001, Pei-Yuan Lai, De-Zhang Liao |
ICDM | 4 |