Xin Li 0033

dblp:09/1365-33 · DBLP profile ↗
← Back
21ranked-venue papers in the field
2as first author
11since 2021 · last 2026
0000-0003-4257-4347ORCID · conflict

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

Information Retrieval & Web Search · 7 (2 first)Database Systems & Data Management · 6Data Mining & Knowledge Discovery · 6Knowledge Engineering, Semantic Web & Information Systems · 2
YearPublicationVenuePosition
2026 Combating Knowledge Corruption in Agent Systems: A Byzantine-Tolerant Secure Collaborative RAG Framework
abstract
While retrieval-augmented generation systems partially address the hallucination issues in large language models, it also introduces new vulnerabilities to knowledge corruption attacks. Adversaries exploit these vulnerabilities by poisoning documents provided by RAG system to manipulate LLM outputs. To counter this threat, we propose SecureCollaRAG, a Byzantine-tolerant collaborative RAG framework leveraging Multi-source Knowledge Validation Mechanism. Our approach enables agent system to securely verify document provenance through dynamic GNN-based credibility scoring, effectively preventing stealthy knowledge corruption attacks while preserving essential domain knowledge integrity. Through extensive evaluations and formal analysis, we demonstrate that SecureCollaRAG maintains robustness against attackers under non-IID data distributions.
Daqing He, Zijian Zhang 0001, Ye Liu 0012, Jiamou Liu, Zhirui Zeng, Zhan Qin, Xin Li 0033, Hongwei Yao, Jincheng An, Yi Li 0008, Xiulei Liu, Liehuang Zhu
WWW9
2025 Boosting with Fewer Tokens: Multi-Query Optimization for LLMs Using Node Text and Neighbor Cues
abstract
Recent studies have explored querying large language models (LLMs) to serve as predictors for graph mining tasks on text-attributed graphs (TAGs), establishing a promising paradigm that surpasses Graph Neural Networks (GNNs) in scalability and generalization. However, the high token costs of LLMs make this approach prohibitively expensive for large-scale node queries, and effective multi-query optimization solutions are currently lacking. By conducting information theory analysis at the single query level, we have gained insights that enabled the development of two multi-query optimization strategies: token pruning and query boosting. The token pruning strategy is designed to reduce token usage without compromising task performance by identifying saturated node queries and pruning tokens for these queries. Meanwhile, the query boosting strategy is designed to enhance task performance by enriching the context of unexecuted queries with pseudo-labels derived from previous queries through strategic scheduling, thereby maximizing the utility of these pseudo-labels. Extensive experiments applying these two strategies, either jointly or individually, to various existing methods demonstrate that the proposed approach serves our intentions well. Besides, this paper offers a fresh methodology for optimizing LLM processing of graph tasks, demonstrating great potential. For most natural graph data benchmarks in the field, it can save tokens by several orders of magnitude. For example, on the Ogbn-Products dataset, it could theoretically save up to$2\times 10^{9}$tokens.
Xin Li 0033, Yuangang Pan, Ivor W. Tsang
ICDE2
2025 Advancing Confidence Calibration and Quantification in Medication Recommendation
abstract
Medication recommendation (MR) has undergone rapid advancement in recent years, driven by its significant practical implications in healthcare. However, such high-risk scenarios still experience two critical yet overlooked challenges: the prevalent overconfidence in raw confidence for individual medications and the lack of a robust solution for confidence quantification in medication combinations. This paper represents the first in-depth study addressing this gap. We introduce two innovative methodologies tailored to the unique challenges of MR scenarios: 1) A discernible binning-based calibration method with theoretical guarantees for the confidence of individual medication. It guarantees distinct accuracy levels between adjacent bins and maintains consistent statistical reliability across calibration and test data, enabling calibrated confidence to reflect the correctness of medication recommendations distinctively. 2) A sample-based quantification method for the set confidence of medication combination, which is applicable for various existing performance metrics in MR. Utilizing representative deep MR models as backbones and conducting extensive experiments on the widely recognized MIMIC datasets, we empirically prove the effectiveness and robustness of our proposed methods. Our approaches not only improve the reliability of MR but also pave the way for more informed decision-making in clinical settings.
Qianyu Chen 0004, Xin Li 0033, Mingzhong Wang
KDD (1)2
2025 Robust Deep Signed Graph Clustering via Weak Balance Theory
abstract
Signed graph clustering is a critical technique for discovering community structures in graphs that exhibit both positive and negative relationships. We have identified two significant challenges in this domain: i) existing signed spectral methods are highly vulnerable to noise, which is prevalent in real-world scenarios; ii) the guiding principle "an enemy of my enemy is my friend", rooted in Social Balance Theory, often narrows or disrupts cluster boundaries in mainstream signed graph neural networks. Addressing these challenges, we propose the Deep Signed Graph Clustering framework (DSGC), which leverages Weak Balance Theory to enhance preprocessing and encoding for robust representation learning. First, DSGC introduces Violation Sign-Refine to denoise the signed network by correcting noisy edges with high-order neighbor information. Subsequently, Density-based Augmentation enhances semantic structures by adding positive edges within clusters and negative edges across clusters, following Weak Balance principles. The framework then utilizes Weak Balance principles to develop clustering-oriented signed neural networks to broaden cluster boundaries by emphasizing distinctions between negatively linked nodes. Finally, DSGC optimizes clustering assignments by minimizing a regularized clustering loss. Comprehensive experiments on synthetic and real-world datasets demonstrate DSGC consistently outperforms all baselines, establishing a new benchmark in signed graph clustering.
Xin Li 0033, Zeyu Zhang 0004, Mingzhong Wang, Xueying Zhu, Lejian Liao
WWW2
2025 Web-FTP: A Feature Transferring-Based Pre-Trained Model for Web Attack Detection
abstract
Web attack is a major threat to cyberspace security, so web attack detection models have become a critical task. Traditional supervised learning methods learn features of web attacks with large amounts of high-confidence labeled data, which are extremely expensive in the real world. Pre-trained models offer a novel solution with their ability to learn generic features on large unlabeled datasets. However, designing and deploying a pre-trained model for real-world web attack detection remains challenges. In this paper, we present a pre-trained model for web attack detection, including a pre-processing module, a pre-training module, and a deployment scheme. Our model significantly improves classification performance on several web attack detection datasets. Moreover, we deploy the model in real-world systems and show its potential for industrial applications.
Qinghua Shang, Xin Li 0033, Chengyi Li, Zijian Zhang 0001, Jincheng An, Chuanming Huang, Yang Chen 0028, Yuguang Cai
IEEE Trans. Knowl. Data Eng.3
2024 WL-Align: Weisfeiler-Lehman Relabeling for Aligning Users Across Networks via Regularized Representation Learning
abstract
Aligning users across networks using graph representation learning has been found effective where the alignment is accomplished in a low-dimensional embedding space. Yet, highly precise alignment remains challenging, especially for nodes with long-range connectivity to labeled anchors. To alleviate this limitation, we propose WL-Align which employs a regularized representation learning framework to learn distinctive node representations. It extends the Weisfeiler-Lehman Isormorphism Test and learns the alignment in alternating phases of “across-network Weisfeiler-Lehman relabeling” and “proximity-preserving representation learning”. The across-network Weisfeiler-Lehman relabeling is achieved through iterating the anchor-based label propagation and a similarity-based hashing to exploit the known anchors’ connectivity to different nodes in an efficient and robust manner. The representation learning module preserves the second-order proximity within individual networks and is regularized by the across-network Weisfeiler-Lehman hash labels. Extensive experiments on real-world and synthetic datasets have demonstrated that our proposed WL-Align outperforms the state-of-the-art methods, achieving significant performance improvements in the “exact matching” scenario.
Li Liu 0030, Penggang Chen, Xin Li 0033, William Kwok-Wai Cheung, Youmin Zhang 0006, Qun Liu 0005, Guoyin Wang 0001
IEEE Trans. Knowl. Data Eng.3
2023 Relation-aware Graph Convolutional Networks for Multi-relational Network Alignment
abstract
The alignment of multiple multi-relational networks, such as knowledge graphs, is vital for many AI applications. In comparison with existing GCNs which cannot fully utilize relational information of multiple types, we propose a relation-aware graph convolutional network (ERGCN), which is equipped with both entity convolution and relation convolution to learn the entity embeddings and relation embeddings simultaneously. The role discrimination and translation property of knowledge graphs are adopted in the entity convolutional process to incorporate the relation information. To facilitate the relation convolution, we construct quadruples to model the connection between a pair of relations thus to determine their neighborhood, which also enables the relation convolution to be conducted in an efficient way. Thereafter, AERGCN, the alignment framework based on ERGCN, is developed for multi-relational network alignment tasks. Anchors are used to supervise the objective function, which aims at minimizing the distances between anchors and to generate new cross-network triplets to build a bridge between different knowledge graphs at the level of triplet to improve the performance of alignment. Experiments on real-world datasets show that the proposed solutions outperform the competitive baselines in terms of link prediction, entity alignment, and relation alignment.
Xin Li 0033, Xiaoyan Tan, Mingzhong Wang
ACM Trans. Intell. Syst. Technol.2
2023 Towards Improving Embedding Based Models of Social Network Alignment via Pseudo Anchors
abstract
Social network alignment aims at aligning person identities across social networks. Embedding based models have been shown effective for the alignment where the structural proximity preserving objective is typically adopted for the model training. With the observation that “overly-close” user embeddings are unavoidable for such models causing alignment inaccuracy, we propose a novel learning framework which tries to enforce the resulting embeddings to be more widely apart among the users via the introduction of carefully implanted pseudo anchors. We further proposed a meta-learning algorithm to guide the updating of the pseudo anchor embeddings during the learning process. The proposed intervention via the use of pseudo anchors and meta-learning allows the learning framework to be applicable to a wide spectrum of network alignment methods. We have incorporated the proposed learning framework into several state-of-the-art models. Our experimental results demonstrate its efficacy where the methods with the pseudo anchors implanted can outperform their counterparts without pseudo anchors by a fairly large margin, especially when there only exist very few labeled anchors.
Li Liu 0030, Xin Li 0033, William Kwok-Wai Cheung, Youmin Zhang 0006, Qun Liu 0005, Guoyin Wang 0001
IEEE Trans. Knowl. Data Eng.3
2022 Domain-Adversarial Network Alignment
abstract
Network alignment is a critical task in a wide variety of fields. Many existing works leverage on representation learning to accomplish this task without eliminating domain representation bias induced by domain-dependent features, which yield inferior alignment performance. This paper proposes a unified deep architecture (DANA) to obtain a domain-invariant representation for network alignment via an adversarial domain classifier. Specifically, we employ the graph convolutional networks to perform network embedding under the domain adversarial principle, given a small set of observed anchors. Then, the semi-supervised learning framework is optimized by maximizing a posterior probability distribution of observed anchors and the loss of a domain classifier simultaneously. We also develop a few variants of our model, such as, direction-aware network alignment, weight-sharing for directed networks and simplification of parameter space. Experiments on three real-world social network datasets demonstrate that our proposed approaches achieve state-of-the-art alignment results.
Huiting Hong, Xin Li 0033, Yuangang Pan, Ivor W. Tsang
IEEE Trans. Knowl. Data Eng.2
2022 CHA: Categorical Hierarchy-based Attention for Next POI Recommendation
abstract
Next Point-of-interest (POI) recommendation is a key task in improving location-related customer experiences and business operations, but yet remains challenging due to the substantial diversity of human activities and the sparsity of the check-in records available. To address these challenges, we proposed to explore the category hierarchy knowledge graph of POIs via an attention mechanism to learn the robust representations of POIs even when there is insufficient data. We also proposed a spatial-temporal decay LSTM and a Discrete Fourier Series-based periodic attention to better facilitate the capturing of the personalized behavior pattern. Extensive experiments on two commonly adopted real-world location-based social networks (LBSNs) datasets proved that the inclusion of the aforementioned modules helps to boost the performance of next and next new POI recommendation tasks significantly. Specifically, our model in general outperforms other state-of-the-art methods by a large margin.
Hongyu Zang, Dongcheng Han, Xin Li 0033, Zhifeng Wan, Mingzhong Wang
ACM Trans. Inf. Syst.3
2021 Off-Policy Differentiable Logic Reinforcement Learning
Li Zhang 0144, Xin Li 0033, Mingzhong Wang, Andong Tian
ECML/PKDD (2)2
2020 Structural Representation Learning for User Alignment Across Social Networks
abstract
Aligning users across different social networks has become increasingly studied as an important task to social network analysis. In this paper, we propose a novel representation learning method that mainly exploits social structures for the network alignment. In particular, the proposed network embedding framework models the follower-ship and followee-ship of each user explicitly as input and output context vectors, while preserving the proximity of users with “similar” followers and followees in the embedded space. We incorporate both known and predicted user anchors across the networks as constraints to facilitate the transfer of context information to achieve accurate user alignment. Both network embedding and user alignment are inferred under a unified optimization framework with negative sampling adopted to ensure scalability. Also, variants of the proposed framework, including the incorporation of higher-order structural features, are also explored for further boosting the alignment accuracy. Extensive experiments on large-scale social and academia network datasets demonstrate the efficacy of our proposed model compared with state-of-the-art methods.
Li Liu 0030, Xin Li 0033, William Kwok-Wai Cheung, Lejian Liao
IEEE Trans. Knowl. Data Eng.2
2019 Next and Next New POI Recommendation via Latent Behavior Pattern Inference
abstract
Next and next new point-of-interest (POI) recommendation are essential instruments in promoting customer experiences and business operations related to locations. However, due to the sparsity of the check-in records, they still remain insufficiently studied. In this article, we propose to utilize personalized latent behavior patterns learned from contextual features, e.g., time of day, day of week, and location category, to improve the effectiveness of the recommendations. Two variations of models are developed, including GPDM, which learns a fixed pattern distribution for all users; and PPDM, which learns personalized pattern distribution for each user. In both models, a soft-max function is applied to integrate the personalized Markov chain with the latent patterns, and a sequential Bayesian Personalized Ranking (S-BPR) is applied as the optimization criterion. Then, Expectation Maximization (EM) is in charge of finding optimized model parameters. Extensive experiments on three large-scale commonly adopted real-world LBSN data sets prove that the inclusion of location category and latent patterns helps to boost the performance of POI recommendations. Specifically, our models in general significantly outperform other state-of-the-art methods for both next and next new POI recommendation tasks. Moreover, our models are capable of making accurate recommendations regardless of the short/long duration or distance.
Xin Li 0033, Dongcheng Han, Lejian Liao, Mingzhong Wang
ACM Trans. Inf. Syst.1
2018 Inferring Continuous Latent Preference on Transition Intervals for Next Point-of-Interest Recommendation
Xin Li 0033, Lejian Liao, Mingzhong Wang
ECML/PKDD (2)2
2017 A Time-Aware Personalized Point-of-Interest Recommendation via High-Order Tensor Factorization
abstract
Recently, location-based services (LBSs) have been increasingly popular for people to experience new possibilities, for example, personalized point-of-interest (POI) recommendations that leverage on the overlapping of user trajectories to recommend POI collaboratively. POI recommendation is yet challenging as it suffers from the problems known for the conventional recommendation tasks such as data sparsity and cold start, and to a much greater extent. In the literature, most of the related works apply collaborate filtering to POI recommendation while overlooking the personalized time-variant human behavioral tendency. In this article, we put forward a fourth-order tensor factorization-based ranking methodology to recommend users their interested locations by considering their time-varying behavioral trends while capturing their long-term preferences and short-term preferences simultaneously. We also propose to categorize the locations to alleviate data sparsity and cold-start issues, and accordingly new POIs that users have not visited can thus be bubbled up during the category ranking process. The tensor factorization is carefully studied to prune the irrelevant factors to the ranking results to achieve efficient POI recommendations. The experimental results validate the efficacy of our proposed mechanism, which outperforms the state-of-the-art approaches significantly.
Xin Li 0033, Huiting Hong, Lejian Liao
ACM Trans. Inf. Syst.1
2015 Deriving an Effective Hypergraph Model for Point of Interest Recommendation
Xin Li 0033, Lejian Liao, William Kwok-Wai Cheung
KSEM2
2015 Crafting a Time-Aware Point-of-Interest Recommendation via Pairwise Interaction Tensor Factorization
abstract
Location-based social networks have been increasingly used to experience users new possibilities, including personalized point-of-interest (POI) recommendation services which leverages on the overlapping of user trajectories to recommend POI collaboratively. POI recommendation is challenging as it does not just suffers from the problems known for collaborative filtering such as data sparsity and cold-start, but to a much greater extent. Most of the related works apply the conventional recommendation approaches to POI recommendation while overlooking the personalized time-variant human behavioral tendency. In this paper, we put forward a tensor factorization-based ranking methodology to recommend users their interested locations by considering their time-varying behavioral trends. We also propose to categorize the locations to address data sparsity and cold-start issues, and accordingly new locations the user have not been visited can thus be bubbled up during ranking the location candidates. The tensor factorization is carefully studied to prune the irrelevant factors to the ranking results to achieve efficient POI recommendation. The experimental results validate the effectiveness of our proposed mechanism which outperforms the state-of-the-art approaches by over 8% for precision.
Xinqiang Zhao, Xin Li 0033, Lejian Liao, William Kwok-Wai Cheung
KSEM2
2015 The Author-Topic-Community model for author interest profiling and community discovery
Chunshan Li, William Kwok-Wai Cheung, Yunming Ye, Xiaofeng Zhang 0002, Xin Li 0033
Knowl. Inf. Syst.6
2014 A Lexicon-Based Multi-class Semantic Orientation Analysis for Microblogs
Xin Li 0033, Fan Li 0001, Xiaofeng Zhang 0002
APWeb2
2014 A Novel Topical Authority-Based Microblog Ranking
Yanmei Zhai, Xin Li 0033, Xiumei Fan, William Kwok-Wai Cheung
APWeb2
2014 ReadBehavior: Reading Probabilities Modeling of Tweets via the Users' Retweeting Behaviors
Jianguang Du, Lejian Liao, Xin Li 0033, Li Liu 0030, Guoqiang Li 0003, Guanguo Gao, Guiying Wu
PAKDD (1)4