Xue Li 0001

dblp:l/XueLi · DBLP profile ↗
← Back
100ranked-venue papers in the field
1as first author
16since 2021 · last 2026
—ORCID · conflict

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

Data Mining & Knowledge Discovery · 45Information Retrieval & Web Search · 30 (1 first)Database Systems & Data Management · 18Knowledge Engineering, Semantic Web & Information Systems · 4Other / Interdisciplinary · 3
YearPublicationVenuePosition
2026 PIXEL: Adaptive Steering Via Position-wise Injection with eXact Estimated Levels under a Subspace Calibration
abstract
Reliable behavior control is central to deploying Large Language Models (LLMs) on the web. Activation steering offers a tuning-free route to align attributes (e.g., truthfulness) that ensure trustworthy generation. Prevailing approaches rely on coarse heuristics and lack a principled account of where to steer and how strongly to intervene. To this end, we propose Position-wise Injection with eXact Estimated Levels (PIXEL), a position-wise activation steering framework that, in contrast to prior work, learns a property-aligned subspace from dual views (tail-averaged and end-token) and selects intervention strength via a constrained geometric objective with a closed-form solution, thereby adapting to token-level sensitivity without global hyperparameter tuning. PIXEL further performs sample-level orthogonal residual calibration to refine the global attribute direction and employs a lightweight position-scanning routine to identify receptive injection sites. We additionally provide representation-level guarantees for the minimal-intervention rule, supporting reliable alignment. Across diverse models and evaluation paradigms, PIXEL consistently improves attribute alignment while preserving model general capabilities, offering a practical and principled method for LLMs' controllable generation. Our code is available at https://anonymous.4open.science/r/PIXEL-Adaptive-Steering-95DC
Manjiang Yu, Hongji Li 0003, Priyanka Singh 0001, Xue Li 0001, Di Wang 0015, Lijie Hu
WWW4
2026 Cassette: Case-to-Case Structural Distillation for Efficient Legal Case Retrieval
abstract
Legal case retrieval (LCR) is an essential tool for not only assisting legal practitioners to efficiently retrieve precedents but also enabling ordinary individuals to find valuable legal case information without relying on expensive professional legal services. Our previous work CaseLink demonstrated the effectiveness of using case to case graph structures to improve retrieval accuracy. However, its high computational cost during inference on large-scale legal databases limits its practical use in real-world settings. The main inefficiency comes from constructing test time graphs and computing pairwise term frequency similarities of cases. This process has \(O(n^{2})\) complexity for \( n \) legal cases, making the runtime prohibitive as the number of candidates grows. For example, the retrieval time for one query on a database (COLIEE2022) with 1,563 candidate cases is more than 500 milliseconds , while the runtime would increase drastically to more than 3,500 seconds for a database (LeCaRDv2) with 55,192 candidate cases . To further enhance the retrieval performance while achieving a significant speed-up, in this extension paper, Cassette framework is proposed with a distillation strategy involving ranking objective and eigen-matching objective for an effective transfer of knowledge from a powerful and well-trained heavy teacher retriever to a lightweight and efficient hybrid student dual encoder. Specifically, the student query encoder is implemented as a multilayer perceptron model designed for fast online processing, whereas the student candidate encoder adopts a GNN architecture, suitable for an offline manner within the case database. Extensive experiments are conducted on three benchmark datasets, and the results verify the effectiveness of the ranking distillation while achieving high efficiency. The code has been released on https://github.com/yanran-tang/Cassette/ .
Yanran Tang, Ruihong Qiu, Hongzhi Yin, Xue Li 0001, Zi Huang
ACM Trans. Inf. Syst.4
2025 HTEA: Heterogeneity-aware Embedding Learning for Temporal Entity Alignment
abstract
Temporal entity alignment (TEA), which identifies equivalent entities across temporal knowledge graphs (TKGs), plays a vital role in integrating multiple TKGs.Simply adapting traditional EA models to TKGs cannot achieve satisfactory results, driving the need for dedicated studies in TEA. However, existing TEA models often fail to effectively capture the importance of temporal features and the richness of temporal context during embedding learning. Moreover, the challenge of temporal heterogeneity, which is prevalent in real-world TKGs, has not been adequately studied. In this work, we propose a HTEA framework to address these limitations. Specifically, we introduce a frequency-based temporal embedding module that incorporates the importance of temporal features for each entity, along with a temporal attention mechanism that prioritizes more informative context based on temporal richness. We further design an iterative module to detect temporal heterogeneity and refine the related facts accordingly. In this way, entity embeddings can be improved progressively, yielding more accurate and consistent alignment outcomes.Extensive experiments showcase the efficacy of our HTEA model, especially under the existence of temporal heterogeneity in real-world TKGs.
Wen Hua, Fengmei Jin, Xue Li 0001
WSDM4
2024 CDER: Collaborative Evidence Retrieval for Document-Level Relation Extraction
Khai Phan Tran, Xue Li 0001
ACIIDS (1)2
2024 Recent Advances on Multi-modal Dialogue Systems: A Survey
Fenghua Cheng, Xue Li 0001, Jiangcheng Sang, Wenqi Zhao
ADMA (5)2
2024 Automatic Summarization of Life-Critical Situations by Generative AI
Xue Li 0001
ADMA (4)2
2024 CaseGNN: Graph Neural Networks for Legal Case Retrieval with Text-Attributed Graphs
Yanran Tang, Ruihong Qiu, Yilun Liu 0005, Xue Li 0001, Zi Huang
ECIR (2)4
2024 CaseLink: Inductive Graph Learning for Legal Case Retrieval
abstract
In case law, the precedents are the relevant cases that are used to support the decisions made by the judges and the opinions of lawyers towards a given case. This relevance is referred to as the case-to-case reference relation. To efficiently find relevant cases from a large case pool, retrieval tools are widely used by legal practitioners. Existing legal case retrieval models mainly work by comparing the text representations of individual cases. Although they obtain a decent retrieval accuracy, the intrinsic case connectivity relationships among cases have not been well exploited for case encoding, therefore limiting the further improvement of retrieval performance. In a case pool, there are three types of case connectivity relationships: the case reference relationship, the case semantic relationship, and the case legal charge relationship. Due to the inductive manner in the task of legal case retrieval, using case reference as input is not applicable for testing. Thus, in this paper, a CaseLink model based on inductive graph learning is proposed to utilise the intrinsic case connectivity for legal case retrieval, a novel Global Case Graph is incorporated to represent both the case semantic relationship and the case legal charge relationship. A novel contrastive objective with a regularisation on the degree of case nodes is proposed to leverage the information carried by the case reference relationship to optimise the model. Extensive experiments have been conducted on two benchmark datasets, which demonstrate the state-of-the-art performance of CaseLink. The code has been released on https://github.com/yanran-tang/CaseLink.
Yanran Tang, Ruihong Qiu, Hongzhi Yin, Xue Li 0001, Zi Huang
SIGIR4
2024 Privacy-Preserving and Fairness-Aware Federated Learning for Critical Infrastructure Protection and Resilience
abstract
The energy industry is undergoing significant transformations as it strives to achieve net-zero emissions and future-proof its infrastructure, where every participant in the power grid has the potential to both consume and produce energy resources. Federated learning -- which enables multiple participants to collaboratively train a model without aggregating the training data -- becomes a viable technology. However, the global model parameters that have to be shared for optimization are still susceptible to training data leakage. In this work, we propose confined gradient descent (CGD) that enhances the privacy of federated learning by eliminating the sharing of global model parameters. CGD exploits the fact that a gradient descent optimization can start with a set of discrete points and converges to another set in the neighborhood of the global minimum of the objective function. As such, each participant can independently initiate its own private global model~(referred to as the confined model ), and collaboratively learn it towards the optimum. The updates to their own models are worked out in a secure collaborative way during the training process.In such a manner, CGD retains the ability of learning from distributed data but greatly diminishes information sharing. Such a strategy also allows the proprietary confined models to adapt to the heterogeneity in federated learning, providing inherent benefits of fairness. We theoretically and empirically demonstrate that decentralized CGD øne provides a stronger differential privacy (DP) protection; \two is robust against the state-of-the-art poisoning privacy attacks; þree results in bounded fairness guarantee among participants; and \four provides high test accuracy (comparable with centralized learning) with a bounded convergence rate over four real-world datasets.
Yanjun Zhang 0002, Ruoxi Sun 0001, Liyue Shen, Guangdong Bai, Minhui Xue 0001, Mark Huasong Meng, Xue Li 0001, Ryan Kok Leong Ko, Surya Nepal
WWW7
2023 Dual-core mutual learning between scoring systems and clinical features for ICU mortality prediction
Zhenkun Shi, Sen Wang 0001, Lin Yue, Yijia Zhang 0003, Binod Kumar Adhikari, Wanli Zuo, Xue Li 0001
Inf. Sci.8
2022 Causality Discovery Based on Combined Causes and Multiple Causes in Drug-Drug Interaction
Sitthichoke Subpaiboonkit, Xue Li 0001, Xin Zhao 0013, Guido Zuccon
ADMA (1)2
2022 Social Boosted Recommendation With Folded Bipartite Network Embedding
abstract
With the prevalence of online social platforms, social recommendation has emerged as a promising direction that leverages the social network among users to enhance recommendation performance. However, the available social relations among users are usually extremely sparse and noisy, which may lead to inferior recommendation performance. To alleviate this problem, this paper novelly exploits the implicit higher-order social influence and dependencies among users to enhance social recommendation. In this paper, we propose a novel embedding method for general bipartite graphs, which defines inter-class message passing between explicit relations and intra-class message passing between implicit higher-order relations via a novel sequential modelling paradigm. Inspired by recent advances in self-attention-based sequential modelling, the proposed model features a self-attentive representation learning mechanism for implicit user-user relations. Moreover, this paper also explores the inductive embedding learning for social recommendation problems to improve the recommendation performance in cold-start settings. The proposed inductive learning paradigm for social recommendation enables embedding inference for those cold-start users and items (unseen during training) as long as they are linked to existing nodes in the original network. Extensive experiments on real-world datasets demonstrate the superiority of our method and suggest that higher-order implicit relationship among users is beneficial to improving social recommendation.
Hongxu Chen 0002, Hongzhi Yin, Tong Chen 0005, Weiqing Wang 0001, Xue Li 0001, Xia Ben Hu
IEEE Trans. Knowl. Data Eng.5
2021 Multi-hop Reading on Memory Neural Network with Selective Coverage for Medication Recommendation
abstract
Medication recommendation aiming at accurate prescription is a significant clinical application that assists caregivers in professional practice of medicine, and obtaining informative patient representations plays an important role in building effective recommendation models. Meanwhile, conducting attentive multi-hop reading on Memory Neural Network (MemNN) that stores knowledge from previous admissions is widely applied to derive contextual patterns for accurate patient representations. However, regular attentive reading may repeatedly attend to the same slots of MemNN. Although the coverage mechanism is proposed to tackle the problem, it is based on the assumption that there is one-to-one alignment between source information and target outputs, which medical records do not follow. In pursuit of a valuable model for medication recommendation, we propose the Multi-hop Reading with Selective Coverage (MRSC). MRSC firstly conducts information selection on MemNN based on the coverage of each slot. Then the method involves coverage into the attention calculation during the multi-hop reading on MemNN, making sure that all important historical records is fully utilized by balancing attention within selected information. Experiments on real-world clinical dataset demonstrate that MRSC successfully derives informative patient representations for the recommendation by conducting selection on MemNN and limiting attention adjustment within selected information.
Yanda Wang, Weitong Chen 0001, Dechang Pi, Lin Yue, Miao Xu 0001, Xue Li 0001
CIKM6
2021 Source-Style Transferred Mean Teacher for Source-data Free Object Detection
abstract
Unsupervised cross-domain object detection transfers a detection model trained on a source domain to the target domain that has a different data distribution from the source domain. Conventional domain adaptation detection protocols need source domain data during adaptation. However, due to some reasons such as data security, privacy and storage, we cannot access the source data in many practical applications. In this paper, we focus on source-data free domain adaptive object detection, which uses the pre-trained source model instead of the source data for cross-domain adaptation. Due to the lack of source data, we cannot directly align domain distribution between domains. To challenge this, we propose the Source style transferred Mean Teacher (SMT) for source-data free Object Detection. The batch normalization layers in the pre-trained model contain the style information and the data distribution of the non-observed source data. Thus we use the batch normalization information from the pre-trained source model to transfer the target domain feature to the source-like style feature to make full use of the knowledge from the pre-trained source model. Meanwhile, we use the consistent regularization of the Mean Teacher to further distill the knowledge from the source domain to the target domain. Furthermore, we found that by adding perturbations associated with the target domain distribution, the model can increase the robustness of domain-specific information, thus making the learned model generalized to the target domain. Experiments on multiple domain adaptation object detection benchmarks verify that our method is able to achieve state-of-the-art performance.
Mao Ye 0001, Shuaifeng Li, Xue Li 0001
MMAsia5
2021 Source data-free domain adaptation of object detector through domain-specific perturbation
abstract
The current unsupervised cross-domain detection methods need source domain data to retrain the detection model in target domain. However, the source domain data may be unavailable due to privacy, decentralization, or computation resource restrictions. A natural idea is to optimize the parameters of the source domain model by self-supervised learning based on pseudo labels. We propose another approach from the viewpoint of noise perturbation without pseudo-labeling. It can be assumed that the source and target domains are actually derived from a domain invariant space through domain-specific perturbations, respectively. A super target domain can be constructed by augmenting more target domain perturbations to the target domain images. The optimal direction of the target domain to the domain invariant space can be approximated as the alignment direction from the super target domain to the target domain. Based on this idea, we propose a novel method called SOAP (SOurce data-free domain Adaptation through domain Perturbation) which can remove domain perturbation from the target domain. The image-level, instance-level, and category consistency regularizations based on Mean Teacher structure are proposed to learn the correct alignment direction. Specifically, the category consistency can also further improve the classification accuracy. Extensive experiments on multiple domain adaptation scenarios demonstrate that SOAP achieves better performance surpassing the baseline (Faster R-CNN) and multiple state-of-the-art domain adaptation methods which need to access source domain data.
Mao Ye 0001, Yan Gan, Xue Li 0001, Yingying Zhu 0003
Int. J. Intell. Syst.5
2021 Deep dynamic imputation of clinical time series for mortality prediction
Zhenkun Shi, Sen Wang 0001, Lin Yue, Lixin Pang, Xianglin Zuo, Wanli Zuo, Xue Li 0001
Inf. Sci.7
2020 Sequence-Aware Factorization Machines for Temporal Predictive Analytics
abstract
In various web applications like targeted advertising and recommender systems, the available categorical features (e.g., product type) are often of great importance but sparse. As a widely adopted solution, models based on Factorization Machines (FMs) are capable of modelling high-order interactions among features for effective sparse predictive analytics. As the volume of web-scale data grows exponentially over time, sparse predictive analytics inevitably involves dynamic and sequential features. However, existing FM-based models assume no temporal orders in the data, and are unable to capture the sequential dependencies or patterns within the dynamic features, impeding the performance and adaptivity of these methods. Hence, in this paper, we propose a novel Sequence-Aware Factorization Machine (SeqFM) for temporal predictive analytics, which models feature interactions by fully investigating the effect of sequential dependencies. As static features (e.g., user gender) and dynamic features (e.g., user interacted items) express different semantics, we innovatively devise a multi-view self-attention scheme that separately models the effect of static features, dynamic features and the mutual interactions between static and dynamic features in three different views. In SeqFM, we further map the learned representations of feature interactions to the desired output with a shared residual network. To showcase the versatility and generalizability of SeqFM, we test SeqFM in three popular application scenarios for FM-based models, namely ranking, classification and regression tasks. Extensive experimental results on six large-scale datasets demonstrate the superior effectiveness and efficiency of SeqFM.
Tong Chen 0005, Hongzhi Yin, Nguyen Quoc Viet Hung, Wen-Chih Peng, Xue Li 0001, Xiaofang Zhou 0001
ICDE5
2020 A unified model for recommendation with selective neighborhood modeling
Jiahui Wen, Mingyang Zhong, Guangda Zhang, Xue Li 0001
Inf. Process. Manag.6
2020 Online sales prediction via trend alignment-based multitask recurrent neural networks
Tong Chen 0005, Hongzhi Yin, Hongxu Chen 0002, Hao Wang 0005, Xiaofang Zhou 0001, Xue Li 0001
Knowl. Inf. Syst.6
2019 RecKGC: Integrating Recommendation with Knowledge Graph Completion
Mingyang Zhong, Jiahui Wen, Weitong Chen 0001, Xiaofang Zhou 0001, Xue Li 0001
ADMA6
2019 Causality Discovery with Domain Knowledge for Drug-Drug Interactions Discovery
Sitthichoke Subpaiboonkit, Xue Li 0001, Xin Zhao 0013, Harrisen Scells, Guido Zuccon
ADMA2
2019 Personalised Medicine in Critical Care Using Bayesian Reinforcement Learning
Chandra Utomo, Hanna Kurniawati, Xue Li 0001, Suresh Pokharel
ADMA3
2019 DBRec: Dual-Bridging Recommendation via Discovering Latent Groups
abstract
In recommender systems, the user-item interaction data is usually sparse and not sufficient for learning comprehensive user/item representations for recommendation. To address this problem, we propose a novel dual-bridging recommendation model (DBRec). DBRec performs latent user/item group discovery simultaneously with collaborative filtering, and interacts group information with users/items for bridging similar users/items. Therefore, a user's preference over an unobserved item, in DBRec, can be bridged by the users within the same group who have rated the item, or the user-rated items that share the same group with the unobserved item. In addition, we propose to jointly learn user-user group (item-item group) hierarchies, so that we can effectively discover latent groups and learn compact user/item representations. We jointly integrate collaborative filtering, latent group discovering and hierarchical modelling into a unified framework, so that all the model parameters can be learned toward the optimization of the objective function. We validate the effectiveness of the proposed model with two real datasets, and demonstrate its advantage over the state-of-the-art recommendation models with extensive experiments.
Jiahui Wen, Mingyang Zhong, Chaojie Li, Weitong Chen 0001, Yin Yang 0001, Hongkui Tu, Xue Li 0001
CIKM9
2019 Exploiting Centrality Information with Graph Convolutions for Network Representation Learning
abstract
Network embedding has been proven effective to learn low-dimensional vector representations for network vertices, and recently received a tremendous amount of research attention. However, most of existing methods for network embedding merely focus on preserving the first and second order proximities between nodes, and the important properties of node centrality are neglected. Various centrality measures such as Degree, Closeness, Betweenness, Eigenvector and PageRank centralities have been designed to measure the importance of individual nodes. In this paper, we focus on a novel yet unsolved problem that aims to learn low-dimensional continuous nodes representations that not only preserve the network structure, but also keep the centrality information. We propose a generalizable model, namely GraphCSC, that utilizes both linkage information and centrality information to learn low-dimensional vector representations for network vertices. The learned embeddings by GraphCSC are able to preserve different centrality information of nodes. In addition, we further propose GraphCSC-M, a more comprehensive model that can preserve different centrality information simultaneously through learning multiple centrality-specific embeddings, and a novel attentive multi-view learning approach is developed to compress multiple embeddings of one node into a compact vector representation. Extensive experiments have been conducted to demonstrate that our model is able to preserve different centrality information of nodes, and achieves better performance on several benchmark tasks compared with recent state-of-the-art network embedding methods.
Hongxu Chen 0002, Hongzhi Yin, Tong Chen 0005, Nguyen Quoc Viet Hung, Wen-Chih Peng, Xue Li 0001
ICDE6
2019 AIR: Attentional Intention-Aware Recommender Systems
abstract
The capability of extracting sequential patterns from the user-item interaction data is now becoming a key feature of recommender systems. Though it is important to capture the sequential effect, existing methods only focus on modelling the sparse item-wise sequential effect in user preference and only consider the homogeneous user interaction behaviors (i.e., a single type of user behavior). As a result, the data sparsity issue inevitably arises and makes the learned sequential patterns fragile and unreliable, impeding the sequential recommendation performance of existing methods. Hence, in this paper, we propose AIR, namely attentional intention-aware recommender systems to predict category-wise future user intention and collectively exploit the rich heterogeneous user interaction behaviors (i.e., multiple types of user behaviors). In AIR, we propose to represent user intention as an action-category tuple to discover category-wise sequential patterns and to capture varied effect of different types of actions for recommendation. A novel attentional recurrent neural network (ARNN) is proposed to model the intention migration effect and infer users' future intention. Besides, an intention-aware factorization machine (ITFM) is developed to perform intention-aware sequential recommendation. Experiments on two real-life datasets demonstrate the superiority and practicality of AIR in sequential top-k recommendation tasks.
Tong Chen 0005, Hongzhi Yin, Hongxu Chen 0002, Rui Yan 0001, Nguyen Quoc Viet Hung, Xue Li 0001
ICDE6
2019 Enabling Privacy-Preserving Sharing of Genomic Data for GWASs in Decentralized Networks
abstract
The human genome can reveal sensitive information and is potentially re-identifiable, which raises privacy and security concerns about sharing such data on wide scales. In this work, we propose a preventive approach for privacy-preserving sharing of genomic data in decentralized networks for Genome-wide association studies (GWASs), which have been widely used in discovering the association between genotypes and phenotypes. The key components of this work are: a decentralized secure network, with a privacy- preserving sharing protocol, and a gene fragmentation framework that is trainable in an end-to-end manner. Our experiments on real datasets show the effectiveness of our privacy-preserving approaches as well as significant improvements in efficiency when compared with recent, related algorithms.
Yanjun Zhang 0002, Xin Zhao 0013, Xue Li 0001, Mingyang Zhong, Caitlin Curtis, Chen Chen 0056
WSDM3
2019 MMM: Multi-source Multi-net Micro-video Recommendation with Clustered Hidden Item Representation Learning
abstract
Unlike traditional video recommendations, micro-video inherits the characteristics of social platforms, such as social relation. A large amount of micro-videos showing explosive growth is badly affecting the user’s choice. In this paper, we propose a multi-source multi-net micro-video recommendation model that recommends micro-videos fitting users’ best interests. Different from existing works, as micro-video inherits the characteristics of social platforms, we simultaneously incorporate multi-source content data of items and multi-networks of users to learn user and item representations for recommendation. This information can be complementary to each other in a way that multi-modality data can bridge the semantic gap among items, while multi-type user networks, such as following and reposting, are able to propagate the preferences among users. Furthermore, to discover the hidden categories of micro-videos that properly match users’ interests, we interactively learn the user–item representations and perform the hidden item category clustering. The resulted categorical representations are interacted with user representations to model user preferences at different levels of hierarchies. Finally, multi-source content item data, multi-type user networks and hidden item categories are jointly modelled in a unified recommender, and the parameters of the model are collaboratively learned to boost the recommendation performance. Experiments on a real dataset demonstrate the effectiveness of the proposed model and its advantage over the state-of-the-art baselines.
Jiahui Wen, Mingyang Zhong, Weitong Chen 0001, Xue Li 0001
Data Sci. Eng.5
2019 Modelling user attitudes using hierarchical sentiment-topic model
Abdulqader Almars, Xue Li 0001, Xin Zhao 0013
Data Knowl. Eng.2
2019 PRS: efficient range skyline computation on massive data via presorting
Xixian Han, Xue Li 0001, Bailing Wang, Hong Gao 0001
Knowl. Inf. Syst.2
2019 A survey of sentiment analysis in social media
Lin Yue, Weitong Chen 0001, Xue Li 0001, Wanli Zuo, Minghao Yin
Knowl. Inf. Syst.3
2018 Vertical and Sequential Sentiment Analysis of Micro-blog Topic
Shuo Wan, Bohan Li 0001, Anman Zhang, Xue Li 0001
ADMA5
2018 Dynamic Illness Severity Prediction via Multi-task RNNs for Intensive Care Unit
abstract
Most of the existing analytics on ICU data mainly focus on mortality risk prediction and phenotyping analysis. However, they have limitations in providing sufficient evidence for decision making in a dynamically changing clinical environment. In this paper, we propose a novel approach that simultaneously analyses different organ systems to predict the illness severity of patients in an ICU, which can intuitively reflect the condition of the patients in a timely fashion. Specifically, we develop a novel deep learning model, namely MTRNN-ATT, which is based on multi-task recurrent neural networks. The physiological features of each organ system in time-series representations are learned by a single long short-term memory unit as a specific task. To utilize the relationships between organ systems, we use a shared LSTM unit to exploit the correlations between different tasks for further performance improvement. Also, we apply an attention mechanism in our deep model to learn the selective features at each stage to achieve better prediction results. We conduct extensive experiments on a real-world clinical dataset (MIMIC-III) to compare our method with many state-of-the-art methods. The experiment results demonstrate that the proposed approach performs better on the prediction tasks of illness severity scores.
Weitong Chen 0001, Sen Wang 0001, Guodong Long, Lina Yao 0001, Quan Z. Sheng, Xue Li 0001
ICDM6
2018 TADA: Trend Alignment with Dual-Attention Multi-task Recurrent Neural Networks for Sales Prediction
abstract
As a common strategy in sales-supply chains, the prediction of sales volume offers precious information for companies to achieve a healthy balance between supply and demand. In practice, the sales prediction task is formulated as a time series prediction problem which aims to predict the future sales volume for different products with the observation of various influential factors (e.g., brand, season, discount, etc.) and corresponding historical sales records. However, with the development of contemporary commercial markets, the dynamic interaction between influential factors with different semantic meanings becomes more subtle, causing challenges in fully capturing dependencies among these variables. Besides, though seeking similar trends from the history benefits the accuracy for the prediction of upcoming sales, existing methods hardly suit sales prediction tasks because the trends in sales time series are more irregular and complex. Hence, we gain insights from the encoder-decoder recurrent neural network (RNN) structure, and propose a novel framework named TADA to carry out trend alignment with dualattention, multi-task RNNs for sales prediction. In TADA, we innovatively divide the influential factors into internal feature and external feature, which are jointly modelled by a multi-task RNN encoder. In the decoding stage, TADA utilizes two attention mechanisms to compensate for the unknown states of influential factors in the future and adaptively align the upcoming trend with relevant historical trends to ensure precise sales prediction. Experimental results on two real-world datasets comprehensively show the superiority of TADA in sales prediction tasks against other state-of-the-art competitors.
Tong Chen 0005, Hongzhi Yin, Hongxu Chen 0002, Lin Wu 0001, Hao Wang 0005, Xiaofang Zhou 0001, Xue Li 0001
ICDM7
2018 PME: Projected Metric Embedding on Heterogeneous Networks for Link Prediction
abstract
Heterogenous information network embedding aims to embed heterogenous information networks (HINs) into low dimensional spaces, in which each vertex is represented as a low-dimensional vector, and both global and local network structures in the original space are preserved. However, most of existing heterogenous information network embedding models adopt the dot product to measure the proximity in the low dimensional space, and thus they can only preserve the first-order proximity and are insufficient to capture the global structure. Compared with homogenous information networks, there are multiple types of links (i.e., multiple relations) in HINs, and the link distribution w.r.t relations is highly skewed. To address the above challenging issues, we propose a novel heterogenous information network embedding model PME based on the metric learning to capture both first-order and second-order proximities in a unified way. To alleviate the potential geometrical inflexibility of existing metric learning approaches, we propose to build object and relation embeddings in separate object space and relation spaces rather than in a common space. Afterwards, we learn embeddings by firstly projecting vertices from object space to corresponding relation space and then calculate the proximity between projected vertices. To overcome the heavy skewness of the link distribution w.r.t relations and avoid "over-sampling'' or "under-sampling'' for each relation, we propose a novel loss-aware adaptive sampling approach for the model optimization. Extensive experiments have been conducted on a large-scale HIN dataset, and the experimental results show superiority of our proposed PME model in terms of prediction accuracy and scalability.
Hongxu Chen 0002, Hongzhi Yin, Weiqing Wang 0001, Hao Wang 0005, Nguyen Quoc Viet Hung, Xue Li 0001
KDD6
2018 Automated Explanations of User-Expected Trends for Aggregate Queries
Ibrahim A. Ibrahim, Xue Li 0001, Xin Zhao 0013, Sanad Al-Maskari, Abdullah M. Albarrak, Yanjun Zhang 0002
PAKDD (1)2
2018 EEG-based Motion Intention Recognition via Multi-task RNNs
abstract
Recognition of human intention based on Electroencephalography (EEG) signals attracts strong research interest in pattern recognition because of its promising applications that enable non-muscular communications and controls. Over the past few years, most EEG-based recognition works make significant efforts to learn extracted features to explore specific patterns between a segment of EEG signals and the corresponding activities. Unfortunately, vectorization-based feature representations, either vector-like or matrix-like ones, suffer from massive signal noise and difficulties of exploiting signal correlations between adjacent sensors of EEG signals. Most importantly, EEG signals are represented by one unique frequency and then fed into the subsequent learning model. Neglecting different frequencies of EEG signals can be detrimental to activity recognition because a particular frequency of EEG signals is more helpful to recognize some activities. Inspired by this idea, we propose to extract EEG signals with different frequencies and introduce a novel Multi-task deep learning model to learn the human intentions. We have conducted extensive experiments on a publicly available EEG benchmark dataset and compared our method with many state-of-the-art algorithms. The experimental results demonstrate that the proposed Multi-task deep recurrent neural network outperforms all the compared methods in a multi-class scenario.
Weitong Chen 0001, Sen Wang 0001, Xiang Zhang 0012, Lina Yao 0001, Lin Yue, Buyue Qian, Xue Li 0001
SDM7
2018 Learning Concept Hierarchy from Short Texts Using Context Coherence
Abdulqader Almars, Xue Li 0001, Ibrahim A. Ibrahim, Xin Zhao 0013
WISE (1)2
2017 Structured Sentiment Analysis
Abdulqader Almars, Xue Li 0001, Xin Zhao 0013, Ibrahim A. Ibrahim, Weiwei Yuan, Bohan Li 0001
ADMA2
2017 Predicting Clinical Outcomes of Alzheimer's Disease from Complex Brain Networks
Xingjuan Li, Yu Li 0018, Xue Li 0001
ADMA3
2017 Generating Life Course Trajectory Sequences with Recurrent Neural Networks and Application to Early Detection of Social Disadvantage
Lin Wu 0001, Michele Haynes, Tong Chen 0005, Xue Li 0001
ADMA5
2017 Group Recommender Model Based on Preference Interaction
Bohan Li 0001, Hongzhi Yin, Xue Li 0001, Donghai Guan, Xiaolin Qin
ADMA5
2017 Recovering Missing Values from Corrupted Spatio-Temporal Sensory Data via Robust Low-Rank Tensor Completion
Wenjie Ruan, Peipei Xu, Quan Z. Sheng, Nick Falkner, Xue Li 0001, Wei Zhang 0098
DASFAA (1)5
2017 PDD Graph: Bridging Electronic Medical Records and Biomedical Knowledge Graphs via Entity Linking
Meng Wang 0009, Jiaheng Zhang, Jun Liu 0002, Wei Hu 0007, Sen Wang 0001, Xue Li 0001
ISWC (2)6
2017 Constrained recommendations for query visualizations
Ibrahim A. Ibrahim, Abdullah M. Albarrak, Xue Li 0001
Knowl. Inf. Syst.3
2017 Unveiling Correlations via Mining Human-Thing Interactions in the Web of Things
abstract
With recent advances in radio-frequency identification (RFID), wireless sensor networks, and Web services, physical things are becoming an integral part of the emerging ubiquitous Web. Finding correlations among ubiquitous things is a crucial prerequisite for many important applications such as things search, discovery, classification, recommendation, and composition. This article presents DisCor-T , a novel graph-based approach for discovering underlying connections of things via mining the rich content embodied in the human-thing interactions in terms of user, temporal, and spatial information. We model this various information using two graphs, namely a spatio-temporal graph and a social graph. Then, random walk with restart (RWR) is applied to find proximities among things, and a relational graph of things (RGT) indicating implicit correlations of things is learned. The correlation analysis lays a solid foundation contributing to improved effectiveness in things management and analytics. To demonstrate the utility of the proposed approach, we develop a flexible feature-based classification framework on top of RGT and perform a systematic case study. Our evaluation exhibits the strength and feasibility of the proposed approach.
Lina Yao 0001, Quan Z. Sheng, Anne H. H. Ngu, Xue Li 0001, Boualem Benattalah
ACM Trans. Intell. Syst. Technol.4
2017 Learning Multiple Diagnosis Codes for ICU Patients with Local Disease Correlation Mining
abstract
In the era of big data, a mechanism that can automatically annotate disease codes to patients’ records in the medical information system is in demand. The purpose of this work is to propose a framework that automatically annotates the disease labels of multi-source patient data in Intensive Care Units (ICUs). We extract features from two main sources, medical charts and notes. The Bag-of-Words model is used to encode the features. Unlike most of the existing multi-label learning algorithms that globally consider correlations between diseases, our model learns disease correlation locally in the patient data. To achieve this, we derive a local disease correlation representation to enrich the discriminant power of each patient data. This representation is embedded into a unified multi-label learning framework. We develop an alternating algorithm to iteratively optimize the objective function. Extensive experiments have been conducted on a real-world ICU database. We have compared our algorithm with representative multi-label learning algorithms. Evaluation results have shown that our proposed method has state-of-the-art performance in the annotation of multiple diagnostic codes for ICU patients. This study suggests that problems in the automated diagnosis code annotation can be reliably addressed by using a multi-label learning model that exploits disease correlation. The findings of this study will greatly benefit health care and management in ICU considering that the automated diagnosis code annotation can significantly improve the quality and management of health care for both patients and caregivers.
Sen Wang 0001, Xue Li 0001, Xiaojun Chang, Lina Yao 0001, Quan Z. Sheng, Guodong Long
ACM Trans. Knowl. Discov. Data2
2016 Forecasting Seasonal Time Series Using Weighted Gradient RBF Network based Autoregressive Model
abstract
How to accurately forecast seasonal time series is very important for many business area such as marketing decision, planning production and profit estimation. In this paper, we propose a weighted gradient Radial Basis Function Network based AutoRegressive (WGRBF-AR) model for modeling and predicting the nonlinear and non-stationary seasonal time series. This WGRBF-AR model is a synthesis of the weighted gradient RBF network and the functional-coefficient autoregressive (FAR) model through using the WGRBF networks to approximate varying coefficients of FAR model. It not only takes the advantages of the FAR model in nonlinear dynamics description but also inherits the capability of the WGRBF network to deal with non-stationarity. We test our model using ten-years retail sales data on five different commodity in US. The results demonstrate that the proposed WGRBF-AR model can achieve competitive prediction accuracy compared with the state-of-the-art.
Wenjie Ruan, Quan Z. Sheng, Peipei Xu, Nguyen Khoi Tran 0001, Nick Falkner, Xue Li 0001, Wei Zhang 0098
CIKM6
2016 When Sensor Meets Tensor: Filling Missing Sensor Values Through a Tensor Approach
abstract
In the era of the Internet of Things, enormous number of sensors have been deployed in different locations, generating massive time-series sensory data with geo-tags. However, such sensory readings are easily missing due to various reasons such as the hardware malfunction, connection errors, and data corruption. This paper focuses on this challenge--how to accurately yet efficiently recover the missing values for corrupted time-series sensor data with geo-stamps. In this paper, we formulate the time-series sensor data as a 3-order tensor that naturally preserves sensors' temporal and spatial dependencies. Then we exploit its low-rank and sparse-noise structures by drawing upon recent advances in Robust Principal Component Analysis (RPCA) and tensor completion theory. The main novelty of this paper lies in that, we design a highly efficient optimization method that combines the alternating direction method of multipliers and accelerated proximal gradient to recover the data tensor. Besides testing our method using the synthetic data, we also design a real-world testbed by passive RFID (RadioFrequency IDentification) sensors. The results demonstrate the effectiveness and accuracy of our approach.
Wenjie Ruan, Peipei Xu, Quan Z. Sheng, Nguyen Khoi Tran 0001, Nick Falkner, Xue Li 0001, Wei Zhang 0098
CIKM6
2016 Truth Discovery via Exploiting Implications from Multi-Source Data
abstract
Data veracity is a grand challenge for various tasks on the Web. Since the web data sources are inherently unreliable and may provide conflicting information about the same real-world entities, truth discovery is emerging as a countermeasure of resolving the conflicts by discovering the truth, which conforms to the reality, from the multi-source data. A major challenge related to truth discovery is that different data items may have varying numbers of true values (or multi-truth), which counters the assumption of existing truth discovery methods that each data item should have exactly one true value. In this paper, we address this challenge by exploiting and leveraging the implications from multi-source data. In particular, we exploit three types of implications, namely the implicit negative claims, the distribution of positive/negative claims, and the co-occurrence of values in sources' claims, to facilitate multi-truth discovery. We propose a probabilistic approach with improvement measures that incorporate the three implications in all stages of truth discovery process. In particular, incorporating the negative claims enables multi-truth discovery, considering the distribution of positive/negative claims relieves truth discovery from the impact of sources' behavioral features in the specific datasets, and considering values' co-occurrence relationship compensates the information lost from evaluating each value in the same claims individually. Experimental results on three real-world datasets demonstrate the effectiveness of our approach.
Xianzhi Wang 0001, Quan Z. Sheng, Lina Yao 0001, Xue Li 0001, Xiu Susie Fang, Xiaofei Xu 0001, Boualem Benatallah
CIKM4
2016 Empowering Truth Discovery with Multi-Truth Prediction
abstract
Truth discovery is the problem of detecting true values from the conflicting data provided by multiple sources on the same data items. Since sources' reliability is unknown a priori, a truth discovery method usually estimates sources' reliability along with the truth discovery process. A major limitation of existing truth discovery methods is that they commonly assume exactly one true value on each data item and therefore cannot deal with the more general case that a data item may have multiple true values (or multi-truth). Since the number of true values may vary from data item to data item, this requires truth discovery methods being able to detect varying numbers of truth values from the multi-source data. In this paper, we propose a multi-truth discovery approach, which addresses the above challenges by providing a generic framework for enhancing existing truth discovery methods. In particular, we redeem the numbers of true values as an important clue for facilitating multi-truth discovery. We present the procedure and components of our approach, and propose three models, namely the byproduct model, the joint model, and the synthesis model to implement our approach. We further propose two extensions to enhance our approach, by leveraging the implications of similar numerical values and values' co-occurrence information in sources' claims to improve the truth discovery accuracy. Experimental studies on real-world datasets demonstrate the effectiveness of our approach.
Xianzhi Wang 0001, Quan Z. Sheng, Lina Yao 0001, Xue Li 0001, Xiu Susie Fang, Xiaofei Xu 0001, Boualem Benatallah
CIKM4
2016 Classification with Quantification for Air Quality Monitoring
Sanad Al-Maskari, Eve Bélisle, Xue Li 0001, Sébastien Le Digabel, Amin Nawahda
PAKDD (1)3
2016 Uncovering Locally Discriminative Structure for Feature Analysis
Sen Wang 0001, Feiping Nie 0001, Xiaojun Chang, Xue Li 0001, Quan Z. Sheng, Lina Yao 0001
ECML/PKDD (1)4
2016 Mining Health Examination Records - A Graph-Based Approach
abstract
General health examination is an integral part of healthcare in many countries. Identifying the participants at risk is important for early warning and preventive intervention. The fundamental challenge of learning a classification model for risk prediction lies in the unlabeled data that constitutes the majority of the collected dataset. Particularly, the unlabeled data describes the participants in health examinations whose health conditions can vary greatly from healthy to very-ill. There is no ground truth for differentiating their states of health. In this paper, we propose a graph-based, semi-supervised learning algorithm called SHG-Health (Semi-supervised Heterogeneous Graph on Health) for risk predictions to classify a progressively developing situation with the majority of the data unlabeled. An efficient iterative algorithm is designed and the proof of convergence is given. Extensive experiments based on both real health examination datasets and synthetic datasets are performed to show the effectiveness and efficiency of our method.
Ling Chen 0004, Xue Li 0001, Quan Z. Sheng, Wen-Chih Peng, John Bennett, Hsiao-Yun Hu, Nicole Huang
IEEE Trans. Knowl. Data Eng.2
2016 Diagnosis Code Assignment Using Sparsity-Based Disease Correlation Embedding
abstract
With the latest developments in database technologies, it becomes easier to store the medical records of hospital patients from their first day of admission than was previously possible. In Intensive Care Units (ICU), modern medical information systems can record patient events in relational databases every second. Knowledge mining from these huge volumes of medical data is beneficial to both caregivers and patients. Given a set of electronic patient records, a system that effectively assigns the disease labels can facilitate medical database management and also benefit other researchers, e.g., pathologists. In this paper, we have proposed a framework to achieve that goal. Medical chart and note data of a patient are used to extract distinctive features. To encode patient features, we apply a Bag-of-Words encoding method for both chart and note data. We also propose a model that takes into account both global information and local correlations between diseases. Correlated diseases are characterized by a graph structure that is embedded in our sparsity-based framework. Our algorithm captures the disease relevance when labeling disease codes rather than making individual decision with respect to a specific disease. At the same time, the global optimal values are guaranteed by our proposed convex objective function. Extensive experiments have been conducted on a real-world large-scale ICU database. The evaluation results demonstrate that our method improves multi-label classification results by successfully incorporating disease correlations.
Sen Wang 0001, Xiaojun Chang, Xue Li 0001, Guodong Long, Lina Yao 0001, Quan Z. Sheng
IEEE Trans. Knowl. Data Eng.3
2015 Approximate Truth Discovery via Problem Scale Reduction
abstract
Many real-world applications rely on multiple data sources to provide information on their interested items. Due to the noises and uncertainty in data, given a specific item, the information from different sources may conflict. To make reliable decisions based on these data, it is important to identify the trustworthy information by resolving these conflicts, i.e., the truth discovery problem. Current solutions to this problem detect the veracity of each value jointly with the reliability of each source for each data item. In this way, the efficiency of truth discovery is strictly confined by the problem scale, which in turn limits truth discovery algorithms from being applicable on a large scale. To address this issue, we propose an approximate truth discovery approach, which divides sources and values into groups according to a user-specified approximation criterion. The groups are then used for efficient inter-value influence computation to improve the accuracy. Our approach is applicable to most existing truth discovery algorithms. Experiments on real-world datasets show that our approach improves the efficiency compared to existing algorithms while achieving similar or even better accuracy. The scalability is further demonstrated by experiments on large synthetic datasets.
Xianzhi Wang 0001, Quan Z. Sheng, Xiu Susie Fang, Xue Li 0001, Xiaofei Xu 0001, Lina Yao 0001
CIKM4
2015 An Integrated Bayesian Approach for Effective Multi-Truth Discovery
abstract
Truth-finding is the fundamental technique for corroborating reports from multiple sources in both data integration and collective intelligent applications. Traditional truth-finding methods assume a single true value for each data item and therefore cannot deal will multiple true values (i.e., the multi-truth-finding problem). So far, the existing approaches handle the multi-truth-finding problem in the same way as the single-truth-finding problems. Unfortunately, the multi-truth-finding problem has its unique features, such as the involvement of sets of values in claims, different implications of inter-value mutual exclusion, and larger source profiles. Considering these features could provide new opportunities for obtaining more accurate truth-finding results. Based on this insight, we propose an integrated Bayesian approach to the multi-truth-finding problem, by taking these features into account. To improve the truth-finding efficiency, we reformulate the multi-truth-finding problem model based on the mappings between sources and (sets of) values. New mutual exclusive relations are defined to reflect the possible co-existence of multiple true values. A finer-grained copy detection method is also proposed to deal with sources with large profiles. The experimental results on three real-world datasets show the effectiveness of our approach.
Xianzhi Wang 0001, Quan Z. Sheng, Xiu Susie Fang, Lina Yao 0001, Xiaofei Xu 0001, Xue Li 0001
CIKM6
2015 Invariant Event Tracking on Social Networks
Sayan Unankard, Xue Li 0001, Guodong Long
DASFAA (2)2
2015 Freedom: Online Activity Recognition via Dictionary-Based Sparse Representation of RFID Sensing Data
abstract
Understanding and recognizing the activities performed by people is a fundamental research topic for a wide range of important applications such as fall detection of elderly people. In this paper, we present the technical details behind Freedom, a low-cost, unobtrusive system that supports independent livingof the older people. The Freedom system interprets what aperson is doing by leveraging machine learning algorithmsand radio-frequency identification (RFID) technology. To dealwith noisy, streaming, unstable RFID signals, we particularlydevelop a dictionary-based approach that can learn dictionariesfor activities using an unsupervised sparse coding algorithm. Our approach achieves efficient and robust activity recognitionvia a more compact representation of the activities. Extensiveexperiments conducted in a real-life residential environmentdemonstrate that our proposed system offers a good overallperformance (e.g., achieving over 96% accuracy in recognizing23 activities) and has the potential to be further developed tosupport the independent living of elderly people.
Lina Yao 0001, Quan Z. Sheng, Xue Li 0001, Sen Wang 0001, Tao Gu 0001, Wenjie Ruan, Wan Zou
ICDM3
2015 Unsupervised Feature Analysis with Class Margin Optimization
Sen Wang 0001, Feiping Nie 0001, Xiaojun Chang, Lina Yao 0001, Xue Li 0001, Quan Z. Sheng
ECML/PKDD (1)5
2014 Exploring Tag-Free RFID-Based Passive Localization and Tracking via Learning-Based Probabilistic Approaches
abstract
RFID-based localization and tracking has some promising potentials. By combining localization with its identification capability, existing applications can be enhanced and new applications can be developed. In this paper, we investigate a tag-free indoor localizing and tracking problem (e.g., people tracking) without requiring subjects to carry any tags or devices in a pure passive environment. We formulate localization as a classification task. In particular, we model the received signal strength indicator (RSSI) of passive tags using multivariate Gaussian Mixture Model (GMM), and use the Expectation Maximization (EM) to learn the maximum likelihood estimates of the model parameters. Several other learning-based probabilistic approaches are also explored in the localization problem. To track a moving subject, we propose GMM based Hidden Markov Model (HMM) and k Nearest Neighbor (kNN) based HMM approaches. We conduct extensive experiments in a testbed formed by passive RFID tags, and the experimental results demonstrate the effectiveness and accuracy of our approach.
Lina Yao 0001, Wenjie Ruan, Quan Z. Sheng, Xue Li 0001, Nick Falkner
CIKM4
2014 Mining Personal Health Index from Annual Geriatric Medical Examinations
abstract
People take regular medical examinations mostly not for discovering diseases but for having a peace of mind regarding their health status. Therefore, it is important to give them an overall feedback with respect to all the health indicators that have been ranked against the whole population. In this paper, we propose a framework of mining Personal Health Index (PHI) from a large and comprehensive geriatric medical examination (GME) dataset. We define PHI as an overall score of personal health status based on a complement probability of health risks. The health risks are calculated using the information from the cause of death (COD) dataset that is linked to the GME dataset. Especially, the highest health risk is revealed in the cases of people who had been taking GME for some years and then passed away for medical reasons. The proposed framework consists of methods in data pre-processing, feature extraction and selection, and model selection. The effectiveness of the proposed framework is validated by a set of comprehensive experiments based on the records of 102,258 participants. As the first of this kind, our work provides a baseline for further research.
Ling Chen 0004, Xue Li 0001, Sen Wang 0001, Hsiao-Yun Hu, Nicole Huang, Quan Z. Sheng, Mohamed A. Sharaf
ICDM2
2014 Semi-supervised Feature Analysis for Multimedia Annotation by Mining Label Correlation
Xiaojun Chang, Haoquan Shen, Sen Wang 0001, Jiajun Liu 0004, Xue Li 0001
PAKDD (2)5
2014 Exploring recommendations in internet of things
abstract
With recent advances in radio-frequency identification (RFID), wireless sensor networks, and Web-based services, physical things are becoming an integral part of the emerging ubiquitous Web. In this paper, we focus on the things recommendation problem in Internet of Things (IoT). In particular, we propose a unified probabilistic based framework by fusing information across relationships between users (i.e., users'social network) and things (i.e., things correlations) to make more accurate recommendations. The proposed approach not only inherits the advantages of the matrix factorization, but also exploits the merits of social relationships and thing-thing correlations. We validate our approach based on an Internet of Things platform and the experimental results demonstrate its feasibility and effectiveness.
Lina Yao 0001, Quan Z. Sheng, Anne H. H. Ngu, Helen Ashman, Xue Li 0001
SIGIR5
2014 Predicting Elections from Social Networks Based on Sub-event Detection and Sentiment Analysis
Sayan Unankard, Xue Li 0001, Mohamed A. Sharaf
WISE (2)2
2013 Location-Based Emerging Event Detection in Social Networks
Sayan Unankard, Xue Li 0001, Mohamed A. Sharaf
APWeb2
2013 A Model for Discovering Correlations of Ubiquitous Things
abstract
With recent advances in radio-frequency identification (RFID), wireless sensor networks, and Web services, physical things are becoming an integral part of the emerging ubiquitous Web. Correlation discovery for ubiquitous things is critical for many important applications such as things search, recommendation, annotation, classification, clustering, composition, and management. In this paper, we propose a novel approach for discovering things correlation based on user, temporal, and spatial information captured from usage events of things. In particular, we use a spatio-temporal graph and a social graph to model things usage contextual information and user-thing relationships respectively. Then, we apply random walks with restart on these graphs to compute correlations among things. This correlation analysis lays a solid foundation and contributes to improved effectiveness in things management. To demonstrate the utility of our approach, we perform a systematic case study and comprehensive experiments on things annotation.
Lina Yao 0001, Quan Z. Sheng, Byron J. Gao, Anne H. H. Ngu, Xue Li 0001
ICDM5
2013 Feature Extraction from Micro-blogs for Comparison of Products and Services
Xue Li 0001, Ke Wang 0001
WISE (1)2
2013 Automated discovery of multi-faceted ontologies for accurate query answering and future semantic reasoning
Mohammed Gollapalli, Xue Li 0001, Ian A. Wood
Data Knowl. Eng.2
2013 Learning from data streams with only positive and unlabeled data
Xiangju Qin, Yang Zhang 0010, Chen Li 0021, Xue Li 0001
J. Intell. Inf. Syst.4
2012 Sentiment Analysis for Effective Detection of Cyber Bullying
Vinita Nahar, Sayan Unankard, Xue Li 0001, Chaoyi Pang
APWeb3
2012 Context Sensitive Tag Expansion with Information Inference
Hongyun Cai 0001, Zi Huang, Jie Shao 0001, Xue Li 0001
DASFAA (1)4
2012 On the Prediction of Re-tweeting Activities in Social Networks - A Report on WISE 2012 Challenge
Sayan Unankard, Ling Chen 0004, Sen Wang 0001, Zi Huang, Mohamed A. Sharaf, Xue Li 0001
WISE7
2012 Dynamic classifier ensemble for positive unlabeled text stream classification
Shirui Pan, Yang Zhang 0010, Xue Li 0001
Knowl. Inf. Syst.3
2011 Ontology Guided Data Linkage Framework for Discovering Meaningful Data Facts
Mohammed Gollapalli, Xue Li 0001, Ian A. Wood, Guido Governatori
ADMA (2)2
2011 Bayesian Classifiers for Positive Unlabeled Learning
Jiazhen He, Yang Zhang 0010, Xue Li 0001
WAIM3
2011 Classifying text streams by keywords using classifier ensemble
Baoguo Yang, Yang Zhang 0010, Xue Li 0001
Data Knowl. Eng.3
2011 Best papers from the Fifth International Conference on Advanced Data Mining and Applications (ADMA 2009)
Jian Pei 0001, João Gama 0001, Qiang Yang 0001, Ronghuai Huang, Xue Li 0001
Knowl. Inf. Syst.5
2011 Toward a semantic granularity model for domain-specific information retrieval
abstract
Both similarity-based and popularity-based document ranking functions have been successfully applied to information retrieval (IR) in general. However, the dimension of semantic granularity also should be considered for effective retrieval. In this article, we propose a semantic granularity-based IR model that takes into account the three dimensions, namely similarity, popularity, and semantic granularity, to improve domain-specific search. In particular, a concept-based computational model is developed to estimate the semantic granularity of documents with reference to a domain ontology. Semantic granularity refers to the levels of semantic detail carried by an information item. The results of our benchmark experiments confirm that the proposed semantic granularity based IR model performs significantly better than the similarity-based baseline in both a bio-medical and an agricultural domain. In addition, a series of user-oriented studies reveal that the proposed document ranking functions resemble the implicit ranking functions exercised by humans. The perceived relevance of the documents delivered by the granularity-based IR system is significantly higher than that produced by a popular search engine for a number of domain-specific search tasks. To the best of our knowledge, this is the first study regarding the application of semantic granularity to enhance domain-specific IR.
Xin Yan 0002, Raymond Y. K. Lau, Dawei Song 0001, Xue Li 0001, Jian Ma 0008
ACM Trans. Inf. Syst.4
2010 Classifier Ensemble for Uncertain Data Stream Classification
Shirui Pan, Kuan Wu, Yang Zhang 0010, Xue Li 0001
PAKDD (1)4
2010 Naive Bayes Classifier for Positive Unlabeled Learning with Uncertainty
abstract
Existing algorithms for positive unlabeled learning (PU learning) only work with certain data. However, data uncertainty is prevalent in many real-world applications such as sensor network, market analysis and medical diagnosis. In this paper, based on positive naive Bayes (PNB), which is a PU learning algorithm for certain data, we propose an algorithm to handle uncertain data. However, it requires the prior probability of positive class and in real-life applications it is generally difficult for the users to provide this parameter, which is a drawback inherited from traditional PNB algorithm. We improve it by selecting the value of the prior probability of positive class automatically that can make the obtained classifier achieved optimal performance on the validation set. The conducted experiments show that the proposed algorithm yields good performance without user-specified the prior probability of positive class and has satisfactory performance even on highly uncertain data.
Jiazhen He, Yang Zhang 0010, Xue Li 0001
SDM3
2010 Associative Classifier for Uncertain Data
Xiangju Qin, Yang Zhang 0010, Xue Li 0001
WAIM3
2009 Dimension-Specific Search for Multimedia Retrieval
Zi Huang, Heng Tao Shen, Dawei Song 0001, Xue Li 0001, Stefan M. Rüger
DASFAA4
2009 Instance optimal query processing in spatial networks
Xiaofang Zhou 0001, Heng Tao Shen, Shazia Sadiq, Xue Li 0001
VLDB J.5
2008 Data Quality in Privacy Preservation for Associative Classification
Nattapon Harnsamut, Juggapong Natwichai, Xingzhi Sun 0001, Xue Li 0001
ADMA4
2007 Discovering Correlated Items in Data Streams
Xingzhi Sun 0001, Xue Li 0001, Maria E. Orlowska
PAKDD3
2007 Online Rare Events Detection
Junhua Zhao 0001, Xue Li 0001, Zhao Yang Dong
PAKDD2
2007 A Recommender System with Interest-Drifting
Shanle Ma, Xue Li 0001, Maria E. Orlowska
WISE2
2006 Concept-based document readability in domain specific information retrieval
abstract
Domain specific information retrieval has become in demand. Not only domain experts, but also average non-expert users are interested in searching domain specific (e.g., medical and health) information from online resources. However, a typical problem to average users is that the search results are always a mixture of documents with different levels of readability. Non-expert users may want to see documents with higher readability on the top of the list. Consequently the search results need to be re-ranked in a descending order of readability. It is often not practical for domain experts to manually label the readability of documents for large databases. Computational models of readability needs to be investigated. However, traditional readability formulas are designed for general purpose text and insufficient to deal with technical materials for domain specific information retrieval. More advanced algorithms such as textual coherence model are computationally expensive for re-ranking a large number of retrieved documents. In this paper, we propose an effective and computationally tractable concept-based model of text readability. In addition to textual genres of a document, our model also takes into account domain specific knowledge, i.e., how the domain-specific concepts contained in the document affect the document's readability. Three major readability formulas are proposed and applied to health and medical information retrieval. Experimental results show that our proposed readability formulas lead to remarkable improvements in terms of correlation with users' readability ratings over four traditional readability measures.
Xin Yan 0002, Dawei Song 0001, Xue Li 0001
CIKM3
2005 Time weight collaborative filtering
abstract
Collaborative filtering is regarded as one of the most promising recommendation algorithms. The item-based approaches for collaborative filtering identify the similarity between two items by comparing users' ratings on them. In these approaches, ratings produced at different times are weighted equally. That is to say, changes in user purchase interest are not taken into consideration. For example, an item that was rated recently by a user should have a bigger impact on the prediction of future user behaviour than an item that was rated a long time ago. In this paper, we present a novel algorithm to compute the time weights for different items in a manner that will assign a decreasing weight to old data. More specifically, the users' purchase habits vary. Even the same user has quite different attitudes towards different items. Our proposed algorithm uses clustering to discriminate between different kinds of items. To each item cluster, we trace each user's purchase interest change and introduce a personalized decay factor according to the user own purchase behaviour. Empirical studies have shown that our new algorithm substantially improves the precision of item-based collaborative filtering without introducing higher order computational complexity.
Xue Li 0001
CIKM2
2005 Effectiveness of Document Representation for Classification
Ding-Yi Chen, Xue Li 0001, Zhao Yang Dong, Xia Chen 0001
DaWaK2
2005 Hiding Classification Rules for Data Sharing with Privacy Preservation
Juggapong Natwichai, Xue Li 0001, Maria E. Orlowska
DaWaK2
2005 Finding Temporal Features of Event-Oriented Patterns
Xingzhi Sun 0001, Maria E. Orlowska, Xue Li 0001
PAKDD3
2005 Collaborative Filtering on Data Streams
Jorge M. Barajas, Xue Li 0001
PKDD2
2005 Document Re-ranking by Generality in Bio-medical Information Retrieval
Xin Yan 0002, Xue Li 0001, Dawei Song 0001
WISE2
2004 Reflective Web Interface Agent
Xue Li 0001
APWeb1
2004 Finding Negative Event-Oriented Patterns in Long Temporal Sequences
Xingzhi Sun 0001, Maria E. Orlowska, Xue Li 0001
PAKDD3
2004 PLD: A Distillation Algorithm for Misclassified Documents
Ding-Yi Chen, Xue Li 0001
WAIM2
2004 A Lightweight Encryption Algorithm for Mobile Online Multimedia Devices
Xue Li 0001, Zhao Yang Dong
WISE2
2003 Web Wrapper Validation
Eng-huan Pek, Xue Li 0001, Yaozong Liu
APWeb2
2003 Introducing Uncertainty into Pattern Discovery in Temporal Event Sequences
abstract
Pattern discovery in temporal event sequences is of great importance in many application domains, such as telecommunication network fault analysis. In reality, not every type of event has an accurate timestamp. Some of them, defined as inaccurate events may only have an interval as possible time of occurrence. The existence of inaccurate events may cause uncertainty in event ordering. The traditional support model cannot deal with this uncertainty, which would cause some interesting patterns to be missing. A new concept, precise support, is introduced to evaluate the probability of a pattern contained in a sequence. Based on this new metric, we define the uncertainty model and present an algorithm to discover interesting patterns in the sequence database that has one type of inaccurate event. In our model, the number of types of inaccurate events can be extended to k readily, however, at a cost of increasing computational complexity.
Xingzhi Sun 0001, Maria E. Orlowska, Xue Li 0001
ICDM3