VLDB 2026 Research / reviewers in the wild / expert
Xin Li 0064
dblp:09/1365-64
· DBLP profile ↗
20ranked-venue papers in the field
3as first author
9since 2021 · last 2026
0000-0002-7333-5114ORCID · conflict
Domains — venue-derived; a paper can count in several
Database Systems & Data Management · 8 (1 first)Information Retrieval & Web Search · 5Data Mining & Knowledge Discovery · 4 (2 first)Knowledge Engineering, Semantic Web & Information Systems · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | WeaveRec: An LLM-Based Cross-Domain Sequential Recommendation Framework with Model MergingabstractCross-Domain Sequential Recommendation (CDSR) seeks to improve user preference modeling by transferring knowledge from multiple domains. Despite the progress made in CDSR, most existing methods rely on overlapping users or items to establish cross-domain correlations-a requirement that rarely holds in real-world settings. The advent of large language models (LLM) and model-merging techniques appears to overcome this limitation by unifying multi-domain data without explicit overlaps. Yet, our empirical study shows that naively training an LLM on combined domains—or simply merging several domain-specific LLMs—often degrades performance relative to a model trained solely on the target domain. Min Hou 0004, Le Wu 0001, Chenyi He, Hao Liu 0078, Zhi Li 0057, Xin Li 0064, Si Wei |
WWW | 7 |
| 2026 | Mitigating Fine-tuning Bias: A Parameter-Efficient Debiasing Framework for Large Language Models
Kun Zhang 0015, Le Wu 0001, Hao Liu 0078, Hefei Xu, Xin Li 0064, Si Wei |
WWW | 6 |
| 2025 | TableTime: Reformulating Time Series Classification as Training-Free Table Understanding with Large Language ModelsabstractLarge language models (LLMs) have shown promise in multivariate time series classification (MTSC). To effectively adapt LLMs for MTSC, it is crucial to generate comprehensive and informative data representations. Most methods utilizing LLMs encode numerical time series into the model's latent space, aiming to align with the semantic space of LLMs for more effective learning. Despite effectiveness, we highlight three limitations that these methods overlook: (1) they struggle to incorporate temporal and channel-specific information, both of which are essential components of multivariate time series; (2) aligning the learned representation space with the semantic space of the LLMs proves to be a significant challenge; (3) they often require task-specific retraining, preventing training-free inference despite the generalization capabilities of LLMs. To bridge these gaps, we propose TableTime, which reformulates MTSC as a table understanding task. Specifically, TableTime introduces the following strategies: (1) utilizing tabular form to unify the format of time series, facilitating the transition from the model-centric approach to the data-centric approach; (2) representing time series in text format to facilitate seamless alignment with the semantic space of LLMs; (3) designing a knowledge-task dual-driven reasoning framework, TableTime, integrating contextual information and expert-level reasoning guidance to enhance LLMs' reasoning capabilities and enable training-free classification. Extensive experiments conducted on 10 publicly available benchmark datasets from the UEA archive validate the substantial potential of TableTime to be a new paradigm for MTSC. The code is publicly available. https://github.com/realwangjiahao/TableTime. Mingyue Cheng 0004, Qingyang Mao, Daoyu Wang, Qi Liu 0003, Feiyang Xu, Xin Li 0064 |
CIKM | 8 |
| 2025 | From Memorization to Discovery: A Novel Benchmark for Relational Triple Extraction
Aoran Gan, Ye Liu 0011, Hongbo Gang, Kai Zhang 0038, Qi Liu 0003, Enhong Chen, Xin Li 0064 |
DASFAA (2) | 7 |
| 2024 | Key Substructure Learning with Chemical Intuition for Material Property Prediction
Peiliang Zhang, Jingling Yuan, Lin Li 0001, Jiwei Hu, Xin Li 0064 |
DASFAA (7) | 6 |
| 2024 | AdaRD: An Adaptive Response Denoising Framework for Robust Learner ModelingabstractLearner modeling is a crucial task in online learning environments, where Cognitive Diagnosis Models (CDMs) are employed to assess learners' knowledge mastery levels based on recorded response logs. However, the prevalence of noise in recorded response data poses significant challenges, including various behaviors such as guess and slip, casual answers, and system-induced errors. The existence of noise degrades the accuracy of diagnosis results and learner performance predictions. In this work, we propose a general framework, Adaptive Response Denoising (AdaRD), designed to salvage CDMs from the influence of noisy learner-exercise responses. AdaRD extends existing CDMs, incorporating primary training for denoised CDMs and auxiliary training for additional denoising support. The primary training employs binary Generalized Cross Entropy (GCE) loss to slow down the large update of learner knowledge states caused by noisy responses. Simultaneously, we utilize the variance of diagnosed knowledge mastery levels between primary and auxiliary diagnosis modules as a criterion to downweight high-variance responses that are likely to be noisy. In this manner, the proposed framework can prune noisy response learning during training, thereby enhancing the accuracy and robustness of CDMs. Extensive experiments on both real-world and synthetic datasets validate AdaRD's effectiveness in mitigating the impact of noisy learner-exercise responses. Fangzhou Yao, Qi Liu 0003, Linan Yue, Weibo Gao, Jiatong Li 0002, Xin Li 0064, Yuanjing He |
KDD | 6 |
| 2023 | Search-Efficient Computerized Adaptive TestingabstractComputerized Adaptive Testing (CAT) arises as a promising personalized test mode in online education, targeting at revealing students' latent knowledge state by selecting test items adaptively. The item selection strategy is the core component of CAT, which searches for the best suitable test item based on students' current estimated ability at each test step. However, existing selection strategies behave in a brute-force manner, which results in the time complexity being linear to the number of items (N) in the item pool, i.e., O(N). Thus, in reality, the search latency becomes the bottleneck for CAT with a large-scale item pool. To this end, we propose a Search-Efficient Computerized Adaptive Testing framework (SECAT), which aims at enhancing CAT with an efficient selection strategy. Specifically, SECAT contains two main phases: item pool indexing and item search. In the item pool indexing phase, we apply a student-aware spatial partition method on the item pool to divide the test items into many sub-spaces, considering the adaptability of test items. In the item search phase, we optimize the traditional single-round search strategy with the asymptotic theory and propose a multi-round search strategy that can further improve the time efficiency. Compared with existing strategies, the time complexity of SECAT decreases from O(N) to O(logN). Across two real-world datasets, SECAT achieves over 200x speed up with negligible accuracy degradation. Yuting Hong, Shiwei Tong, Wei Huang 0002, Yan Zhuang 0001, Qi Liu 0003, Enhong Chen, Xin Li 0064, Yuanjing He |
CIKM | 7 |
| 2023 | Tracing Knowledge Instead of Patterns: Stable Knowledge Tracing with Diagnostic TransformerabstractKnowledge Tracing (KT) aims at tracing the evolution of the knowledge states along the learning process of a learner. It has become a crucial task for online learning systems to model the learning process of their users, and further provide their users a personalized learning guidance. However, recent developments in KT based on deep neural networks mostly focus on increasing the accuracy of predicting the next performance of students. We argue that current KT modeling, as well as training paradigm, can lead to models tracing patterns of learner’s learning activities, instead of their evolving knowledge states. In this paper, we propose a new architecture, Diagnostic Transformer (DTransformer), along with a new training paradigm, to tackle this challenge. With DTransformer, we build the architecture from question-level to knowledge-level, explicitly diagnosing learner’s knowledge proficiency from each question mastery states. We also propose a novel training algorithm based on contrastive learning that focuses on maintaining the stability of the knowledge state diagnosis. Through extensive experiments, we will show that with its understanding of knowledge state evolution, DTransformer achieves a better performance prediction accuracy and more stable knowledge state tracing results. We will also show that DTransformer is less sensitive to specific patterns with case study. We open-sourced our code and data at https://github.com/yxonic/DTransformer. Yu Yin 0002, Le Dai, Zhenya Huang, Shuanghong Shen, Fei Wang 0063, Qi Liu 0003, Enhong Chen, Xin Li 0064 |
WWW | 8 |
| 2022 | A Two-Tower Spatial-Temporal Graph Neural Network for Traffic Speed Prediction
Yansong Shen, Lin Li 0001, Qing Xie 0002, Xin Li 0064, Guandong Xu |
PAKDD (1) | 4 |
| 2020 | DCDT: A Digital Clock Drawing Test System for Cognitive Impairment ScreeningabstractAlzheimer’s disease is a chronic neurodegenerative disease that usually starts slowly and gradually worsens over time. Although there’s no cure for Alzheimer’s disease yet, a number of recent researches have shown that the early diagnosis and intervention could not only improve the quality of life but also help to slow the progression of the disease. Clock Drawing Test (CDT) is one of the commonly used clinical methods for screening cognitive impairment, due to its simplicity and convenience. In this paper, we’d like to introduce DCDT, a novel Clock Drawing Test system based on digital collection and intellectualized analysis. We first introduce the background of AD and CDT, and then describe the DCDT system from the external and internal aspects. Finally, the demonstration scenario is described briefly. Feiyang Xu, Zhen-Hua Ling, Xin Li 0064, Yunxia Li, Shijin Wang 0001 |
ICDE | 4 |
| 2018 | Understand and Assess People's Procrastination by Mining Computer Usage Log
Qi Liu 0003, Yong Ge 0001, Enhong Chen, Guiquan Liu, Xin Li 0064 |
KSEM (1) | 8 |
| 2017 | Co-training an Improved Recurrent Neural Network with Probability Statistic Models for Named Entity Recognition
Yueqing Sun, Lin Li 0001, Zhongwei Xie, Qing Xie 0002, Xin Li 0064, Guandong Xu |
DASFAA (2) | 5 |
| 2016 | Modeling User Mobility via User Psychological and Geographical Behaviors Towards Point of-Interest Recommendation
Xin Li 0064, Lin Li 0001, Guiquan Liu, Guandong Xu |
DASFAA (1) | 2 |
| 2016 | CoSoLoRec: Joint Factor Model with Content, Social, Location for Heterogeneous Point-of-Interest Recommendation
Hao Guo 0016, Xin Li 0064, Xiangyu Zhao 0001, Guiquan Liu, Guandong Xu |
KSEM | 2 |
| 2016 | Unsupervised Expert Finding in Social Network for Personalized Recommendation
Junmei Ding, Xin Li 0064, Guiquan Liu, Aili Shen, Xiangfu Meng |
WAIM (1) | 3 |
| 2015 | MARS: A multi-aspect Recommender system for Point-of-InterestabstractWith the pervasive use of GPS-enabled smart phones, location-based services, e.g., Location Based Social Networking (LBSN) have emerged . Point-of-Interests (POIs) Recommendation, as a typical component in LBSN, provides additional values to both customers and merchants in terms of user experience and business turnover. Existing POI recommendation systems mainly adopt Collaborative Filtering (CF), which only exploits user given ratings (i.e., user overall evaluation) about a merchant while regardless of the user preference difference across multiple aspects, which exists commonly in real scenarios. Meanwhile, besides ratings, most LBSNs also provide the review function to allow customers to give their opinions when dealing with merchants, which is often overlooked in these recommender systems. In this demo, we present MARS, a novel POI recommender system based on multi-aspect user preference learning from reviews by using utility theory. We first introduce the organization of our system, and then show how the user preferences across multiple aspects are integrated into our system alongside several case studies of mining user preference and POI recommendations. Xin Li 0064, Guandong Xu, Enhong Chen, Lin Li 0001 |
ICDE | 1 |
| 2015 | Learning User Preferences across Multiple Aspects for Merchant RecommendationabstractWith the pervasive use of mobile devices, Location Based Social Networks(LBSNs) have emerged in past years. These LBSNs, allowing their users to share personal experiences and opinions on visited merchants, have very rich and useful information which enables a new breed of location-based services, namely, Merchant Recommendation. Existing techniques for merchant recommendation simply treat each merchant as an item and apply conventional recommendation algorithms, e.g., Collaborative Filtering, to recommend merchants to a target user. However, they do not differentiate the user's real preferences on various aspects, and thus can only achieve limited success. In this paper, we aim to address this problem by utilizing and analyzing user reviews to discover user preferences in different aspects. Following the intuition that a user rating represents a personalized rational choice, we propose a novel utility-based approach by combining collaborative and individual views to estimate user preference (i.e., rating). An optimization algorithm based on a Gaussian model is developed to train our merchant recommendation approach. Lastly we evaluate the proposed approach in terms of effectiveness, efficiency and cold-start using two real-world datasets. The experimental results show that our approach outperforms the state-of-the-art methods. Meanwhile, a real mobile application is implemented to demonstrate the practicability of our method. Xin Li 0064, Guandong Xu, Enhong Chen, Lin Li 0001 |
ICDM | 1 |
| 2015 | Mining User's Location Intention from Mobile Search Log
Xin Li 0064, Lin Li 0001, Qi Liu 0003, Enhong Chen, Haiping Ma |
KSEM | 2 |
| 2014 | An Intelligent Search Platform for Business News
Hanchao Wang, Yu Zong, Lei Zhang 0060, Enhong Chen, Xin Li 0064 |
WAIM | 6 |
| 2013 | Mining Frequent Patterns in Print Logs with Semantically Alternative Labels
Xin Li 0064, Lei Zhang 0060, Enhong Chen, Yu Zong, Guandong Xu |
ADMA (2) | 1 |