Qing Li 0001

dblp:181/2689-1 · DBLP profile ↗
in reviewer pool ← Back
266ranked-venue papers in the field
17as first author
115since 2021 · last 2026
0000-0003-3370-471XORCID · conflict

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

Database Systems & Data Management · 125 (5 first)Information Retrieval & Web Search · 83 (5 first)Data Mining & Knowledge Discovery · 26 (3 first)Knowledge Engineering, Semantic Web & Information Systems · 16 (4 first)Other / Interdisciplinary · 11Business Process & Enterprise Data · 4Big Data, Cloud & Distributed Data Systems · 1
YearPublicationVenuePosition
2026 Multi-agent Causal Reasoning for Suicide Ideation Detection Through Online Conversations
Jun Li 0130, Xiangmeng Wang, Haoyang Li 0002, Yifei Yan, Hong Va Leong, Nancy Xiaonan Yu, Qing Li 0001
DASFAA (5)9
2026 Damba-ST: Domain-Adaptive Mamba for Efficient Urban Spatio-Temporal Prediction
abstract
Training urban spatio-temporal foundation models that generalize well across diverse regions and cities is critical for deploying urban services in unseen or data-scarce regions. Recent studies have typically focused on fusing cross-domain spatio-temporal data to train unified Transformer-based models. However, these models suffer from quadratic computational complexity and high memory overhead, limiting their scalability and practical deployment. Inspired by the efficiency of Mamba, a state space model with linear time complexity, we explore its potential for efficient urban spatio-temporal prediction. However, directly applying Mamba as a spatio-temporal backbone leads to negative transfer and severe performance degradation. This is primarily due to spatio-temporal heterogeneity and the recursive mechanism of Mamba's hidden state updates, which limit cross-domain generalization. To overcome these challenges, we propose Damba-ST, a novel domain-adaptive Mamba-based model for efficient urban spatio-temporal prediction. Damba-ST retains Mamba's linear complexity advantage while significantly enhancing its adaptability to heterogeneous domains. Specifically, we introduce two core innovations: (1) a domain-adaptive state space model that partitions the latent representation space into a shared subspace for learning cross-domain commonalities and independent, domain-specific subspaces for capturing intra-domain discriminative features; (2) three distinct Domain Adapters, which serve as domain-aware proxies to bridge disparate domain distributions and facilitate the alignment of cross-domain commonalities. Extensive experiments demonstrate the generalization and efficiency of Damba-ST. It achieves state-of-the-art performance on prediction tasks and demonstrates strong zero-shot generalization, enabling seamless deployment in new urban environments without extensive retraining or fine-tuning.
Rui An, Yifeng Zhang 0007, Ziran Liang, Wenqi Fan, Yuxuan Liang 0002, Xuequn Shang 0001, Qing Li 0001
ICDE7
2026 TAPE: A Temporal Graph-Based Memory System for Personal LLM Agents
Qing Li 0001, Wenjie Zhang 0001, Yunjun Gao
ICDE2
2026 Knapsack Optimization-Based Schema Linking for LLM-Based Text-to-SQL Generation
abstract
Generating SQLs from user queries is a long-standing challenge, where the accuracy of initial schema linking significantly impacts subsequent SQL generation performance. However, current schema linking models still struggle with missing relevant schema elements or an excess of redundant ones. A crucial reason for this is that commonly used metrics, recall and precision, fail to capture relevant element missing and thus cannot reflect actual schema linking performance. Motivated by this, we propose enhanced schema linking metrics by introducing a \textbf{restricted missing indicator}. Accordingly, we introduce \textbf{\underline{K}n\underline{a}psack optimization-based \underline{S}chema \underline{L}inking \underline{A}pproach (KaSLA)}, a plug-in schema linking method designed to prevent the missing of relevant schema elements while minimizing the inclusion of redundant ones. KaSLA employs a hierarchical linking strategy that first identifies the optimal table linking and subsequently links columns within the selected table to reduce linking candidate space. In each linking process, it utilizes a knapsack optimization approach to link potentially relevant elements while accounting for a limited tolerance of potentially redundant ones. With this optimization, KaSLA-1.6B achieves superior schema linking results compared to large-scale LLMs, including DeepSeek-V3 with the state-of-the-art (SOTA) schema linking method. Extensive experiments on Spider and BIRD benchmarks verify that KaSLA can significantly improve the SQL generation performance of SOTA Text2SQL models by substituting their schema linking processes. The code is available at https://github.com/DEEP-PolyU/KaSLA.
Zheng Yuan 0013, Hao Chen 0062, Zijin Hong, Qinggang Zhang, Feiran Huang, Qing Li 0001
ICDE6
2026 Training for Identity, Inference for Controllability: A Unified Approach to Tuning-Free Face Personalization
abstract
Tuning-free face personalization methods have developed along two distinct paradigms: text embedding approaches that map facial features into the text embedding space, and adapter-based methods that inject features through auxiliary cross-attention layers. While both paradigms have shown promise, existing methods struggle to simultaneously achieve high identity fidelity and flexible text controllability. We introduce UniID, a unified tuning-free framework that synergistically integrates both paradigms. Our key insight is that when merging these approaches, they should mutually reinforce only identity-relevant information while preserving the original diffusion prior for non-identity attributes. We realize this through a principled training-inference strategy: during training, we employ an identity-focused learning scheme that guides both branches to capture identity features exclusively; at inference, we introduce a normalized rescaling mechanism that recovers the text controllability of the base diffusion model while enabling complementary identity signals to enhance each other. This principled design enables UniID to achieve high-fidelity face personalization with flexible text controllability. Extensive experiments against six state-of-the-art methods demonstrate that UniID achieves superior performance in both identity preservation and text controllability.
Lianyu Pang, Qiping Wang 0004, Baoquan Zhao, Zhenguo Yang, Qing Li 0001, Xudong Mao
ICMR6
2026 Adaptive Multi-Agent Reasoning for Text-to-Video Retrieval
abstract
The rise of short-form video platforms and the emergence of multimodal large language models (MLLMs) have amplified the need for scalable, effective, zero-shot text-to-video retrieval systems. While recent advances in large-scale pretraining have improved zero-shot cross-modal alignment, existing methods still struggle with query-dependent temporal reasoning, limiting their effectiveness on complex queries involving temporal, logical, or causal relationships. To address these limitations, we propose an adaptive multi-agent retrieval framework that dynamically orchestrates specialized agents over multiple reasoning iterations based on the demands of each query. The framework includes: (1) a retrieval agent for scalable retrieval over large video corpora, (2) a reasoning agent for zero-shot contextual temporal reasoning, and (3) a query reformulation agent for refining ambiguous queries and recovering performance for those that degrade over iterations. These agents are dynamically coordinated by an orchestration agent, which leverages intermediate feedback and reasoning outcomes to guide execution. We also introduce a novel communication mechanism that incorporates retrieval-performance memory and historical reasoning traces to improve coordination and decision-making. Experiments on three TRECVid benchmarks spanning eight years show that our framework achieves a twofold improvement over CLIP4Clip and significantly outperforms state-of-the-art methods by a large margin. The code is available at https://github.com/nikkiwoo-gh/multi-agent-retrieval.
Jiaxin Wu 0001, Xiaoyong Wei, Qing Li 0001
ICMR3
2026 Inductive Subgraphs as Shortcuts: Causal Disentanglement for Heterophilic Graph Learning
abstract
Heterophily is a prevalent property of real-world graphs and is well known to impair the performance of homophilic Graph Neural Networks (GNNs). Prior work has attempted to adapt GNNs to heterophilic graphs through non-local neighbor extension or architecture refinement. However, the fundamental reasons behind misclassifications remain poorly understood. In this work, we take a novel perspective by examining recurring inductive subgraphs, empirically and theoretically showing that they act as spurious shortcuts that mislead GNNs and reinforce non-causal correlations in heterophilic graphs. To address this, we adopt a causal inference perspective to analyze and correct the biased learning behavior induced by shortcut inductive subgraphs. We propose a debiased causal graph that explicitly blocks confounding and spillover paths responsible for these shortcuts. Guided by this causal graph, we introduce Causal Disentangled GNN (CD-GNN), a principled framework that disentangles spurious inductive subgraphs from true causal subgraphs by explicitly blocking non-causal paths. By focusing on genuine causal signals, CD-GNN substantially improves the robustness and accuracy of node classification in heterophilic graphs. Extensive experiments on real-world datasets not only validate our theoretical findings but also demonstrate that our proposed CD-GNN outperforms state-of-the-art heterophily-aware baselines.
Xiangmeng Wang, Qian Li 0003, Haiyang Xia 0001, Hao Miao 0001, Qing Li 0001, Guandong Xu
SIGIR5
2026 mKG-RAG: Leveraging Multimodal Knowledge Graphs in Retrieval-Augmented Generation for Knowledge-intensive VQA
abstract
Retrieval-Augmented Generation (RAG) has emerged as an effective paradigm for expanding the knowledge capacity of Multimodal Large Language Models (MLLMs) by incorporating external knowledge sources into the generation process, and has been widely adopted for knowledge-based Visual Question Answering (VQA). Despite impressive advancements, vanilla RAG-based VQA methods that rely on unstructured documents and overlook the structural relations among knowledge elements frequently introduce irrelevant or misleading content, degrading answer accuracy and reliability. To overcome these challenges, a promising solution is to integrate multimodal knowledge graphs (KGs) into RAG-based VQA frameworks, thereby enhancing generation through structured multimodal knowledge. To this end, this paper proposes mKG-RAG, a novel retrieval-augmented generation framework built upon multimodal KGs for knowledge-intensive VQA tasks. Specifically, mKG-RAG leverages MLLM-driven graph extraction and vision-text matching to distill semantically consistent, modality-complementary entities and relations from multimodal documents, constructing high-quality multimodal KGs as structured knowledge representations. Furthermore, a dual-stage retrieval strategy equipped with a query-aware multimodal retriever is introduced to improve retrieval efficiency while progressively refining precision. Comprehensive experiments demonstrate that our approach significantly outperforms existing approaches and sets new state-of-the-art results for knowledge-based VQA. The code is available at https://github.com/xandery-geek/mKG-RAG.
Xu Yuan 0007, Liang-Bo Ning 0001, Qingqing Ye 0001, Wenqi Fan, Qing Li 0001
SIGIR5
2026 Continuous-time Discrete-space Diffusion Model for Recommendation
abstract
In the era of information explosion, Recommender Systems (RS) are essential for alleviating information overload and providing personalized user experiences. Recent advances in diffusion-based generative recommenders have shown promise in capturing the dynamic nature of user preferences. These approaches explore a broader range of user interests by progressively perturbing the distribution of user-item interactions and recovering potential preferences from noise, enabling nuanced behavioral understanding. However, existing diffusion-based approaches predominantly operate in continuous space through encoded graph-based historical interactions, which may compromise potential information loss and suffer from computational inefficiency. As such, we propose CDRec, a novel Continuous-time Discrete-space Diffusion Recommendation framework, which models user behavior patterns through discrete diffusion on historical interactions over continuous time. The discrete diffusion algorithm operates via discrete element operations (e.g., masking) while incorporating domain knowledge through transition matrices, producing more meaningful diffusion trajectories. Furthermore, the continuous-time formulation enables flexible adaptive sampling. To better adapt discrete diffusion models to recommendations, CDRec introduces: (1) a novel popularity-aware noise schedule that generates semantically meaningful diffusion trajectories, and (2) an efficient training framework combining consistency parameterization for fast sampling and a contrastive learning objective guided by multi-hop collaborative signals for personalized recommendation. Extensive experiments on real-world datasets demonstrate CDRec's superior performance in both recommendation accuracy and computational efficiency.
Chengyi Liu 0001, Xiao Chen 0016, Shijie Wang 0002, Wenqi Fan, Qing Li 0001
WSDM5
2026 Towards Next-Generation Recommender Systems: A Benchmark for Personalized Recommendation Assistant with LLMs
abstract
Recommender systems (RecSys) are widely used across various modern digital platforms and have garnered significant attention. Traditional recommender systems usually focus only on fixed and simple recommendation scenarios, making it difficult to generalize to new and unseen recommendation tasks in an interactive paradigm. Recently, the advancement of large language models (LLMs) has revolutionized the foundational architecture of RecSys, driving their evolution into more intelligent and interactive personalized recommendation assistants. However, most existing studies rely on fixed task-specific prompt templates to generate recommendations and evaluate the performance of personalized assistants, which limits the comprehensive assessments of their capabilities. This is because commonly used datasets lack high-quality textual user queries that reflect real-world recommendation scenarios, making them unsuitable for evaluating LLM-based personalized recommendation assistants. To address this gap, we introduce RecBench+, a new dataset benchmark designed to assess LLMs' ability to handle intricate user recommendation needs in the era of LLMs. RecBench+ encompasses a diverse set of queries that span both hard conditions and soft preferences, with varying difficulty levels. We evaluated commonly used LLMs on RecBench+ and uncovered below findings: 1) LLMs demonstrate preliminary abilities to act as recommendation assistants, 2) LLMs are better at handling queries with explicitly stated conditions, while facing challenges with queries that require reasoning or contain misleading information. Our dataset has been released at https://github.com/jiani-huang/RecBenchPlus.
Jiani Huang 0001, Shijie Wang 0002, Liang-Bo Ning 0001, Wenqi Fan, Shuaiqiang Wang, Dawei Yin 0001, Qing Li 0001
WSDM7
2026 Orchestration-Free Customer Service Automation: A Privacy-Preserving and Flowchart-Guided Framework
Mengze Hong, Chen Zhang 0013, Zichang Guo, Hanlin Gu, Di Jiang 0004, Qing Li 0001
WWW6
2026 LS-BiLLMs: Label supervised bi-directional large language models for token- and sequence-level information extraction
Zongxi Li, Xianming Li, Jing Li 0049, Haoran Xie 0001, Fu Lee Wang, Qing Li 0001
Inf. Process. Manag.6
2026 Multi-Task Learning With LLMs for Implicit Sentiment Analysis: Data-Level and Task-Level Automatic Weight Learning
abstract
Implicit sentiment analysis (ISA) presents significant challenges due to the absence of salient cue words. Previous methods have struggled with insufficient data and limited reasoning capabilities to infer underlying opinions. Integrating multi-task learning (MTL) with large language models (LLMs) offers the potential to enable models of varying sizes to reliably perceive and recognize genuine opinions in ISA. However, existing MTL approaches are constrained by two sources of uncertainty:data-level uncertainty, arising from hallucination problems in LLM-generated contextual information, andtask-level uncertainty, stemming from the varying capacities of models to process contextual information. To handle these uncertainties, we proposeMT-ISA, a novel MTL framework that enhances ISA by leveraging the generation and reasoning capabilities of LLMs through automatic weight learning (AWL). Specifically,MT-ISAconstructs auxiliary tasks using generative LLMs to supplement sentiment elements and incorporates automatic MTL to fully exploit auxiliary data. We introduce data-level and task-level AWL, which dynamically identify relationships and prioritize more reliable data and critical tasks, enabling models of varying sizes to adaptively learn fine-grained weights based on their reasoning capabilities. Three strategies are investigated for data-level AWL, which are integrated with homoscedastic uncertainty for task-level AWL. Extensive experiments reveal that models of varying sizes achieve an optimal balance between primary prediction and auxiliary tasks inMT-ISA. This underscores the effectiveness and adaptability of our approach.
Wenna Lai, Haoran Xie 0001, Guandong Xu, Qing Li 0001
IEEE Trans. Knowl. Data Eng.4
2026 MolReFlect: Toward In-Context Fine-Grained Alignments Between Molecules and Texts
abstract
Molecule discovery is a pivotal research field, impacting everything from medicine to materials. Recently, Large Language Models (LLMs) have been widely adopted in molecular understanding and generation, serving as a bridge between the molecular space and the natural language space, yet the alignment between molecules and their corresponding captions remains a significant challenge. Previous endeavors typically treat molecules as monolithic inputs, lacking an intermediate reasoning process and sacrificing explainability. In this work, we define fine-grained alignments as the precise correspondence between a molecule's sub-structures and the textual phrases that explain their properties. These alignments are crucial for LLMs to understand molecules in a more accurate and explainable manner. Normally, such fine-grained alignments require expert annotation, which is both costly and time-consuming. To allow LLMs to automatically label and learn the fine-grained alignments, we propose MolReFlect, a novel teacher-student framework, where a teacher LLM first generates and refines mappings between caption phrases and SMILES substructures and then explicitly teaches these detailed alignments to a student LLM. Experimental results demonstrate that MolReFlect enables LLMs to significantly outperform previous baselines, achieving the state-of-the-art performance in the molecule-caption translation task. Our codes are available via: https://github.com/phenixace/MolReFlect.
Jiatong Li 0003, Wei Liu 0123, Jingdi Lei, Di Zhang 0026, Wenqi Fan, Dongzhan Zhou, Qing Li 0001
IEEE Trans. Knowl. Data Eng.9
2026 Exploring Backdoor Attack and Defense for LLM-Empowered Recommendations
abstract
The fusion of Large Language Models (LLMs) with recommender systems (RecSys) has dramatically advanced personalized recommendations and drawn extensive attention. Despite the impressive progress, the safety of LLM-based RecSys against backdoor attacks remains largely under-explored. In this paper, we raise a new problem:Can a backdoor with a specific trigger be injected into LLM-based Recsys, leading to the manipulation of the recommendation responses when the backdoor trigger is appended to an item's title?To investigate the vulnerabilities of LLM-based RecSys under backdoor attacks, we propose a new attack framework termed Backdoor Injection Poisoning for RecSys (BadRec). BadRec perturbs the items' titles with triggers and employs several fake users to interact with these items, effectively poisoning the training set and injecting backdoors into LLM-based RecSys. Comprehensive experiments reveal that poisoning just 1% of the training data with adversarial examples is sufficient to successfully implant backdoors, enabling manipulation of recommendations. To further mitigate such a security threat, we propose a universal defense strategy called Poison Scanner (P-Scanner). Specifically, we introduce an LLMbased poison scanner to detect the poisoned items by leveraging the powerful language understanding and rich knowledge of LLMs. A trigger augmentation agent is employed to generate diverse synthetic triggers to guide the poison scanner in learning domain-specific knowledge of the poisoned item detection task. Extensive experiments on three real-world datasets validate the effectiveness of the proposed P-Scanner.
Liang-Bo Ning 0001, Wenqi Fan, Qing Li 0001
IEEE Trans. Knowl. Data Eng.3
2026 Efficient Graph Condensation via Gaussian Process
abstract
Graph condensation reduces the size of large graphs while preserving performance, addressing the scalability challenges of Graph Neural Networks caused by computational inefficiencies on large datasets. Existing methods often rely on bi-level optimization, requiring extensive GNN training and limiting their scalability. To tackle these issues, we propose Graph Condensation via Gaussian Process (GCGP), a novel and efficient framework that optimizes a compact, high-fidelity condensed graph, enabling effective training of various GNNs with reduced computational cost. GCGP utilizes a Gaussian Process (GP), with the condensed graph serving as observations, to estimate the posterior distribution of predictions. This approach eliminates the need for the iterative and resource-intensive training typically required by GNNs. To enhance the capability of the GCGP in capturing dependencies between function values, we derive a specialized covariance function that incorporates structural information. This covariance function broadens the receptive field of input nodes by local neighborhood aggregation, thereby facilitating the representation of intricate dependencies within the nodes. To address the challenge of optimizing binary structural information in condensed graphs, Concrete random variables are utilized to approximate the binary adjacency matrix in a continuous counterpart. This relaxation process allows the adjacency matrix to be represented in a differentiable form, enabling the application of gradient-based optimization techniques to discrete graph structures. Experimental results show that the proposed GCGP method efficiently condenses large-scale graph data while preserving predictive performance, addressing the scalability and efficiency challenges.
Lin Wang 0040, Qing Li 0001
IEEE Trans. Knowl. Data Eng.2
2026 Reliable Reasoning Path: Distilling Effective Guidance for LLM Reasoning With Knowledge Graphs
Yilin Xiao 0002, Chuang Zhou 0002, Qinggang Zhang, Bo Li 0037, Qing Li 0001, Xiao Huang 0001
IEEE Trans. Knowl. Data Eng.5
2026 Retrieval-Augmented Purifier for Robust LLM-Empowered Recommendation
abstract
Recently, Large Language Model (LLM)-empowered recommender systems have revolutionized personalized recommendation frameworks and attracted extensive attention. Despite the remarkable success, existing LLM-empowered RecSys have been demonstrated to be highly vulnerable to minor perturbations. To mitigate the negative impact of such vulnerabilities, one potential solution is to employ collaborative signals based on item–item co-occurrence to purify the malicious collaborative knowledge from the user’s irrelevant historical interactions. On the other hand, due to the capabilities to expand insufficient internal knowledge of LLMs, Retrieval-Augmented Generation (RAG) techniques provide unprecedented opportunities to enhance the robustness of LLM-empowered recommender systems by introducing external collaborative knowledge. Therefore, in this article, we propose a novel framework ( RETURN ) by retrieving external collaborative signals to purify the poisoned user profiles and enhance the robustness of LLM-empowered RecSys in a plug-and-play manner. Specifically, retrieval-augmented perturbation positioning is proposed to identify potential perturbations within the users’ historical sequences by retrieving external knowledge from collaborative item graphs. After that, we further retrieve the collaborative knowledge to cleanse the perturbations by using either deletion or replacement strategies and introduce a robust ensemble recommendation strategy to generate final robust predictions. Extensive experiments on three real-world datasets demonstrate the effectiveness of the proposed RETURN.
Liang-Bo Ning 0001, Wenqi Fan, Qing Li 0001
ACM Trans. Inf. Syst.3
2026 Embedding in Recommender Systems: A Survey
abstract
Recommender systems have become an essential component of many online platforms, providing personalized recommendations to users. A crucial aspect is embedding techniques that convert the high-dimensional discrete features, such as user and item IDs, into low-dimensional continuous vectors, which can enhance the recommendation performance. Embedding techniques have revolutionized the capture of complex entity relationships, generating significant research interest. This survey presents a comprehensive analysis of recent advances in recommender system embedding techniques. We examine centralized embedding approaches across matrix, sequential, and graph structures. In matrix-based scenarios, collaborative filtering generates embeddings that effectively model user-item preferences, particularly in sparse data environments. For sequential data, we explore various approaches including recurrent neural networks and self-supervised methods such as contrastive and generative learning. In graph-structured contexts, we analyze techniques like node2vec that leverage network relationships, along with applicable self-supervised methods. Our survey addresses critical scalability challenges in embedding methods and explores innovative directions in recommender systems. We introduce emerging approaches, including AutoML, hashing techniques, and quantization methods, to enhance performance while reducing computational complexity. Additionally, we examine the promising role of Large Language Models (LLMs) in embedding enhancement. Through detailed discussion of various architectures and methodologies, this survey aims to provide a thorough overview of state-of-the-art embedding techniques in recommender systems, while highlighting key challenges and future research directions. To facilitate development, evaluation, and comparison of embedding-based recommender systems, we provide an open source repository ( https://github.com/Applied-Machine-Learning-Lab/Embedding-in-Recommender-Systems ).
Maolin Wang 0001, Xinjian Zhao, Sheng Zhang 0028, Jiansheng Li, Binhao Wang 0001, Shucheng Zhou, Dawei Yin 0001, Qing Li 0001, Ruocheng Guo, Xiangyu Zhao 0001
ACM Trans. Inf. Syst.10
2026 SSD4Rec: A Structured State Space Duality Model for Efficient Sequential Recommendation
abstract
Sequential recommendation methods are crucial in modern recommender systems for their remarkable capability to understand a user’s changing interests based on past interactions. However, a significant challenge faced by current methods (e.g., RNN- or Transformer-based models) is to effectively and efficiently capture users’ preferences by modeling long behavior sequences, which impedes their various applications like short video platforms where user interactions are numerous. Recently, an emerging architecture named Mamba , built on state space models (SSM) with efficient hardware-aware designs, has showcased the tremendous potential for sequence modeling, presenting a compelling avenue for addressing the challenge effectively. Inspired by this, we propose a novel generic and efficient framework ( SSD4Rec ) for sequential recommendations, which explores the seamless adaptation of Mamba for recommendations. Specifically, SSD4Rec marks the long-length item sequences with sequence registers and processes the item representations with a novel Masked Bidirectional Structured State Space Duality block. This not only allows for hardware-aware matrix multiplication but also empowers outstanding capabilities in variable-length and long-range sequence modeling. Extensive evaluations on four benchmark datasets demonstrate that the proposed model achieves state-of-the-art performance while maintaining near-linear scalability with user sequence length. Our implementation based on PyTorch is available at https://github.com/ZhangYifeng1995/SSD4Rec .
Yifeng Zhang 0007, Haohao Qu, Liang-Bo Ning 0001, Wenqi Fan, Qing Li 0001
ACM Trans. Inf. Syst.5
2026 Towards A Generalizable and Expressive Graph Neural Network for Graph-Level Tasks with Theoretical Guarantees
abstract
Abstract Graph Neural Networks (GNNs) have become essential for solving graph-level tasks, such as classification and regression, across diverse domains including social networks and biology. However, existing GNNs struggle with the expressivity that captures complex structural patterns, and the generalization that ensures robust performance on diverse and noisy datasets. To address these challenges, we propose a novel GNN model that integrates a k -path rooted subgraph encoder, an adaptive graph contrastive learning approach, and a consistency-aware loss. The k -path rooted subgraph encoder enhances expressivity by capturing and distinguishing intricate substructures, with theoretical guarantees for counting paths and cycles. The adaptive graph contrastive learning framework improves generalization by generating domain-aware graph augmentations based on edge importance, while the consistency-aware loss ensures task-relevant properties are preserved across augmented views. Extensive experiments on 26 datasets spanning graph classification, regression, and realistic scenarios such as noise, class imbalance, and few-shot learning show that our model achieves superior performance against 18 state-of-the-art GNN models in both effectiveness and efficiency. The code is released in https://anonymous.4open.science/r/GEGNN .
Luyu Qiu, Yuming Xu, Haoyang Li 0002, Chen Zhang 0013, Alexander Zhou 0001, Peng Cheng 0003, Lei Chen 0002, Qing Li 0001
VLDB J.8
2025 Dynamic Service Knowledge Base Construction at WeChat
Haoyang Li 0002, Alexander Zhou 0001, Fengmei Jin, Qing Li 0001, Ziyuan Zhao, Hao Xin, Qiang Yan 0001, Tiezheng Mao, Xueling Lin, Zijian Li 0002, Lei Chen 0002
ADMA (4)4
2025 Social Relation Meets Recommendation: Augmentation and Alignment
abstract
Recommender systems are essential for modern content platforms, yet traditional behavior-based models often struggle with cold users who have limited interaction data. Engaging these users is crucial for platform growth. To bridge this gap, we propose leveraging the social-relation graph to enrich interest representations from behavior-based models. However, extracting value from social graphs is challenging due to relation noise and cross-domain inconsistency. To address the noise propagation and obtain accurate social interest, we employ a dual-view denoising strategy, employing low-rank SVD to the user-item interaction matrix for a denoised social graph and contrastive learning to align the original and reconstructed social graphs. Addressing the interest inconsistency between social and behavioral interests, we adopt a ''mutual distillation'' technique to isolate the original interests into aligned social/behavior interests and social/behavior specific interests, maximizing the utility of both. Experimental results on widely adopted industry datasets verify the method's effectiveness, particularly for cold users, offering a fresh perspective for future research. The implementation can be accessed at https://github.com/WANGLin0126/CLSRec.
Lin Wang 0040, Weisong Wang, Xuanji Xiao, Qing Li 0001
CIKM4
2025 Rethinking RobustBench: Is High Synthetic-Test Data Similarity an Implicit Information Advantage Inflating Robustness Scores?
abstract
Standardized benchmarks like RobustBench are crucial for evaluating adversarial robustness. However, the increasing dominance of models trained on massive synthetic datasets (orders of magnitude larger than original training sets) raises questions about reported performance gains. This work identifies and investigates a potential inflation factor: high feature-level similarity between large-scale synthetic training data and benchmark test sets. We argue this similarity is an inherent characteristic arising from the probabilistic generation process of these large datasets, which naturally produces examples highly similar to test instances in feature space. This creates what we term an “Implicit Information Advantage,” where models effectively train on near-duplicates of test instances. Through comprehensive empirical analysis, we demonstrate that: (1) Synthetic datasets exhibit significantly higher similarity to the test set compared to the original training data. (2) A direct correlation exists between this similarity and robustness outcomes, with test images benefiting most having the highest similarity scores. (3) Strikingly, ablation studies show that training on just a small fraction (e.g., 1%) of the most similar synthetic examples can yield robustness comparable to using the full massive dataset. These findings suggest current benchmarks may overestimate true robust generalization due to this similarity artifact. We call for revised evaluation protocols and greater transparency to ensure benchmarks accurately measure true generalization. Code and data can be found in https://github.com/fzjcdt/RethinkingRobustBench.
Chao Pan 0005, Ke Tang 0001, Qing Li 0001, Xin Yao 0001
DSAA3
2025 The Most Influenced Community Search on Social Networks
abstract
In this paper, we address a novel problem in social network analysis: the Most Influenced Community Search (MICS). Given a graph and a seed node set$S$, the MICS problem seeks to identify a densely connected sub graph that is most significantly impacted by$S$. We formally define MICS, prove its NP-hardness, and show that constant-factor approximation is not feasible. To solve MICS efficiently, we propose a two-phase framework. In the first phase, we compute the influenced expectation for each node, representing its likelihood of being influenced by$S$. We develop two algorithms: S-InfExp, a sampling-based method with theoretical guarantees, and L-InfExp, a learning-based approach for faster predictions. In the second phase, we introduce two algorithms, GlobalSearch and LocalSearch, to find the most influenced community. GlobalSearch uses a top-down, greedy approach, while LocalSearch applies a bottom-up strategy. Experiments on eight real-world datasets demonstrate that (1) L-InfExp is up to 100× faster than S-InfExp with comparable accuracy, (2) LocalSearch is 10× faster than GlobalSearch, with both algorithms effectively identifying the community with the highest influenced expectations, and (3) our algorithms outperform all baselines.
Xueqin Chang 0001, Qing Liu 0008, Yunjun Gao, Baihua Zheng, Yi Cai 0001, Qing Li 0001
ICDE6
2025 Towards Retrieval-Augmented Large Language Models: Data Management and System Design
abstract
Retrieval-augmented generation (RAG) has become a transformative approach for enhancing large language models (LLMs) by integrating external, reliable, and up-to-date knowledge. This addresses critical limitations such as hallucinations and outdated internal information. This tutorial delves into the evolution and frameworks of RAG, emphasizing the pivotal role of data management technologies in optimizing query processing, storage, indexing, and efficiency. It explores how RAG systems can deliver high-quality, context-aware outputs through efficient retrieval and integration, covering key topics such as retrieval-augmented LLM (RA-LLM) architectures, retrieval techniques, learning methodologies, and applications in NLP and domain-specific tasks. Challenges like customized query and generation, real-time retrieval, and trustworthy RAG are discussed alongside future directions and opportunities for innovation. Designed for students, researchers, and industry practitioners with basic artificial intelligence and data engineering knowledge, this tutorial offers practical insights into designing data management-powered RAG systems. It inspires the exploration of novel solutions in this rapidly evolving field.
Wenqi Fan, Pangjing Wu, Yujuan Ding, Liang-Bo Ning 0001, Shijie Wang 0002, Qing Li 0001
ICDE6
2025 Efficient Integration of Multi-View Attributed Graphs for Clustering and Embedding
abstract
A multi-view attributed graph (MVAG)$\mathcal{G}$captures the diverse relationships and properties of real-world entities through multiple graph views and attribute views. Effectively utilizing all views in$\mathcal{G}$is essential for MVAG clustering and embedding, which are important for applications like recommendation systems, anomaly detection, social network analysis, etc. Existing methods either achieve inferior result quality or incur significant computational costs to handle large-scale MVAGs. In this paper, we present a spectrum-guided Laplacian aggregation scheme with an effective objective formulation and two efficient algorithms SGLA and SGLA+, to cohesively integrate all views of$\mathcal{G}$into an MVAG Laplacian matrix, which readily enables classic graph algorithms to handle$\mathcal{G}$with superior performance in clustering and embedding tasks. We begin by conducting a theoretical analysis to design an integrated objective that consists of two components, the eigengap and connectivity objectives, aiming to link the spectral properties of the aggregated MVAG Laplacian with the underlying community and connectivity properties of$\mathcal{G}$. A constrained optimization problem is then formulated for the integration, which is computationally expensive to solve. Thus, we first develop the SGLA algorithm, which already achieves excellent performance compared with existing methods. To further enhance efficiency, we design SGLA+ to reduce the number of costly objective evaluations via sampling and approximation to quickly find an approximate optimum. Extensive experiments compare our methods against 12 baselines for clustering and 8 baselines for embedding on 8 multi-view attributed graphs, validating the superior performance of SGLA and SGLA+ in terms of result quality and efficiency. Compared with the most effective baselines, our methods are significantly faster, often by up to orders of magnitude. Our implementation is available at https://github.com/CyanideCentral/SGLA/.
Yiran Li 0004, Gongyao Guo, Jieming Shi 0001, Sibo Wang 0001, Qing Li 0001
ICDE5
2025 Condensing Pre-Augmented Recommendation Data via Lightweight Policy Gradient Estimation (Extended Abstract)
abstract
Training recommendation models on large datasets is time- and resource-intensive. It is desired to construct concise yet informative datasets for efficient training. Recent advances in dataset condensation offer a promising solution by synthesizing compact datasets. However, existing methods face two key limitations when applied to recommendation: (1) they fail to generate discrete user-item interactions, and (2) they could not preserve users' potential preferences. To address the limitations, we propose a lightweight condensation framework tailored for recommendation (DConRec), focusing on condensing user-item historical interaction sets. Specifically, we model the discrete user-item interactions via a probabilistic approach and design a pre-augmentation module to incorporate the potential user preferences into the condensed datasets. While the substantial size of datasets leads to costly optimization, we propose a lightweight policy gradient estimation to accelerate the data synthesis. Experimental results on multiple real-world datasets demonstrate the effectiveness and efficiency of DConRec. Besides, we theoretically examine the provable convergence of DConRec.
Jiahao Wu 0004, Wenqi Fan, Jingfan Chen, Shengcai Liu, Qijiong Liu, Qing Li 0001, Ke Tang 0001
ICDE7
2025 Backdoor Graph Condensation
abstract
Graph condensation has recently emerged as a prevalent technique to improve the training efficiency for graph neural networks (GNNs). It condenses a large graph into a small one such that a GNN trained on this small synthetic graph can achieve comparable performance to a GNN trained on the large graph. However, while existing graph condensation studies mainly focus on the best trade-off between graph size and the GNNs' performance (model utility), they overlook the security issues of graph condensation. To bridge this gap, we first explore backdoor attack against the GNNs trained on the condensed graphs. We introduce an effective backdoor attack against graph condensation, termed BGC. This attack aims to (1) preserve the condensed graph quality despite trigger injection, and (2) ensure trigger efficacy through the condensation process, achieving a high attack success rate. Specifically, BGC consistently updates triggers during condensation and targets representative nodes for poisoning. Extensive experiments demonstrate the effectiveness of our attack. BGC achieves a high attack success rate (close to 1.0) and good model utility in all cases. Furthermore, the results against multiple defense methods demonstrate BGC's resilience under their defenses. Finally, we analyze the key hyperparameters that influence the attack performance. Our code is available at: https://github.com/JiahaoWuGitIBGC.
Jiahao Wu 0004, Ning Lu 0006, Zeyu Dai 0001, Kun Wang 0056, Wenqi Fan, Shengcai Liu, Qing Li 0001, Ke Tang 0001
ICDE7
2025 A Survey of WebAgents: Towards Next-Generation AI Agents for Web Automation with Large Foundation Models
abstract
With the advancement of web techniques, they have significantly revolutionized various aspects of people's lives. Despite the importance of the web, many tasks performed on it are repetitive and time-consuming, negatively impacting the overall quality of life. To efficiently handle these tedious daily tasks, one of the most promising approaches is to advance autonomous agents to incorporate human-like intelligence based on Artificial Intelligence (AI) techniques, referred to as AI Agents. AI Agents offer significant advantages in handling such tasks since they can operate continuously without fatigue or performance degradation. Therefore, leveraging AI Agents - termed WebAgents in the context of web - to automatically assist people in handling tedious daily tasks can dramatically enhance productivity and efficiency. Recently, Large Foundation Models (LFMs) containing billions of parameters have exhibited human-like language understanding and reasoning capabilities, showing proficiency in performing various complex tasks. This naturally raises the question: 'Can LFMs be utilized to develop powerful AI Agents that automatically handle web tasks, providing significant convenience to users?' To fully explore the potential of LFMs, extensive research has emerged on WebAgents designed to complete daily web tasks according to user instructions, significantly enhancing the convenience of daily human life. In this survey, we comprehensively review existing research studies on WebAgents across three key aspects: architectures, training, and trustworthiness. Additionally, several promising directions for future research are explored to provide deeper insights.
Liang-Bo Ning 0001, Ziran Liang, Zhuohang Jiang, Haohao Qu, Yujuan Ding, Wenqi Fan, Xiaoyong Wei, Shanru Lin, Hui Liu 0031, Philip S. Yu, Qing Li 0001
KDD (2)11
2025 HiBench: Benchmarking LLMs Capability on Hierarchical Structure Reasoning
abstract
Structure reasoning is a fundamental capability of large language models (LLMs), enabling them to reason about structured commonsense and answer multi-hop questions. However, existing benchmarks for structure reasoning mainly focus on horizontal and coordinate structures (e.g. graphs), overlooking the hierarchical relationships within them. Hierarchical structure reasoning is crucial for human cognition, particularly in memory organization and problem-solving. It also plays a key role in various real-world tasks, such as information extraction and decision-making. To address this gap, we propose HiBench, the first framework designed to systematically benchmark the hierarchical reasoning capabilities of LLMs from initial structure generation to final proficiency assessment. It encompasses six representative scenarios, covering both fundamental and practical aspects, and consists of 30 tasks with varying hierarchical complexity, totaling 39,519 queries. To evaluate LLMs comprehensively, we develop five capability dimensions that depict different facets of hierarchical structure understanding. Through extensive evaluation of 20 LLMs from 10 model families, we reveal key insights into their capabilities and limitations: 1) existing LLMs show proficiency in basic hierarchical reasoning tasks; 2) they still struggle with more complex structures and implicit hierarchical representations, especially in structural modification and textual reasoning. Based on these findings, we create a small yet well-designed instruction dataset, which enhances LLMs' performance on HiBench by an average of 88.84% (Llama-3.1-8B) and 31.38% (Qwen2.5-7B) across all tasks. The HiBench dataset and toolkit are available at https://github.com/jzzzzh/HiBench to encourage evaluation.
Zhuohang Jiang, Pangjing Wu, Ziran Liang, Peter Q. Chen, Xu Yuan 0007, Ye Jia, Jiancheng Tu, Chen Li 0023, Peter Hiu Fung Ng, Qing Li 0001
KDD (2)10
2025 Expert-Guided Toxicity Filtration for Debiased Generation
Xueyao Sun, Kaize Shi, Guandong Xu, Qing Li 0001
PAKDD (4)5
2025 HyperG: Hypergraph-Enhanced LLMs for Structured Knowledge
abstract
Given that substantial amounts of domain-specific knowledge are stored in structured formats, such as web data organized through HTML, Large Language Models (LLMs) are expected to fully comprehend this structured information to broaden their applications in various real-world downstream tasks. Current approaches for applying LLMs to structured data fall into two main categories: serialization-based and operation-based methods. Both approaches, whether relying on serialization or using SQL-like operations as an intermediary, encounter difficulties in fully capturing structural relationships and effectively handling sparse data. To address these unique characteristics of structured data, we propose HyperG, a hypergraph-based generation framework aimed at enhancing LLMs' ability to process structured knowledge. Specifically, HyperG first augment sparse data with contextual information, leveraging the generative power of LLMs, and incorporate a prompt-attentive hypergraph learning (PHL) network to encode both the augmented information and the intricate structural relationships within the data. To validate the effectiveness and generalization of HyperG, we conduct extensive experiments across two different downstream tasks requiring structured knowledge. Our code is publicly available at: https://github.com/s1ruihuang/HyperG.
Sirui Huang, Hanqian Li, Yanggan Gu, Xuming Hu, Qing Li 0001, Guandong Xu
SIGIR5
2025 Athena: An Effective Learning-based Framework for Query Optimizer Performance Improvement
abstract
Recent studies have made it possible to integrate learning techniques into database systems for practical utilization. In particular, the state-of-the-art studies hook the conventional query optimizer to explore multiple execution plan candidates, then choose the optimal one with a learned model. This framework simplifies the integration of learning techniques into the database system. However, these methods still have room for improvement due to their limited plan exploration space and ineffective learning from execution plans. In this work, we propose Athena, an effective learning-based framework of query optimizer enhancer. It consists of three key components: (i) an order-centric plan explorer, (ii) a Tree-Mamba plan comparator and (iii) a time-weighted loss function. We implement Athena on top of the open-source database PostgreSQL and demonstrate its superiority via extensive experiments. Specifically, We achieve 1.75x, 1.95x, 5.69x, and 2.74x speedups over the vanilla PostgreSQL on the JOB, STATS-CEB, TPC-DS, and DSB benchmarks, respectively. Athena is 1.74x, 1.87x, 1.66x, and 2.28x faster than the state-of-the-art competitor Lero on these benchmarks. Additionally, Athena is open-sourced and it can be easily adapted to other relational database systems as all these proposed techniques in Athena are generic.
Runzhong Li, Qilong Li 0001, Rui Mao 0001, Qing Li 0001, Bo Tang 0016
Proc. ACM Manag. Data5
2025 When Speed meets Accuracy: an Efficient and Effective Graph Model for Temporal Link Prediction
abstract
Temporal link prediction in dynamic graphs is a critical task with applications in diverse domains such as social networks, recommendation systems, and e-commerce platforms. While existing Temporal Graph Neural Networks (T-GNNs) have achieved notable success by leveraging complex architectures to model temporal and structural dependencies, they often suffer from scalability and efficiency challenges due to high computational overhead. In this paper, we propose EAGLE, a lightweight framework that integrates short-term temporal recency and long-term global structural patterns. EAGLE consists of a time-aware module that aggregates information from a node's most recent neighbors to reflect its immediate preferences, and a structure-aware module that leverages temporal personalized PageRank to capture the influence of globally important nodes. To balance these attributes, EAGLE employs an adaptive weighting mechanism to dynamically adjust their contributions based on data characteristics. Also, EAGLE eliminates the need for complex multi-hop message passing or memory-intensive mechanisms, enabling significant improvements in efficiency. Extensive experiments on seven real-world temporal graphs demonstrate that EAGLE consistently achieves superior performance against state-of-the-art T-GNNs in both effectiveness and efficiency, delivering more than a 50× speedup over effective transformer-based T-GNNs.
Haoyang Li 0002, Yuming Xu, Hanmo Liu, Darian Li, Chen Zhang 0013, Lei Chen 0002, Qing Li 0001
Proc. VLDB Endow.8
2025 A Multi-Hop Graph Reasoning Network for Knowledge-Based VQA
abstract
Knowledge-based visual question answering (KB-VQA) requires reasoning about the visual grounding relations between the images and questions by incorporating external knowledge. Existing works typically retrieve knowledge from knowledge graphs by leveraging global multimodal representations of image–text pairs for graph convolution, which neglect contextual clues at hop granularity, resulting in suboptimal spreading and leveraging of contextual information. To this end, we propose a multi-hop graph reasoning network (MGRN) for KB-VQA, which consists of a knowledge graph constructor (KGC) module, a semantic-instructed graph reasoning (SGR) module, and an answering module. MGRN exploits multimodal semantics from given images and questions as instructions for graph reasoning to obtain the knowledge representation from either the scene graph or knowledge base. Specifically, KGC fuses the scene graph with triplets from ConceptNet and Comet to construct a contextual knowledge graph for retrieving knowledge representation. Furthermore, SGR conducts multi-hop graph reasoning to select top- K knowledge items for answering by passing and filtering interplay messages on contextual knowledge graphs under the guidance of multimodal semantic representation. Extensive experiments conducted on two public datasets show the effectiveness and outperformance of our method.
Jiuxiang You, Zhenguo Yang, Xiaoping Li 0001, Haoran Xie 0001, Qing Li 0001, Wenyin Liu
ACM Trans. Intell. Syst. Technol.6
2025 Graph Machine Learning in the Era of Large Language Models (LLMs)
abstract
Graphs play an important role in representing complex relationships in various domains like social networks, knowledge graphs, and molecular discovery. With the advent of deep learning, Graph Neural Networks (GNNs) have emerged as a cornerstone in Graph Machine Learning (Graph ML), facilitating the representation and processing of graphs. Recently, LLMs have demonstrated unprecedented capabilities in language tasks and are widely adopted in a variety of applications, such as computer vision and recommender systems. This remarkable success has also attracted interest in applying LLMs to the graph domain. Increasing efforts have been made to explore the potential of LLMs in advancing Graph ML’s generalization, transferability, and few-shot learning ability. Meanwhile, graphs, especially knowledge graphs, are rich in reliable factual knowledge, which can be utilized to enhance the reasoning capabilities of LLMs and potentially alleviate their limitations, such as hallucinations and the lack of explainability. Given the rapid progress of this research direction, a systematic review summarizing the latest advancements for Graph ML in the era of LLMs is necessary to provide an in-depth understanding to researchers and practitioners. Therefore, in this survey, we first review the recent developments in Graph ML. We then explore how LLMs can be utilized to enhance the quality of graph features, alleviate the reliance on labeled data, and address challenges such as graph Heterophily and Out-of-Distribution (OOD) generalization. Afterward, we delve into how graphs can enhance LLMs, highlighting their abilities to enhance LLM pre-training and inference. Furthermore, we investigate various applications and discuss the potential future directions in this promising field.
Shijie Wang 0002, Jiani Huang 0001, Yu Song 0007, Wenzhuo Tang, Haitao Mao, Wenqi Fan, Hui Liu 0031, Dawei Yin 0001, Qing Li 0001
ACM Trans. Intell. Syst. Technol.11
2025 Large Language Models are in-Context Molecule Learners
abstract
Large Language Models (LLMs) have demonstrated exceptional performance in biochemical tasks, especially the molecule caption translation task, which aims to bridge the gap between molecules and natural language texts. However, previous methods in adapting LLMs to the molecule-caption translation task required extra domain-specific pre-training stages, suffered weak alignment between molecular and textual spaces, or imposed stringent demands on the scale of LLMs. To resolve the challenges, we propose In-Context Molecule Adaptation (ICMA), as a new paradigm allowing LLMs to learn the molecule-text alignment from context examples via In-Context Molecule Tuning. Specifically, ICMA incorporates the following three stages: Hybrid Context Retrieval, Post-retrieval Re-ranking, and In-context Molecule Tuning. Initially, Hybrid Context Retrieval utilizes BM25 Caption Retrieval and Molecule Graph Retrieval to retrieve similar informative context examples. Additionally, Post-retrieval Re-ranking is composed of Sequence Reversal and Random Walk selection to further improve the quality of retrieval results. Finally, In-Context Molecule Tuning unlocks the in-context learning and reasoning capability of LLMs with the retrieved examples and adapts the parameters of LLMs for better alignment between molecules and texts. Experimental results demonstrate that ICMA can empower LLMs to achieve state-of-the-art or comparable performance without extra training corpora and intricate structures, showing that LLMs are inherently in-context molecule learners.
Jiatong Li 0003, Wei Liu 0123, Zhihao Ding, Wenqi Fan, Qing Li 0001
IEEE Trans. Knowl. Data Eng.6
2025 Robust Cross-Platform News Event Detection via Self-Supervised Modality Complementation
abstract
Multimodal news event detection aims to identify and categorize significant events across media platforms using multimodal data. Previous work was limited to a single platform and assumed complete multimodal data. In this paper, we explore a novel task of cross-platform multimodal news event detection to enhance model generalization for cross-platform scenarios. We propose a Self-Supervised Modality Complementation (SSMC) method to tackle the challenges of incomplete modalities and platform heterogeneity presented in this task. Specifically, a Missing Data Complementation (MDC) module is designed to overcome the limitations caused by incomplete modalities. It employs a separation mechanism that distinguishes between modality-specific and modality-shared features across all modalities, allowing for the augmentation of missing modalities with information extracted from common features. Meanwhile, a Multimodal Self-Learning (MSL) module addresses platform heterogeneity by extracting pseudo labels from the target platform's multimodal views and incorporating a self-penalization mechanism to reduce reliance on low-confidence labels. Additionally, we collect a comprehensive cross-platform news event detection (CNED) dataset encompassing 37,711 multimodal samples from Twitter, Flickr, and online news media, covering 40 public news events verified by Wikipedia. Extensive experiments on the CNED dataset demonstrate the superior performance of our proposed method. The dataset is available athttps://github.com/RetrainIt/CNED.
Zehang Lin, Zhenguo Yang, Qing Li 0001
IEEE Trans. Knowl. Data Eng.3
2025 Score-Based Generative Diffusion Models for Social Recommendations
abstract
With the prevalence of social networks on online platforms, social recommendation has become a vital technique for enhancing personalized recommendations. The effectiveness of social recommendations largely relies on the social homophily assumption, which presumes that individuals with social connections often share similar preferences. However, this foundational premise has been recently challenged due to the inherent complexity and noise present in real-world social networks. In this paper, we tackle the low social homophily challenge from an innovative generative perspective, directly generating optimal user social representations that maximize consistency with collaborative signals. Specifically, we propose the Score-based Generative Model for Social Recommendation (SGSR), which effectively adapts the Stochastic Differential Equation (SDE)-based diffusion models for social recommendations. To better fit the recommendation context, SGSR employs a joint curriculum training strategy to mitigate challenges related to missing supervision signals and leverages self-supervised learning techniques to align knowledge across social and collaborative domains. Extensive experiments on realworld datasets demonstrate the effectiveness of our approach in filtering redundant social information and improving recommendation performance. Our codes are available athttps://github.com/Anonymous-CodeRepository/Score-based- Generative-Diffusion-Models-for-Social-Recommendations- SGSR
Chengyi Liu 0001, Shijie Wang 0002, Wenqi Fan, Qing Li 0001
IEEE Trans. Knowl. Data Eng.5
2025 An Efficient Fuzzy System for Complex Query Answering on Knowledge Graphs
abstract
Complex Query Answering (CQA) on knowledge graphs is a fundamental yet challenging task, which can be formalized as answering a subset of first-order logic queries containing logical conjunction, disjunction, negation, and existential quantifiers. Recent research reveals that Link Predictors (LPs) trained on 1-hop queries can generalize to various types of complex queries. However, existing methods neglect crucial characteristics of LPs' outputs, including the effects of highly relevant entities and uncertainty. What's worse, as they model logical operations by fuzzy set operations, these methods suffer from problems like inflexibility, sensitivity to noise, and inconsistency with priority in human cognition, which limits their performance, especially on queries with negation. To address these challenges, we propose an efficient fuzzy system for CQA that requires no extra training overheads and is plug-and-play with existing LP-based methods. Firstly, we expand the output of LPs by two complementary membership functions of weak and strong relevance, which help to distinguish the target entities from highly relevant and irrelevant entities. Subsequently, we model logical operations through fuzzy rule bases and infer the final predictions via defuzzification, providing a flexible and tractable scheme for modeling logical operations. Finally, the effectiveness of the proposed fuzzy system is validated by its outstanding performance on benchmark datasets when compared to state-of-theart methods. The source code of our proposed method is available at https://anonymous.4open.science/r/FuzzSys-CQA-E285.
Yuyin Lu, Hegang Chen, Yanghui Rao, Jianxing Yu, Wen Hua, Qing Li 0001
IEEE Trans. Knowl. Data Eng.6
2025 TokenRec: Learning to Tokenize ID for LLM-Based Generative Recommendations
abstract
There is a growing interest in utilizing large language models (LLMs) to advance next-generation Recommender Systems (RecSys), driven by their outstanding language understanding and reasoning capabilities. In this scenario, tokenizing users and items becomes essential for ensuring seamless alignment of LLMs with recommendations. While studies have made progress in representing users and items using textual contents or latent representations, challenges remain in capturing high-order collaborative knowledge into discrete tokens compatible with LLMs and generalizing to unseen users/items. To address these challenges, we propose a novel framework called TokenRec, which introduces an effective ID tokenization strategy and an efficient retrieval paradigm for LLM-based recommendations. Our tokenization strategy involves quantizing the masked user/item representations learned from collaborative filtering into discrete tokens, thus achieving smooth incorporation of high-order collaborative knowledge and generalizable tokenization of users and items for LLM-based RecSys. Meanwhile, our generative retrieval paradigm is designed to efficiently recommend top-K items for users, eliminating the need for the time-consuming auto-regressive decoding and beam search processes used by LLMs, thus significantly reducing inference time. Comprehensive experiments validate the effectiveness of the proposed methods, demonstrating that TokenRec outperforms competitive benchmarks, including both traditional recommender systems and emerging LLM-based recommender systems. Codes and data are available athttps://github.com/Quhaoh233/TokenRec.
Haohao Qu, Wenqi Fan, Zihuai Zhao, Qing Li 0001
IEEE Trans. Knowl. Data Eng.4
2025 Educating Language Models as Promoters: Multi-Aspect Instruction Alignment With Self-Augmentation
abstract
E-commerce content generation necessitates creating engaging and customer-centric material to endorse products and enhance user satisfaction. Existing methods depend on task-specific feature design, which requires a fine-tailored model for each task with complex data collection and pre-processing, and their generation capabilities are limited. Meanwhile, large language models have demonstrated their capabilities in diverse natural language processing tasks, solving multiple tasks in a unified process. To address the concerns in e-commerce content generation, we leverage the impressive generation performance of large language models and propose a framework to educate them as proficient promoters in various e-commerce-related tasks. Our framework involves two modules:self-educatingproliferates task instructions and data by instructing the unaligned model, andmulti-aspect instruction alignmenteducates the language model by embedding all e-commerce tasks in a unified framework. The proposed model, Promoter, can perform a batch of prediction and generation tasks, working as a smart and creative promoter that only requires a quick view of the customer profile. Extensive experiments from automatic and human perspectives indicate that Promoter achieves state-of-the-art performances in various generation tasks, bringing the productivity of large language models to e-commerce in an integrated pipeline.
Xueyao Sun, Kaize Shi, Dingxian Wang, Guandong Xu, Qing Li 0001
IEEE Trans. Knowl. Data Eng.6
2025 Model-Agnostic Dual-Side Online Fairness Learning for Dynamic Recommendation
abstract
Fairness in recommendation has drawn much attention since it significantly affects how users access information and how information is exposed to users. However, most fairness-aware methods are designed offline with the entire stationary interaction data to handle the global unfairness issue and evaluate their performance in a one-time paradigm. In real-world scenarios, users tend to interact with items continuously over time, leading to a dynamic recommendation environment where unfairness is evolving online. Moreover, previous methods that focus on mitigating the unfairness can hardly bring significant improvements to the recommendation task. Hence, in this paper, we propose aModel-agnosticDual-sideOnlineFairness Learning method (MDOFair) for the dynamic recommendation. First, we carefully design dynamic dual-side fairness learning to trace the rapid evolution of unfairness from both the user and item sides. Second, we leverage the fairness and recommendation tasks in one utilized framework to pursue the double-win success. Last, we present an efficient model-agnostic post-ranking method for the dynamic recommendation scenario to mitigate the dynamic unfairness while improving the recommendation performance significantly. Extensive experiments demonstrate the superiority and effectiveness of our proposed MDOFair by incorporating it into existing dynamic models as a post-ranking stage.
Shiqing Wu 0001, Zhihong Cui, Yicong Li 0001, Guandong Xu, Qing Li 0001
IEEE Trans. Knowl. Data Eng.6
2025 Condensing Pre-Augmented Recommendation Data via Lightweight Policy Gradient Estimation
abstract
Training recommendation models on large datasets requires significant time and resources. It is desired to construct concise yet informative datasets for efficient training. Recent advances in dataset condensation show promise in addressing this problem by synthesizing small datasets. However, applying existing methods of dataset condensation to recommendation has limitations: (1) they fail to generate discrete user-item interactions, and (2) they could not preserve users’ potential preferences. To address the limitations, we propose a lightweight condensation framework tailored for recommendation (DConRec), focusing on condensing user-item historical interaction sets. Specifically, we model the discrete user-item interactions via a probabilistic approach and design a pre-augmentation module to incorporate the potential preferences of users into the condensed datasets. While the substantial size of datasets leads to costly optimization, we propose a lightweight policy gradient estimation to accelerate the data synthesis. Experimental results on multiple real-world datasets have demonstrated the effectiveness and efficiency of our framework. Besides, we provide a theoretical analysis of the provable convergence of DConRec.
Jiahao Wu 0004, Wenqi Fan, Jingfan Chen, Shengcai Liu, Qijiong Liu, Qing Li 0001, Ke Tang 0001
IEEE Trans. Knowl. Data Eng.7
2025 A Fine-Grained Network for Joint Multimodal Entity-Relation Extraction
abstract
Joint multimodal entity-relation extraction (JMERE) is a challenging task that involves two joint subtasks, i.e., named entity recognition and relation extraction, from multimodal data such as text sentences with associated images. Previous JMERE methods have primarily employed 1) pipeline models, which apply pre-trained unimodal models separately and ignore the interaction between tasks, or 2) word-pair relation tagging methods, which neglect neighboring word pairs. To address these limitations, we propose a fine-grained network for JMERE. Specifically, we introduce a fine-grained alignment module that utilizes a phrase-patch to establish connections between text phrases and visual objects. This module can learn consistent multimodal representations from multimodal data. Furthermore, we address the task-irrelevant image information issue by proposing a gate fusion module, which mitigates the impact of image noise and ensures a balanced representation between image objects and text representations. Furthermore, we design a multi-word decoder that enables ensemble prediction of tags for each word pair. This approach leverages the predicted results of neighboring word pairs, improving the ability to extract multi-word entities. Evaluation results from a series of experiments demonstrate the superiority of our proposed model over state-of-the-art models in JMERE.
Yi Cai 0001, Qing Li 0001, Tao Wang 0036
IEEE Trans. Knowl. Data Eng.4
2025 Causal Time-aware News Recommendations with Large Language Models
abstract
Predicting user satisfaction over time is crucial in news recommendations, as users’ preferences are significantly influenced by various time-variant factors. Traditional correlation-based recommenders often suffer from redundant relationships, which can undermine their effectiveness over time. This work takes a time-aware causal approach to news recommendations, treating exposed news at a predicted time as the treatment variable and the resulting user satisfaction as the outcome variable. Capturing the evolving causal effects of exposed news items on user satisfaction poses significant challenges, particularly stemming from the need to model complex dependencies among time-variant covariates, such as news popularity and recency, as well as to effectively leverage the inherent user preferences embedded in time-invariant covariates. To these ends, we propose the CA u S al T ime-aware Rec ommender, named CAST-Rec , which accounts for the causal influences of both time-variant and time-invariant covariates. Specifically, we model the intricate causal dependencies among time-variant covariates through a series of transformer-based causal blocks. For time-invariant covariates, we utilize the semantic understanding and generative capabilities of Large Language Models (LLMs) to infer inherent user preferences while mitigating potential confounding effects. Extensive experiments demonstrate the superior performance of CAST-Rec compared to various news recommendation models and across multiple LLM implementations.
Sirui Huang, Qian Li 0003, Haoran Yang 0001, Dianer Yu, Qing Li 0001, Guandong Xu
ACM Trans. Inf. Syst.5
2025 TCGC: Temporal Collaboration-Aware Graph Co-Evolution Learning for Dynamic Recommendation
abstract
Dynamic recommendation systems, where users interact with items continuously over time, have been widely deployed in real-world online streaming applications. The burst of interaction stream causes a rapid evolution of both users and items. To update representations dynamically, existing studies have investigated event-level and history-level dynamics by modeling the newly arrived interactions and aggregating historical interactions, respectively. However, most of them directly learn the representation evolution as new interactions occur, without exploring the collaboration between the newly arrived and historical interactions, thus failing to scrutinize whether those new interactions would benefit the evolution learning process when generating dynamic representations. Moreover, most of them model the two levels of dynamics independently, explicitly ignoring the inherent co-evolving correlation between them. In this work, we propose the Temporal Collaboration-Aware Graph Co-Evolution Learning (TCGC) for the dynamic recommendation scenario. First, we explore the effectiveness of collaborative information and devise the collaboration-aware indicator to guide the evolution learning process. Second, we design a temporal co-evolving graph network, enabling our framework to capture the correlation between event and history dynamics. Third, we leverage the evolution task and recommendation task together for joint training. Extensive experiments on four public datasets demonstrate the superiority and effectiveness of our proposed TCGC.
Shiqing Wu 0001, Xueyao Sun, Jun Zeng 0003, Guandong Xu, Qing Li 0001
ACM Trans. Inf. Syst.6
2025 Multi-Agent Attacks for Black-Box Social Recommendations
abstract
The rise of online social networks has facilitated the evolution of social recommender systems, which incorporate social relations to enhance users’ decision-making process. With the great success of Graph Neural Networks (GNNs) in learning node representations, GNN-based social recommendations have been widely studied to model user-item interactions and user-user social relations simultaneously. Despite their great successes, recent studies have shown that these advanced recommender systems are highly vulnerable to adversarial attacks, in which attackers can inject well-designed fake user profiles to disrupt recommendation performances. While most existing studies mainly focus on targeted attacks to promote target items on vanilla recommender systems, untargeted attacks to degrade the overall prediction performance are less explored on social recommendations under a black-box scenario. To perform untargeted attacks on social recommender systems, attackers can construct malicious social relationships for fake users to enhance the attack performance. However, the coordination of social relations and item profiles is challenging for attacking black-box social recommendations. To address this limitation, we first conduct several preliminary studies to demonstrate the effectiveness of cross-community connections and cold-start items in degrading recommendations performance. Specifically, we propose a novel framework MultiAttack based on multi-agent reinforcement learning to coordinate the generation of cold-start item profiles and cross-community social relations for conducting untargeted attacks on black-box social recommendations. Comprehensive experiments on various real-world datasets demonstrate the effectiveness of our proposed attacking framework under the black-box setting.
Shijie Wang 0002, Wenqi Fan, Xiaoyong Wei, Xiaowei Mei, Shanru Lin, Qing Li 0001
ACM Trans. Inf. Syst.6
2025 Accelerating maximum biplex search over large bipartite graphs
Dong Pan 0002, Xu Zhou 0001, Wensheng Luo 0002, Zhibang Yang, Qing Li 0001, Yunjun Gao, Kenli Li 0001
VLDB J.5
2024 Overview of IEEE BigData 2024 Cup Challenges: Suicide Ideation Detection on Social Media
abstract
This overview presents one of the cup challenges of IEEE BigData 2024, with the topic of suicide risk level detection on social media posts. Given a training set of N = 2000 posts (N = 500 labelled and N = 1500 unlabelled posts) from r/SuicideWatch subreddits, the task of this challenge is to develop a predictive model capable of classifying the suicidal posts into four levels (i.e., indicator, ideation, behaviour, and attempt). The dataset provided simulated the obstacles existed in relevant fields (e.g., model overfitting, data scarcity and class imbalance), participating teams are supposed to tackle these issues while exploring the effectiveness of various model architectures. We received submissions from 21 teams and works of 13 teams underwent final evaluation. Teams addressed key challenges in suicide risk detection including limited suicidal data and suicidal risk imbalance. They employed novel approaches to overcome these obstacles, leveraging a diverse range of models from foundational base language models (BLMs) to state-of-the-art large language models (LLMs). In the competition, the highest weighted F1-score achieved under the final evaluation was 0.7605. The findings of this challenge can provide technical implications to social media suicide detection and contribute the clinical effectiveness to the applications of machine learning in digital suicide or mental healthcare management.
Jun Li 0130, Yifei Yan, Xiangmeng Wang, Hong Va Leong, Nancy Xiaonan Yu, Qing Li 0001
IEEE Big Data7
2024 Effective Illicit Account Detection on Large Cryptocurrency MultiGraphs
abstract
Cryptocurrencies are rapidly expanding and becoming vital in digital financial markets. However, the rise in cryptocurrency-related illicit activities has led to significant losses for users. To protect the security of these platforms, it is critical to identify illicit accounts effectively. Current detection methods mainly depend on feature engineering or are inadequate to leverage the complex information within cryptocurrency transaction networks, resulting in suboptimal performance. In this paper, we present DIAM, an effective method for detecting illicit accounts in cryptocurrency transaction networks modeled by directed multi-graphs with attributed edges. DIAM first features an Edge2Seq module that captures intrinsic transaction patterns from parallel edges by considering edge attributes and their directed sequences, to generate effective node representations. Then in DIAM, we design a multigraph Discrepancy (MGD) module with a tailored message passing mechanism to capture the discrepant features between normal and illicit nodes over the multigraph topology, assisted by an attention mechanism. DIAM integrates these techniques for end-to-end training to detect illicit accounts from legitimate ones. Extensive experiments, comparing against 15 existing solutions on 4 large cryptocurrency datasets of Bitcoin and Ethereum, demonstrate that DIAM consistently outperforms others in accurately identifying illicit accounts. For example, on a Bitcoin dataset with 20 million nodes and 203 million edges, DIAM attains an F1 score of 96.55%, markedly surpassing the runner-up's score of 83.92%. The code is available at https://github.com/TommyDzh/DIAM.
Zhihao Ding, Jieming Shi 0001, Qing Li 0001, Jiannong Cao 0001
CIKM3
2024 Efficient and Robust Regularized Federated Recommendation
abstract
Recommender systems play a pivotal role across practical scenarios, showcasing remarkable capabilities in user preference modeling. However, the centralized learning paradigm predominantly used raises serious privacy concerns. The federated recommender system (FedRS) addresses this by updating models on clients, while a central server orchestrates training without accessing private data. Existing FedRS approaches, however, face unresolved challenges, including non-convex optimization, vulnerability, potential privacy leakage risk, and communication inefficiency. This paper addresses these challenges by reformulating the federated recommendation problem as a convex optimization issue, ensuring convergence to the global optimum. Based on this, we devise a novel method, RFRec, to tackle this optimization problem efficiently. In addition, we propose RFRecF, a highly efficient version that incorporates non-uniform stochastic gradient descent to improve communication efficiency. In user preference modeling, both methods learn local and global models, collaboratively learning users' common and personalized interests under the federated learning setting. Moreover, both methods significantly enhance communication efficiency, robustness, and privacy protection, with theoretical support. Comprehensive evaluations on four benchmark datasets demonstrate RFRec and RFRecF's superior performance compared to diverse baselines. The code is available to ease reproducibility1.
Langming Liu, Xiangyu Zhao 0001, Zijian Zhang 0009, Chunxu Zhang, Shanru Lin, Yiqi Wang 0001, Lixin Zou, Zitao Liu 0001, Xuetao Wei, Hongzhi Yin, Qing Li 0001
CIKM12
2024 Counterfactual Debasing for Multi-behavior Recommendations
Sirui Huang, Qian Li 0003, Xiangmeng Wang, Dianer Yu, Guandong Xu, Qing Li 0001
DASFAA (3)6
2024 A Survey on RAG Meeting LLMs: Towards Retrieval-Augmented Large Language Models
abstract
As one of the most advanced techniques in AI, Retrieval-Augmented Generation (RAG) can offer reliable and up-to-date external knowledge, providing huge convenience for numerous tasks. Particularly in the era of AI-Generated Content (AIGC), the powerful capacity of retrieval in providing additional knowledge enables RAG to assist existing generative AI in producing high-quality outputs. Recently, Large Language Models (LLMs) have demonstrated revolutionary abilities in language understanding and generation, while still facing inherent limitations such as hallucinations and out-of-date internal knowledge. Given the powerful abilities of RAG in providing the latest and helpful auxiliary information, Retrieval-Augmented Large Language Models (RA-LLMs) have emerged to harness external and authoritative knowledge bases, rather than solely relying on the model's internal knowledge, to augment the quality of the generated content of LLMs. In this survey, we comprehensively review existing research studies in RA-LLMs, covering three primary technical perspectives: Furthermore, to deliver deeper insights, we discuss current limitations and several promising directions for future research. Updated information about this survey can be found at: https://advanced-recommender-systems.github.io/RAG-Meets-LLMs/
Wenqi Fan, Yujuan Ding, Liang-Bo Ning 0001, Shijie Wang 0002, Hengyun Li, Dawei Yin 0001, Tat-Seng Chua, Qing Li 0001
KDD8
2024 CheatAgent: Attacking LLM-Empowered Recommender Systems via LLM Agent
abstract
Recently, Large Language Model (LLM)-empowered recommender systems (RecSys) have brought significant advances in personalized user experience and have attracted considerable attention. Despite the impressive progress, the research question regarding the safety vulnerability of LLM-empowered RecSys still remains largely under-investigated. Given the security and privacy concerns, it is more practical to focus on attacking the black-box RecSys, where attackers can only observe the system's inputs and outputs. However, traditional attack approaches employing reinforcement learning (RL) agents are not effective for attacking LLM-empowered RecSys due to the limited capabilities in processing complex textual inputs, planning, and reasoning. On the other hand, LLMs provide unprecedented opportunities to serve as attack agents to attack RecSys because of their impressive capability in simulating human-like decision-making processes. Therefore, in this paper, we propose a novel attack framework called CheatAgent by harnessing the human-like capabilities of LLMs, where an LLM-based agent is developed to attack LLM-Empowered RecSys. Specifically, our method first identifies the insertion position for maximum impact with minimal input modification. After that, the LLM agent is designed to generate adversarial perturbations to insert at target positions. To further improve the quality of generated perturbations, we utilize the prompt tuning technique to improve attacking strategies via feedback from the victim RecSys iteratively. Extensive experiments across three real-world datasets demonstrate the effectiveness of our proposed attacking method.
Liang-Bo Ning 0001, Shijie Wang 0002, Wenqi Fan, Qing Li 0001, Xin Xu 0002, Hao Chen 0062, Feiran Huang
KDD4
2024 Causal Behavior Pattern Inference for News Recommendation Through Multi-interest Matching
Xingming Chen, Wenqi Fan, Qing Li 0001
WISE (3)3
2024 Fast Graph Condensation with Structure-based Neural Tangent Kernel
abstract
The rapid development of Internet technology has given rise to a vast amount of graph-structured data. Graph Neural Networks (GNNs), as an effective method for various graph mining tasks, incurs substantial computational resource costs when dealing with large-scale graph data. A data-centric manner solution is proposed to condense the large graph dataset into a smaller one without sacrificing the predictive performance of GNNs. However, existing efforts condense graph-structured data through a computational intensive bi-level optimization architecture also suffer from massive computation costs. In this paper, we propose reforming the graph condensation problem as a Kernel Ridge Regression (KRR) task instead of iteratively training GNNs in the inner loop of bi-level optimization. More specifically, We propose a novel dataset condensation framework (GC-SNTK) for graph-structured data, where a Structure-based Neural Tangent Kernel (SNTK) is developed to capture the topology of graph and serves as the kernel function in KRR paradigm. Comprehensive experiments demonstrate the effectiveness of our proposed model in accelerating graph condensation while maintaining high prediction performance. The source code is available on \hrefhttps://github.com/WANGLin0126/GCSNTK https://github.com/WANGLin0126/GCSNTK.
Lin Wang 0040, Wenqi Fan, Jiatong Li 0003, Yao Ma 0001, Qing Li 0001
WWW5
2024 Linear-Time Graph Neural Networks for Scalable Recommendations
abstract
In an era of information explosion, recommender systems are vital tools to deliver personalized recommendations for users. The key of recommender systems is to forecast users' future behaviors based on previous user-item interactions. Due to their strong expressive power of capturing high-order connectivities in user-item interaction data, recent years have witnessed a rising interest in leveraging Graph Neural Networks (GNNs) to boost the prediction performance of recommender systems. Nonetheless, classic Matrix Factorization (MF) and Deep Neural Network (DNN) approaches still play an important role in real-world large-scale recommender systems due to their scalability advantages. Despite the existence of GNN-acceleration solutions, it remains an open question whether GNN-based recommender systems can scale as efficiently as classic MF and DNN methods. In this paper, we propose a Linear-Time Graph Neural Network (LTGNN) to scale up GNN-based recommender systems to achieve comparable scalability as classic MF approaches while maintaining GNNs' powerful expressiveness for superior prediction accuracy. Extensive experiments and ablation studies are presented to validate the effectiveness and scalability of the proposed algorithm. Our implementation based on PyTorch is available.
Rui Xue 0006, Wenqi Fan, Xin Xu 0002, Qing Li 0001, Jian Pei 0001
WWW5
2024 Multi-modal news event detection with external knowledge
Zehang Lin, Jiayuan Xie, Qing Li 0001
Inf. Process. Manag.3
2024 Neural Causal Graph collaborative filtering
abstract
Graph collaborative filtering (GCF) has emerged as a prominent method in recommendation systems, leveraging the power of graph learning to enhance traditional collaborative filtering (CF). One common approach in GCF involves employing Graph Convolutional Networks (GCN) to learn user and item embeddings and utilize these embeddings to optimize CF models. However, existing GCN-based methods often fall short of generating satisfactory embeddings, mainly due to their limitations in capturing node dependencies and variable dependencies within the graph. Consequently, the learned embeddings are fragile in uncovering the root causes of user preferences, leading to sub-optimal performance of GCF models. In this work, we propose integrating causal modeling with the learning process of GCN-based GCF models, leveraging causality-aware graph embeddings to capture complex dependencies in recommendations. Our methodology encompasses three key designs: 1) Causal Graph conceptualization, 2) Neural Causal Model parameterization, and 3) Variational inference for the Neural Causal Model. We define a Causal Graph to model genuine dependencies in GCF models and utilize this Causal Graph to parameterize a Neural Causal Model. The proposed framework, termed Neural Causal Graph Collaborative Filtering (NCGCF), uses variational inference to approximate neural networks under the Neural Causal Model. As a result, NCGCF is able to leverage the expressive causal effects from the Causal Graph to enhance graph representation learning. Extensive experimentation on four datasets demonstrates NCGCF's ability to deliver precise recommendations consistent with user preferences.
Xiangmeng Wang, Qian Li 0003, Dianer Yu, Qing Li 0001, Guandong Xu
Inf. Sci.5
2024 Optimal Treatment Strategies for Critical Patients with Deep Reinforcement Learning
abstract
Personalized clinical decision support systems are increasingly being adopted due to the emergence of data-driven technologies, with this approach now gaining recognition in critical care. The task of incorporating diverse patient conditions and treatment procedures into critical care decision-making can be challenging due to the heterogeneous nature of medical data. Advances in Artificial Intelligence (AI), particularly Reinforcement Learning (RL) techniques, enables the development of personalized treatment strategies for severe illnesses by using a learning agent to recommend optimal policies. In this study, we propose a Deep Reinforcement Learning (DRL) model with a tailored reward function and an LSTM-GRU-derived state representation to formulate optimal treatment policies for vasopressor administration in stabilizing patient physiological states in critical care settings. Using an ICU dataset and the Medical Information Mart for Intensive Care (MIMIC-III) dataset, we focus on patients with Acute Respiratory Distress Syndrome (ARDS) that has led to Sepsis, to derive optimal policies that can prioritize patient recovery over patient survival. Both the DDQN ( RepDRL-DDQN ) and Dueling DDQN ( RepDRL-DDDQN ) versions of the DRL model surpass the baseline performance, with the proposed model’s learning agent achieving an optimal learning process across our performance measuring schemes. The robust state representation served as the foundation for enhancing the model’s performance, ultimately providing an optimal treatment policy focused on rapid patient recovery.
Simi Job, Xiaohui Tao 0001, Lin Li 0001, Haoran Xie 0001, Taotao Cai, Jianming Yong, Qing Li 0001
ACM Trans. Intell. Syst. Technol.7
2024 Unravelling Token Ecosystem of EOSIO Blockchain
abstract
Being the largest Initial Coin Offering project, EOSIO has attracted great interest in cryptocurrency markets. Despite its popularity and prosperity (e.g., 26,311,585,008 token transactions occurred from June 8, 2018 to Aug. 5, 2020), there is almost no work investigating the EOSIO token ecosystem. To fill this gap, we are the first to conduct a systematic investigation of the EOSIO token ecosystem by conducting a comprehensive graph analysis of the entire on-chain EOSIO data (nearly 135 million blocks). We construct token-creator graphs, token-contract creator graphs, token-holder graphs, and token-transfer graphs to characterize token creators, holders, and transfer activities. Through graph analysis, we have obtained many insightful findings and observed some abnormal trading patterns. Moreover, we propose a fake-token detection algorithm to identify tokens generated by fake users or fake transactions and analyze their corresponding manipulation behaviors. Evaluation results also demonstrate the effectiveness of our algorithm.
Zigui Jiang, Weilin Zheng, Hongning Dai, Haoran Xie 0001, Xiapu Luo, Zibin Zheng, Qing Li 0001
IEEE Trans. Knowl. Data Eng.8
2024 Empowering Molecule Discovery for Molecule-Caption Translation With Large Language Models: A ChatGPT Perspective
abstract
Molecule discovery plays a crucial role in various scientific fields, advancing the design of tailored materials and drugs, which contributes to the development of society and human well-being. Specifically, molecule-caption translation is an important task for molecule discovery, aligning human understanding with molecular space. However, most of the existing methods heavily rely on domain experts, require excessive computational cost, or suffer from sub-optimal performance. On the other hand, Large Language Models (LLMs), like ChatGPT, have shown remarkable performance in various cross-modal tasks due to their powerful capabilities in natural language understanding, generalization, and in-context learning (ICL), which provides unprecedented opportunities to advance molecule discovery. Despite several previous works trying to apply LLMs in this task, the lack of domain-specific corpus and difficulties in training specialized LLMs still remain challenges. In this work, we propose a novel LLM-based framework (MolReGPT) for molecule-caption translation, where an In-Context Few-Shot Molecule Learning paradigm is introduced to empower molecule discovery with LLMs like ChatGPT to perform their in-context learning capability without domain-specific pre-training and fine-tuning. MolReGPT leverages the principle of molecular similarity to retrieve similar molecules and their text descriptions from a local database to enable LLMs to learn the task knowledge from context examples. We evaluate the effectiveness of MolReGPT on molecule-caption translation, including molecule understanding and text-based molecule generation. Experimental results show that compared to fine-tuned models, MolReGPT outperforms MolT5-base and is comparable to MolT5-large without additional training. To the best of our knowledge, MolReGPT is the first work to leverage LLMs via in-context learning in molecule-caption translation for advancing molecule discovery. Our work expands the scope of LLM applications, as well as providing a new paradigm for molecule discovery and design.
Jiatong Li 0003, Wenqi Fan, Xiaoyong Wei, Hui Liu 0031, Jiliang Tang, Qing Li 0001
IEEE Trans. Knowl. Data Eng.7
2024 FRAMU: Attention-Based Machine Unlearning Using Federated Reinforcement Learning
abstract
Machine Unlearning, a pivotal field addressing data privacy in machine learning, necessitates efficient methods for the removal of private or irrelevant data. In this context, significant challenges arise, particularly in maintaining privacy and ensuring model efficiency when managing outdated, private, and irrelevant data. Such data not only compromises model accuracy but also burdens computational efficiency in both learning and unlearning processes. To mitigate these challenges, we introduce a novel framework: Attention-based Machine Unlearning using Federated Reinforcement Learning (FRAMU). This framework incorporates adaptive learning mechanisms, privacy preservation techniques, and optimization strategies, making it a well-rounded solution for handling various data sources, either single-modality or multi-modality, while maintaining accuracy and privacy. FRAMU's strengths include its adaptability in fluctuating data landscapes, its ability to unlearn outdated, private, or irrelevant data, and its support for continual model evolution without compromising privacy. Our experiments, conducted on both single-modality and multi-modality datasets, revealed that FRAMU significantly outperformed baseline models. Additional assessments of convergence behavior and optimization strategies further validate the framework's utility in federated learning applications. Overall, FRAMU advances Machine Unlearning by offering a robust, privacy-preserving solution that optimizes model performance while also addressing key challenges in dynamic data environments.
Thanveer Shaik, Xiaohui Tao 0001, Lin Li 0001, Haoran Xie 0001, Taotao Cai, Xiaofeng Zhu 0001, Qing Li 0001
IEEE Trans. Knowl. Data Eng.7
2024 Reinforced Path Reasoning for Counterfactual Explainable Recommendation
abstract
Counterfactual explanations interpret the recommendation mechanism by exploring how minimal alterations on items or users affect recommendation decisions. Existing counterfactual explainable approaches face huge search space, and their explanations are either action-based (e.g., user click) or aspect-based (i.e., item description). We believe item attribute-based explanations are more intuitive and persuadable for users since they explain by fine-grained demographic features, e.g., brand. Moreover, counterfactual explanations could enhance recommendations by filtering out negative items. In this work, we propose a novelCounterfactual Explainable Recommendation (CERec)to generate item attribute-based counterfactual explanations meanwhile to boost recommendation performance. OurCERecoptimizes an explanation policy upon uniformly searching candidate counterfactuals within a reinforcement learning environment. We reduce the huge search space with an adaptive path sampler by using rich context information of a given knowledge graph. We also deploy the explanation policy to a recommendation model to enhance the recommendation. Extensive explainability and recommendation evaluations demonstrateCERec's ability to provide explanations consistent with user preferences and maintain improved recommendations. We release our code and processed datasets athttps://github.com/Chrystalii/CERec.
Xiangmeng Wang, Qian Li 0003, Dianer Yu, Qing Li 0001, Guandong Xu
IEEE Trans. Knowl. Data Eng.4
2024 Towards Rumor Detection With Multi-Granularity Evidences: A Dataset and Benchmark
abstract
Social media serves as a real-time collecting and disseminating center of users’ ideas, opinions, and experiences. The deliberate disinformation and rumors propagate rapidly online due to their exaggerated facts, controversial opinions, divisive perspectives, and stunning expressions. Rumor detection approaches typically use social media posts with rumor or non-rumor labels for training and testing without disclosing the rationale behind decision-makings. On one hand, collecting evidence data to verify claims relies on expert efforts. On the other hand, verifying the truthfulness of confusing claims with distracting and lengthy evidences is still challenging. In this paper, we contribute a rumor detection dataset with multi-granularity evidences, denoted as the RD-E dataset, which includes response, fact-check, article, sourcing data and generated evidence by large language models, supporting models to verify the truthfulness of claims on social media. A number of 32,892 claims from 4,525 public individuals and organizations are annotated to 6 kinds of labels, including true, mostly true, half true, mostly false, false, pants on fire, covering a wide range of topics, e.g., politics, economy, society, technology, and health. In the experiments, seven rumor detection models have been investigated and customized on four predefined subtasks for comparisons.
Zhenguo Yang, Jiajie Lin, Zhiwei Guo 0001, Yang Li 0201, Xiaoping Li 0001, Qing Li 0001, Wenyin Liu
IEEE Trans. Knowl. Data Eng.6
2024 Multi-Level Graph Knowledge Contrastive Learning
abstract
Graph Contrastive Learning (GCL) stands as a potent framework for unsupervised graph representation learning that has gained traction across numerous graph learning applications. The effectiveness of GCL relies on generating high-quality contrasting samples, enhancing the model’s ability to discern graph semantics. However, the prevailing GCL methods face two key challenges: 1) introducing noise during graph augmentations and 2) requiring additional storage for generated samples, which degrade the model performance. In this paper, we propose novel approaches, GKCL (i.e., Graph Knowledge Contrastive Learning) and DGKCL (i.e., Distilled Graph Knowledge Contrastive Learning), that leverage multi-level graph knowledge to create noise-free contrasting pairs. This framework not only addresses the noise-related challenges but also circumvents excessive storage demands. Furthermore, our method incorporates a knowledge distillation component to optimize the trained embedding tables, reducing the model’s scale while ensuring superior performance, particularly for the scenarios with smaller embedding sizes. Comprehensive experimental evaluations on three public benchmark datasets underscore the merits of our proposed method and elucidate its properties, which primarily reflect the performance of the proposed method equipped with different embedding sizes and how the distillation weight affects the overall performance.
Haoran Yang 0001, Yuhao Wang 0006, Xiangyu Zhao 0001, Hongxu Chen 0002, Hongzhi Yin, Qing Li 0001, Guandong Xu
IEEE Trans. Knowl. Data Eng.6
2024 Counterfactual Explainable Conversational Recommendation
abstract
Conversational Recommender Systems (CRSs) fundamentally differ from traditional recommender systems by interacting with users in a conversational session to accurately predict their current preferences and provide personalized recommendations. Although current CRSs have achieved favorable recommendation performance, the explainability is still in its infancy stage. Most of the CRSs tend to provide coarse explanations and fail to explore the impact of minimal alterations on the recommendation decisions on items. In this paper, we are the first to incorporate the counterfactual techniques into CRS and propose a Counterfactual Explainable Conversational Recommender (CECR) to enhance the recommendation model from a counterfactual perspective. Counterfactual explanations can offer fine-grained reasons to explain users' real-time intentions, meanwhile generating counterfactual samples for augmenting the training dataset to enhance recommendation performance. Specifically, CECR adaptively learns users' preferences based on the conversation context and effectively responds to users' real-time feedback during multiple rounds of conversation. Furthermore, CECR actively generates counterfactual samples to augment the training set and thus leading to a constant improvement in recommendation performance. Empirical experiments carried out on three benchmark datasets show that our CECR outperforms state-of-the-art CRSs in terms of recommendation performance and explainability
Dianer Yu, Qian Li 0003, Xiangmeng Wang, Qing Li 0001, Guandong Xu
IEEE Trans. Knowl. Data Eng.4
2024 Recommender Systems in the Era of Large Language Models (LLMs)
abstract
With the prosperity of e-commerce and web applications, Recommender Systems (RecSys) have become an indispensable and important component in our daily lives, providing personalized suggestions that cater to user preferences. While Deep Neural Networks (DNNs) have achieved significant advancements in enhancing recommender systems by modeling user-item interactions and incorporating their textual side information, these DNN-based methods still exhibit some limitations, such as difficulties in effectively understanding users' interests and capturing textual side information, inabilities in generalizing to various seen/unseen recommendation scenarios and reasoning on their predictions, etc. Meanwhile, the development of Large Language Models (LLMs), such as ChatGPT and GPT-4, has revolutionized the fields of Natural Language Processing (NLP) and Artificial Intelligence (AI), due to their remarkable abilities in fundamental responsibilities of language understanding and generation, as well as impressive generalization capabilities and reasoning skills. As a result, recent studies have actively attempted to harness the power of LLMs to enhance recommender systems. Given the rapid evolution of this research direction in recommender systems, there is a pressing need for a systematic overview that summarizes existing LLM-empowered recommender systems, so as to provide researchers and practitioners in relevant fields with an in-depth understanding. Therefore, in this survey, we conduct a comprehensive review of LLM-empowered recommender systems from various aspects including pre-training, fine-tuning, and prompting paradigms. More specifically, we first introduce the representative methods to harness the power of LLMs (as a feature encoder) for learning representations of users and items. Then, we systematically review the emerging advanced techniques of LLMs for enhancing recommender systems from three paradigms, namely pre-training, fine-tuning, and prompting. Finally, we comprehensively discuss the promising future directions in this emerging field.
Zihuai Zhao, Wenqi Fan, Jiatong Li 0003, Xiaowei Mei, Yiqi Wang 0001, Fei Wang 0065, Xiangyu Zhao 0001, Jiliang Tang, Qing Li 0001
IEEE Trans. Knowl. Data Eng.11
2024 Counterfactual Explanation for Fairness in Recommendation
abstract
Fairness-aware recommendation alleviates discrimination issues to build trustworthy recommendation systems. Explaining the causes of unfair recommendations is critical, as it promotes fairness diagnostics, and thus secures users’ trust in recommendation models. Existing fairness explanation methods suffer high computation burdens due to the large-scale search space and the greedy nature of the explanation search process. Besides, they perform feature-level optimizations with continuous values, which are not applicable to discrete attributes such as gender and age. In this work, we adopt counterfactual explanations from causal inference and propose to generate attribute-level counterfactual explanations, adapting to discrete attributes in recommendation models. We use real-world attributes from Heterogeneous Information Networks (HINs) to empower counterfactual reasoning on discrete attributes. We propose a Counterfactual Explanation for Fairness (CFairER) that generates attribute-level counterfactual explanations from HINs for item exposure fairness. Our CFairER conducts off-policy reinforcement learning to seek high-quality counterfactual explanations, with attentive action pruning reducing the search space of candidate counterfactuals. The counterfactual explanations help to provide rational and proximate explanations for model fairness, while the attentive action pruning narrows the search space of attributes. Extensive experiments demonstrate our proposed model can generate faithful explanations while maintaining favorable recommendation performance.
Xiangmeng Wang, Qian Li 0003, Dianer Yu, Qing Li 0001, Guandong Xu
ACM Trans. Inf. Syst.4
2024 Constrained Off-policy Learning over Heterogeneous Information for Fairness-aware Recommendation
abstract
Fairness-aware recommendation eliminates discrimination issues to build trustworthy recommendation systems. Existing fairness-aware approaches ignore accounting for rich user and item attributes and thus cannot capture the impact of attributes on affecting recommendation fairness. These real-world attributes severely cause unfair recommendations by favoring items with popular attributes, leading to item exposure unfairness in recommendations. Moreover, existing approaches mostly mitigate unfairness for static recommendation models, e.g., collaborative filtering. Static models can not handle dynamic user interactions with the system that reflect users’ preferences shift through time. Thus, static models are limited in their ability to adapt to user behavior shifts to gain long-run user satisfaction. As user and item attributes are largely involved in modern recommenders and user interactions are naturally dynamic, it is essential to develop a novel method that eliminates unfairness caused by attributes meanwhile embrace the dynamic modeling of user behavior shifts. In this article, we propose Constrained Off-policy Learning over Heterogeneous Information for Fairness-aware Recommendation (Fair-HINpolicy) , which uses recent advances in context-aware off-policy learning to produce fairness-aware recommendations with rich attributes from a Heterogeneous Information Network. In particular, we formulate the off-policy learning as a Constrained Markov Decision Process (CMDP) by dynamically constraining the fairness of item exposure at each iteration. We also design an attentive action sampling to reduce the search space for off-policy learning. Our solution adaptively receives HIN-augmented corrections for counterfactual risk minimization, and ultimately yields an effective policy that maximizes long-term user satisfaction. We extensively evaluate our method through simulations on large-scale real-world datasets, obtaining favorable results compared with state-of-the-art methods.
Xiangmeng Wang, Qian Li 0003, Dianer Yu, Qing Li 0001, Guandong Xu
Trans. Recomm. Syst.4
2024 A versatile framework for attributed network clustering via K-nearest neighbor augmentation
abstract
Abstract Attributed networks containing entity-specific information in node attributes are ubiquitous in modeling social networks, e-commerce, bioinformatics, etc. Their inherent network topology ranges from simple graphs to hypergraphs with high-order interactions and multiplex graphs with separate layers. An important graph mining task is node clustering, aiming to partition the nodes of an attributed network into k disjoint clusters such that intra-cluster nodes are closely connected and share similar attributes, while inter-cluster nodes are far apart and dissimilar. It is highly challenging to capture multi-hop connections via nodes or attributes for effective clustering on multiple types of attributed networks. In this paper, we first present as an efficient approach to attributed hypergraph clustering (AHC). includes a carefully-crafted K -nearest neighbor augmentation strategy for the optimized exploitation of attribute information on hypergraphs, a joint hypergraph random walk model to devise an effective AHC objective, and an efficient solver with speedup techniques for the objective optimization. The proposed techniques are extensible to various types of attributed networks, and thus, we develop as a versatile attributed network clustering framework, capable of attributed graph clustering , attributed multiplex graph clustering , and AHC. Moreover, we devise with algorithmic designs tailored for GPU acceleration to boost efficiency. We have conducted extensive experiments to compare our methods with 19 competitors on 8 attributed hypergraphs, 16 competitors on 6 attributed graphs, and 16 competitors on 3 attributed multiplex graphs, all demonstrating the superb clustering quality and efficiency of our methods.
Yiran Li 0004, Gongyao Guo, Jieming Shi 0001, Renchi Yang, Shiqi Shen, Qing Li 0001
VLDB J.6
2023 Attention-Based Spatial-Temporal Graph Convolutional Recurrent Networks for Traffic Forecasting
Chun Jiang Zhu, Detian Zhang, Qing Li 0001
ADMA (1)4
2023 Accurate and Efficient Trajectory-Based Contact Tracing with Secure Computation and Geo-Indistinguishability
Maocheng Li, Yuxiang Zeng, Libin Zheng 0001, Lei Chen 0002, Qing Li 0001
DASFAA (1)5
2023 Jointly Attacking Graph Neural Network and its Explanations
abstract
Graph Neural Networks (GNNs) have boosted the performance for many graph-related tasks. Despite the great success, recent studies have shown that GNNs are still vulnerable to adversarial attacks, where adversaries can mislead the GNNs' prediction by modifying graphs. On the other hand, the explanation of GNNs (GnnExplainer for short) provides a better understanding of a trained GNN model by generating a small subgraph and features that are most influential for its prediction. In this paper, we first perform empirical studies to validate that GnnExplainer can act as an inspection tool and have the potential to detect the adversarial perturbations for graphs. This finding motivates us to further investigate a new problem: Whether a graph neural network and its explanations can be jointly attacked by modifying graphs with malicious desires? It is challenging to answer this question since the goals of adversarial attack and bypassing the GnnExplainer essentially contradict with each other. In this work, we give a confirmative answer for this question by proposing a novel attack framework (GEAttack) for graphs, which can attack both a GNN model and its explanations by exploiting their vulnerabilities simultaneously. To the best of our knowledge, this is the very first effort to attack both GNNs and explanations on graph-structured data for the trustworthiness of GNNs. Comprehensive experiments on various real-world datasets demonstrate the effectiveness of the proposed method.
Wenqi Fan, Han Xu 0002, Wei Jin 0009, Xianfeng Tang, Suhang Wang, Qing Li 0001, Jiliang Tang, Jianping Wang 0001, Charu C. Aggarwal
ICDE7
2023 Copula Guided Parallel Gibbs Sampling for Nonparametric and Coherent Topic Discovery (Extended Abstract)
abstract
In terms of the generative process, the Gamma-Gamma-Poisson Process (G2PP) is equivalent to the nonparametric topic model of Hierarchical Dirichlet Process (HDP). Considering the high computational cost of estimating parameters in HDP, a parallel G2PP was developed to generate topics efficiently via multi-threading. Unfortunately, the above model needs to predefine the number of topics. To address this issue, we first propose a Topic Self-Adaptive Model (TSAM) for nonparametric and parallel topic discovery. In TSAM, a monitor-executor mechanism is developed to manage the global topic information using a hierarchical structure of threads. Based on the apparatus of copulas, we further extend our TSAM to TSAMcop for coherent topic modeling by exploiting a copula guided parallel Gibbs sampling algorithm. Extensive experiments validate the effectiveness of both TSAM and TSAMcop.
Lihui Lin, Yanghui Rao, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001, Fu Lee Wang, Qing Li 0001
ICDE7
2023 Attribute Graph Neural Networks for Strict Cold Start Recommendation : Extended Abstract
abstract
Recently, deep learning based methods, especially graph neural network (GNN), have made impressive progress on rating prediction problem in recommender systems. However, the performance of existing methods drops quickly in the cold start scenario. More importantly, such methods are unable to learn the preference embedding of a strict cold start user/item since there is no interaction for this user/item. In this work, we develop a novel framework Attribute Graph Neural Networks (AGNN) by exploiting the attribute graph rather than the commonly used interaction graph. AGNN can produce the preference embedding for a strict cold user/item by learning on the distribution of attributes with an extended variational auto-encoder (eVAE) structure. It also contains a new graph neural network variant (gated-GNN) to effectively aggregate various attributes of different dimensions in a neighborhood. Empirical results demonstrate that AGNN achieves the new state-of-the-art performance.
Tieyun Qian, Yile Liang, Qing Li 0001, Hui Xiong 0001
ICDE3
2023 STRec: Sparse Transformer for Sequential Recommendations
abstract
With the rapid evolution of transformer architectures, researchers are exploring their application in sequential recommender systems (SRSs) and presenting promising performance on SRS tasks compared with former SRS models. However, most existing transformer-based SRS frameworks retain the vanilla attention mechanism, which calculates the attention scores between all item-item pairs. With this setting, redundant item interactions can harm the model performance and consume much computation time and memory. In this paper, we identify the sparse attention phenomenon in transformer-based SRS models and propose Sparse Transformer for sequential Recommendation tasks (STRec) to achieve the efficient computation and improved performance. Specifically, we replace self-attention with cross-attention, making the model concentrate on the most relevant item interactions. To determine these necessary interactions, we design a novel sampling strategy to detect relevant items based on temporal information. Extensive experimental results validate the effectiveness of STRec, which achieves the state-of-the-art accuracy while reducing 54% inference time and 70% memory cost. We also provide massive extended experiments to further investigate the property of our framework.
Chengxi Li 0013, Yejing Wang, Qidong Liu 0002, Xiangyu Zhao 0001, Yiqi Wang 0001, Lixin Zou, Wenqi Fan, Qing Li 0001
RecSys9
2023 LinRec: Linear Attention Mechanism for Long-term Sequential Recommender Systems
abstract
Transformer models have achieved remarkable success in sequential recommender systems (SRSs). However, computing the attention matrix in traditional dot-product attention mechanisms results in a quadratic complexity with sequence lengths, leading to high computational costs for long-term sequential recommendation. Motivated by the above observation, we propose a novel L2-Normalized Linear Attention for the Transformer-based Sequential Recommender Systems (LinRec), which theoretically improves efficiency while preserving the learning capabilities of the traditional dot-product attention. Specifically, by thoroughly examining the equivalence conditions of efficient attention mechanisms, we show that LinRec possesses linear complexity while preserving the property of attention mechanisms. In addition, we reveal its latent efficiency properties by interpreting the proposed LinRec mechanism through a statistical lens. Extensive experiments are conducted based on two public benchmark datasets, demonstrating that the combination of LinRec and Transformer models achieves comparable or even superior performance than state-of-the-art Transformer-based SRS models while significantly improving time and memory efficiency. The implementation code is available online at https://github.com/Applied-Machine-Learning-Lab/LinRec.>
Langming Liu, Liu Cai, Chi Zhang 0060, Xiangyu Zhao 0001, Jingtong Gao, Yifu Lv, Wenqi Fan, Yiqi Wang 0001, Zitao Liu 0001, Qing Li 0001
SIGIR12
2023 Dynamic Graph Evolution Learning for Recommendation
abstract
Graph neural network (GNN) based algorithms have achieved superior performance in recommendation tasks due to their advanced capability of exploiting high-order connectivity between users and items. However, most existing GNN-based recommendation models ignore the dynamic evolution of nodes, where users will continuously interact with items over time, resulting in rapid changes in the environment (e.g., neighbor and structure). Moreover, the heuristic normalization of embeddings in dynamic recommendation is de-coupled with the model learning process, making the whole system suboptimal. In this paper, we propose a novel framework for generating satisfying recommendations in dynamic environments, called Dynamic Graph Evolution Learning (DGEL). First, we design three efficient real-time update learning methods for nodes from the perspectives of inherent interaction potential, time-decay neighbor augmentation, and symbiotic local structure learning. Second, we construct the re-scaling enhancement networks for dynamic embeddings to adaptively and automatically bridge the normalization process with model learning. Third, we leverage the interaction matching task and the future prediction task together for joint training to further improve performance. Extensive experiments on three real-world datasets demonstrate the effectiveness and improvements of our proposed DGEL. The code is available at https://github.com/henrictang/DGEL.
Shiqing Wu 0001, Guandong Xu, Qing Li 0001
SIGIR4
2023 International Workshop on Learning with Knowledge Graphs: Construction, Embedding, and Reasoning
abstract
A knowledge graph (KG) consists of numerous triples, in which each triple, i.e., (head entity, relation, tail entity), denotes a real-world assertion. Many large-scale KGs have been developed, e.g., general-purpose KGs Freebase and YAGO. Also, lots of domain-specific KGs are emerging, e.g., COVID-19 KGs, biomedical KGs, and agricultural KGs. By embedding KGs into low-dimensional vectors, i.e., representations of entities and relations, we could integrate KGs into machine learning models and enhance the performance of many prediction tasks, including search, recommendations, and question answering. During the construction, refinement, embedding, and application of KGs, a variety of KG learning algorithms have been developed to handle challenges in various real-world scenarios. Moreover, graph neural networks have also brought new opportunities to KG learning. This workshop aims to engage with active researchers from KG communities, recommendation communities, natural language processing communities, and other communities, and deliver state-of-the-art research insights into the core challenges in KG learning.
Qing Li 0001, Xiao Huang 0001, Ninghao Liu 0001, Yuxiao Dong, Guansong Pang
WSDM1
2023 Fairly Adaptive Negative Sampling for Recommendations
abstract
Pairwise learning strategies are prevalent for optimizing recommendation models on implicit feedback data, which usually learns user preference by discriminating between positive (i.e., clicked by a user) and negative items (i.e., obtained by negative sampling). However, the size of different item groups (specified by item attribute) is usually unevenly distributed. We empirically find that the commonly used uniform negative sampling strategy for pairwise algorithms (e.g., BPR) can inherit such data bias and oversample the majority item group as negative instances, severely countering group fairness on the item side. In this paper, we propose a Fairly adaptive Negative sampling approach (FairNeg), which improves item group fairness via adaptively adjusting the group-level negative sampling distribution in the training process. In particular, it first perceives the model’s unfairness status at each step and then adjusts the group-wise sampling distribution with an adaptive momentum update strategy for better facilitating fairness optimization. Moreover, a negative sampling distribution Mixup mechanism is proposed, which gracefully incorporates existing importance-aware sampling techniques intended for mining informative negative samples, thus allowing for achieving multiple optimization purposes. Extensive experiments on four public datasets show our proposed method’s superiority in group fairness enhancement and fairness-utility tradeoff.
Xiao Chen 0016, Wenqi Fan, Jingfan Chen, Zitao Liu 0001, Zhaoxiang Zhang 0001, Qing Li 0001
WWW7
2023 A novel dropout mechanism with label extension schema toward text emotion classification
abstract
Researchers have been aware that emotion is not one-hot encoded in emotion-relevant classification tasks, and multiple emotions can coexist in a given sentence. Recently, several works have focused on leveraging a distribution label or a grayscale label of emotions in the classification model, which can enhance the one-hot label with additional information, such as the intensity of other emotions and the correlation between emotions. Such an approach has been proven effective in alleviating the overfitting problem and improving the model robustness by introducing a distribution learning component in the objective function. However, the effect of distribution learning cannot be fully unfolded as it can reduce the model’s discriminative ability within similar emotion categories. For example, “Sad” and “Fear” are both negative emotions. To address such a problem, we proposed a novel emotion extension scheme in the prior work (Li, Chen, Xie, Li, and Tao, 2021). The prior work incorporated fine-grained emotion concepts to build an extended label space, where a mapping function between coarse-grained emotion categories and fine-grained emotion concepts was identified. For example, sentences labeled “Joy” can convey various emotions such as enjoy, free, and leisure. The model can further benefit from the extended space by extracting dependency within fine-grained emotions when yielding predictions in the original label space. The prior work has shown that it is more apt to apply distribution learning in the extended label space than in the original space. A novel sparse connection method, i.e., Leaky Dropout, is proposed in this paper to refine the dependency-extraction step, which further improves the classification performance. In addition to the multiclass emotion classification task, we extensively experimented on sentiment analysis and multilabel emotion prediction tasks to investigate the effectiveness and generality of the label extension schema.
Zongxi Li, Xianming Li, Haoran Xie 0001, Fu Lee Wang, Mingming Leng, Qing Li 0001, Xiaohui Tao 0001
Inf. Process. Manag.6
2023 Effective stabilized self-training on few-labeled graph data
Ziang Zhou, Jieming Shi 0001, Shengzhong Zhang, Zengfeng Huang, Qing Li 0001
Inf. Sci.5
2023 Saliency Attack: Towards Imperceptible Black-box Adversarial Attack
abstract
Deep neural networks are vulnerable to adversarial examples, even in the black-box setting where the attacker is only accessible to the model output. Recent studies have devised effective black-box attacks with high query efficiency. However, such performance is often accompanied by compromises in attack imperceptibility, hindering the practical use of these approaches. In this article, we propose to restrict the perturbations to a small salient region to generate adversarial examples that can hardly be perceived. This approach is readily compatible with many existing black-box attacks and can significantly improve their imperceptibility with little degradation in attack success rates. Furthermore, we propose the Saliency Attack, a new black-box attack aiming to refine the perturbations in the salient region to achieve even better imperceptibility. Extensive experiments show that compared to the state-of-the-art black-box attacks, our approach achieves much better imperceptibility scores, including most apparent distortion (MAD), L 0 and L 2 distances, and also obtains significantly better true success rate and effective query number judged by a human-like threshold on MAD. Importantly, the perturbations generated by our approach are interpretable to some extent. Finally, it is also demonstrated to be robust to different detection-based defenses.
Zeyu Dai 0001, Shengcai Liu, Qing Li 0001, Ke Tang 0001
ACM Trans. Intell. Syst. Technol.3
2023 Contrastive Learning Models for Sentence Representations
abstract
Sentence representation learning is a crucial task in natural language processing, as the quality of learned representations directly influences downstream tasks, such as sentence classification and sentiment analysis. Transformer-based pretrained language models such as bidirectional encoder representations from transformers (BERT) have been extensively applied to various natural language processing tasks, and have exhibited moderately good performance. However, the anisotropy of the learned embedding space prevents BERT sentence embeddings from achieving good results in the semantic textual similarity tasks. It has been shown that contrastive learning can alleviate the anisotropy problem and significantly improve sentence representation performance. Therefore, there has been a surge in the development of models that utilize contrastive learning to fine-tune BERT-like pretrained language models to learn sentence representations. But no systematic review of contrastive learning models for sentence representations has been conducted. To fill this gap, this article summarizes and categorizes the contrastive learning based sentence representation models, common evaluation tasks for assessing the quality of learned representations, and future research directions. Furthermore, we select several representative models for exhaustive experiments to illustrate the quantitative improvement of various strategies on sentence representations.
Haoran Xie 0001, Zongxi Li, Fu Lee Wang, Weiming Wang 0002, Qing Li 0001
ACM Trans. Intell. Syst. Technol.6
2023 Parallel Non-Negative Matrix Tri-Factorization for Text Data Co-Clustering
abstract
As a novel paradigm for data mining and dimensionality reduction, Non-negative Matrix Tri-Factorization (NMTF) has attracted much attention due to its notable performance and elegant mathematical derivation, and it has been applied to a plethora of real-world applications, such as text data co-clustering. However, the existing NMTF-based methods usually involve intensive matrix multiplications, which exhibits a major limitation of high computational complexity. With the explosion at both the size and the feature dimension of texts, there is a growing need to develop a parallel and scalable NMTF-based algorithm for text data co-clustering. To this end, we first show in this paper how to theoretically derive the original optimization problem of NMTF by introducing the Lagrangian multipliers. Then, we propose to solve the Lagrange dual objective function in parallel through an efficient distributed implementation. Extensive experiments on five benchmark corpora validate the effectiveness, efficiency, and scalability of our distributed parallel update algorithm for an NMTF-based text data co-clustering method.
Yufu Chen, Zhiqi Lei, Yanghui Rao, Haoran Xie 0001, Fu Lee Wang, Jian Yin 0001, Qing Li 0001
IEEE Trans. Knowl. Data Eng.7
2023 Adversarial Attacks for Black-Box Recommender Systems via Copying Transferable Cross-Domain User Profiles
abstract
As widely used in data-driven decision-making, recommender systems have been recognized for their capabilities to provide users with personalized services in many user-oriented online services, such as E-commerce (e.g., Amazon, Taobao, etc.) and Social Media sites (e.g., Facebook and Twitter). Recent works have shown that deep neural networks-based recommender systems are highly vulnerable to adversarial attacks, where adversaries can inject carefully crafted fake user profiles (i.e., a set of items that fake users have interacted with) into a target recommender system to promote or demote a set of target items. Instead of generating users with fake profiles from scratch, in this article, we introduce a novel strategy to obtain “fake” user profiles via copying cross-domain user profiles, where a reinforcement learning based black-box attacking framework (CopyAttack+) is developed to effectively and efficiently select cross-domain user profiles from the source domain to attack the target system. Moreover, we propose to train a local surrogate system for mimicking adversarial black-box attacks in the source domain, so as to provide transferable signals with the purpose of enhancing the attacking strategy in the target black-box recommender system. Comprehensive experiments on three real-world datasets are conducted to demonstrate the effectiveness of the proposed attacking framework.
Wenqi Fan, Xiangyu Zhao 0001, Qing Li 0001, Tyler Derr, Yao Ma 0001, Hui Liu 0031, Jianping Wang 0001, Jiliang Tang
IEEE Trans. Knowl. Data Eng.3
2023 NMTF-LTM: Towards an Alignment of Semantics for Lifelong Topic Modeling
abstract
Aiming at mining high quality topics by accumulating and utilizing semantic knowledge for a stream of documents, lifelong topic modeling (LTM) has attracted more and more attentions recently. However, the permutation of topics may change over time, resulting in asemantic misalignmentbetween the topic representations of document chunks across the stream. Such a misalignment deteriorates the model performances of various downstream tasks, while it has been overlooked by the existing lifelong topic models. Towards addressing the misalignment of semantics, we formulate LTM as a problem of non-negative matrix tri-factorization (NMTF) and propose a consolidation framework (i.e., NMTF-LTM) to enforce an alignment in a mapped topic space. In addition, a distributed parallel algorithm, namely PNMTF-LTM, is developed to meet the real-time requirement for large-scale stream processing. Empirical results show that our method can not only obtain a superior alignment of semantics without loss of topic quality, but also achieve effective speedup when deployed to a high performance computing cluster.
Zhiqi Lei, Hai Liu 0008, Jiaxing Yan, Yanghui Rao, Qing Li 0001
IEEE Trans. Knowl. Data Eng.5
2023 Intent Disentanglement and Feature Self-Supervision for Novel Recommendation
abstract
One key property in recommender systems is the long-tail distribution in user-item interactions where most items only have few user feedback. Improving the recommendation of tail items can promote novelty and bring positive effects to both users and providers, and thus is a desirable property of recommender systems. Current novel recommendation methods over-emphasize the importance of tail items without differentiating the degree of users’ intent on popularity and often incur a sharp decline of accuracy. Moreover, none of existing studies has ever taken the extreme case of tail items, i.e., cold-start items without any interaction, into consideration. In this work, we first disclose the mechanism that drives a user's interaction towards popular or niche items by disentangling her intent into conformity influence (popularity) and personal interests (preference). We then present a unified end-to-end framework to simultaneously optimize accuracy and novelty targets based on the disentangled intent of popularity and that of preference. We further develop a new paradigm for novel recommendation of cold-start items which exploits the self-supervised learning technique to model the correlation between collaborative features and content features. We conduct extensive experiments on three real-world datasets. The results demonstrate that our proposed model yields significant improvements over the state-of-the-art baselines in terms of the trade-off between accuracy and novelty.
Tieyun Qian, Yile Liang, Qing Li 0001, Ke Sun 0010, Zhiyong Peng 0001
IEEE Trans. Knowl. Data Eng.3
2023 Granularity-Aware Area Prototypical Network With Bimargin Loss for Few Shot Relation Classification
abstract
Relation Classification is one of the most important tasks in text mining. Previous methods either require large-scale manually-annotated data or rely on distant supervision approaches which suffer from the long-tail problem. To reduce the expensive manually-annotating cost and solve the long-tail problem, prototypical networks are widely used in few-shot RC tasks. Despite their remarkable performance, current prototypical networks ignore the different granularities of relations, which degrades the classification performance dramatically. Moreover, the optimization of current prototypical networks simply relies on the cross-entropy loss, which cannot consider the intra-relation compactness and the dispersion among relations in a semantic space. It is not robust enough for current prototypical network in real-world and complicated scenarios. In this paper, we propose an area prototypical network with a granularity-aware measurement, aiming to considering the different granularities of relations. Each relation is represented as an area whose width can reflect the granularity level of relation. Moreover, to improve the robustness, bimargin loss is designed to force area prototypical network to improve the intra-relation compactness and inter-relation dispersion for the feature representation in a semantic space. Extensive experiments on two public datasets are conducted and evaluate the effectiveness of our proposed model.
Haopeng Ren, Yi Cai 0001, Raymond Y. K. Lau, Ho-fung Leung, Qing Li 0001
IEEE Trans. Knowl. Data Eng.5
2023 Event-Oriented Visual Question Answering: The E-VQA Dataset and Benchmark
abstract
Visual question answering (VQA) is a challenging task that reasons over questions on images with knowledge. A prerequisite for VQA is the availability of annotated datasets, while the available datasets have several limitations. 1) The diversity of questions and answers are limited to a few question categories and certain concepts (e.g., objects, relations, actions.) with somewhat mechanical answers. 2) The availability of background knowledge or context information has been disregarded with just images, questions and answers being provided. 3) The timeliness of knowledge has not been examined, though some works may introduce factual or commonsense knowledge bases, e.g., ConceptNet, DBPedia. In this paper, we provide an Event-oriented Visual Question Answering (E-VQA) dataset including free-form questions and answers for real-world event concepts, which provides context information of events as domain knowledge in addition to images. E-VQA consists of 2,690 social media images, 9,088 questions, 5,479 answers, and 1,157 news media articles for references being annotated to 182 real-world events, covering a wide range of topics, such as armed conflicts and attacks, disasters and accidents, law and crime. For comparisons, we investigate 10 state-of-the-art VQA methods as benchmarks.
Zhenguo Yang, Jiale Xiang, Jiuxiang You, Qing Li 0001, Wenyin Liu
IEEE Trans. Knowl. Data Eng.4
2023 Pre-Training Across Different Cities for Next POI Recommendation
abstract
The Point-of-Interest (POI) transition behaviors could hold absolute sparsity and relative sparsity very differently for different cities. Hence, it is intuitive to transfer knowledge across cities to alleviate those data sparsity and imbalance problems for next POI recommendation. Recently, pre-training over a large-scale dataset has achieved great success in many relevant fields, like computer vision and natural language processing. By devising various self-supervised objectives, pre-training models can produce more robust representations for downstream tasks. However, it is not trivial to directly adopt such existing pre-training techniques for next POI recommendation, due to thelacking of common semantic objects (users or items) across different cities. Thus in this paper, we tackle such a new research problem ofpre-training across different citiesfor next POI recommendation. Specifically, to overcome the key challenge that different cities do not share any common object, we propose a novel pre-training model namedCATUS, by transferring thecategory-leveluniversal transition knowledge over different cities. Firstly, we build two self-supervised objectives inCATUS:next category predictionandnext POI prediction, to obtain the universal transition-knowledge across different cities and POIs. Then, we design acategory-transition oriented sampleron the data level and animplicit and explicit transfer strategyon the encoder level to enhance this transfer process. At the fine-tuning stage, we propose adistance oriented samplerto better align the POI representations into the local context of each city. Extensive experiments on two large datasets consisting of four cities demonstrate the superiority of our proposedCATUSover the state-of-the-art alternatives. The code and datasets are available at https://github.com/NLPWM-WHU/CATUS.
Ke Sun 0010, Tieyun Qian, Chenliang Li 0005, Qing Li 0001, Ming Zhong 0002, Yuanyuan Zhu 0001, Mengchi Liu
ACM Trans. Web5
2022 Disentangled Contrastive Learning for Social Recommendation
abstract
Social recommendations utilize social relations to enhance the representation learning for recommendations. Most social recommendation models unify user representations for the user-item interactions (collaborative domain) and social relations (social domain). However, such an approach may fail to model the users' heterogeneous behavior patterns in two domains, impairing the expressiveness of user representations. In this work, to address such limitation, we propose a novel Disentangled contrastive learning framework for social Recommendations (DcRec). More specifically, we propose to learn disentangled users' representations from the item and social domains. Moreover, disentangled contrastive learning is designed to perform knowledge transfer between disentangled users' representations for social recommendations. Comprehensive experiments on various real-world datasets demonstrate the superiority of our proposed model.
Jiahao Wu 0004, Wenqi Fan, Jingfan Chen, Shengcai Liu, Qing Li 0001, Ke Tang 0001
CIKM5
2022 Fast Error-Bounded Distance Distribution Computation (Extended Abstract)
abstract
Distance distributions have been widely applied in many real-world applications, e.g., graph analysis. Unfortunately, due to the large data volume and expensive distance computation, the exact distance distribution computation is excessively slow. Motivated by this, we present a novel approximate solution in this paper that (i) achieves error-bound guarantees and (ii) is generic to various distance measures. Our proposed method outperforms the baseline in terms of accuracy and efficiency when evaluating on three widely used distance measures with real-world datasets.
Man Lung Yiu, Bo Tang 0016, Qing Li 0001
ICDE4
2022 Knowledge-enhanced Black-box Attacks for Recommendations
abstract
Recent studies have shown that deep neural networks-based recommender systems are vulnerable to adversarial attacks, where attackers can inject carefully crafted fake user profiles (i.e., a set of items that fake users have interacted with) into a target recommender system to achieve malicious purposes, such as promote or demote a set of target items. Due to the security and privacy concerns, it is more practical to perform adversarial attacks under the black-box setting, where the architecture/parameters and training data of target systems cannot be easily accessed by attackers. However, generating high-quality fake user profiles under black-box setting is rather challenging with limited resources to target systems. To address this challenge, in this work, we introduce a novel strategy by leveraging items' attribute information (i.e., items' knowledge graph), which can be publicly accessible and provide rich auxiliary knowledge to enhance the generation of fake user profiles. More specifically, we propose a knowledge graph-enhanced black-box attacking framework (KGAttack) to effectively learn attacking policies through deep reinforcement learning techniques, in which knowledge graph is seamlessly integrated into hierarchical policy networks to generate fake user profiles for performing adversarial black-box attacks. Comprehensive experiments on various real-world datasets demonstrate the effectiveness of the proposed attacking framework under the black-box setting.
Jingfan Chen, Wenqi Fan, Xiangyu Zhao 0001, Chunfeng Yuan, Qing Li 0001, Yihua Huang 0001
KDD6
2022 Graph Trend Filtering Networks for Recommendation
abstract
Recommender systems aim to provide personalized services to users and are playing an increasingly important role in our daily lives. The key of recommender systems is to predict how likely users will interact with items based on their historical online behaviors, e.g., clicks, add-to-cart, purchases, etc. To exploit these user-item interactions, there are increasing efforts on considering the user-item interactions as a user-item bipartite graph and then performing information propagation in the graph via Graph Neural Networks (GNNs). Given the power of GNNs in graph representation learning, these GNNs-based recommendation methods have remarkably boosted the recommendation performance. Despite their success, most existing GNNs-based recommender systems overlook the existence of interactions caused by unreliable behaviors (e.g., random/bait clicks) and uniformly treat all the interactions, which can lead to sub-optimal and unstable performance. In this paper, we investigate the drawbacks (e.g., non-adaptive propagation and non-robustness) of existing GNN-based recommendation methods. To address these drawbacks, we introduce a principled graph trend collaborative filtering method and propose the Graph Trend Filtering Networks for recommendations (GTN) that can capture the adaptive reliability of the interactions. Comprehensive experiments and ablation studies are presented to verify and understand the effectiveness of the proposed framework. Our implementation based on PyTorch is available: https://github.com/wenqifan03/GTN-SIGIR2022.
Wenqi Fan, Wei Jin 0009, Xiangyu Zhao 0001, Jiliang Tang, Qing Li 0001
SIGIR6
2022 Toward Enhancing Room Layout Estimation by Feature Pyramid Networks
abstract
Abstract As a fundamental part of indoor scene understanding, the research of indoor room layout estimation has attracted much attention recently. The task is to predict the structure of a room from a single image. In this paper, we illustrate that this task can be well solved even without sophisticated post-processing program, by adopting Feature Pyramid Networks (FPN) to solve this problem with adaptive changes. The proposed model employs two strategies to deliver quality output. First, it can predicts the coarse positions of key points correctly by preserving the order of these key points in the data augmentation stage. Then the coordinate of each corner point is refined by moving each corner point to its nearest image boundary as output. Our method has demonstrated great performance on the benchmark LSUN dataset on both processing efficiency and accuracy. Compared with the state-of-the-art end-to-end method, our method is two times faster at processing speed (32 ms) than its speed (86 ms), with 0.71% lower key point error and 0.2% higher pixel error respectively. Besides, the advanced two-step method is only 0.02% better than our result on key point error. Both the high efficiency and accuracy make our method a good choice for some real-time room layout estimation tasks.
Aopeng Wang, Shiting Wen, Yunjun Gao, Qing Li 0001, Chaoyi Pang
Data Sci. Eng.4
2022 αβ-GAN: Robust generative adversarial networks
Aurele Tohokantche Gnanha, Wenming Cao 0002, Xudong Mao, Si Wu 0002, Hau-San Wong, Qing Li 0001
Inf. Sci.6
2022 A Graph Neural Network Framework for Social Recommendations
abstract
Data in many real-world applications such as social networks, users shopping behaviors, and inter-item relationships can be represented as graphs. Graph Neural Networks (GNNs) have shown great success in learning meaningful representations for graphs by inherently integrating node information and topological structure. Data in social recommendations can also be denotes as graph data in the form of user-user social graphs and user-item graphs. In addition, the relationships between items can be denoted as item-item graphs. GNNs provide an unprecedented opportunity to advance social recommendations. However, there are tremendous challenges in building GNNs-based social recommendations where (1) users (items) are simultaneously involved in the user-item graph and user-user social graph (item-item graph); (2) user-item graphs not only contain user-item interactions but also include users’ opinions on items; and (3) the nature of social relations are heterogeneous among users. In this paper, we propose a novel graph neural network framework (GraphRec+) for social recommendations, which is able to coherently model graph data in order to learn better user and item representations. Specifically, we introduce a principled approach for jointly capturing interactions and opinions in the user-item graph and also propose an attention mechanism to differentiate the heterogeneous strengths of social relations. Comprehensive experiments on three real-world datasets show the effectiveness of the proposed framework.
Wenqi Fan, Yao Ma 0001, Qing Li 0001, Jianping Wang 0001, Guoyong Cai, Jiliang Tang, Dawei Yin 0001
IEEE Trans. Knowl. Data Eng.3
2022 Copula Guided Parallel Gibbs Sampling for Nonparametric and Coherent Topic Discovery
abstract
Hierarchical Dirichlet Process (HDP) has attracted much attention in the research community of natural language processing. Given a corpus, HDP is able to determine the number of topics automatically, possessing an important feature dubbed nonparametric that overcomes the challenging issue of manually specifying a suitable topic number in parametric topic models, such as Latent Dirichlet Allocation (LDA). Nevertheless, HDP requires a much higher computational cost than LDA for parameter estimation. By taking the advantage of multi-threading, a parallel Gibbs sampling algorithm is proposed to estimate parameters for HDP based on the equivalence between HDP and Gamma-Gamma Poisson Process (G2PP) in terms of the generative process. Unfortunately, the above parallel Gibbs sampling algorithm requires to apply the finite approximation on the number of topics manually (i.e., predefine the topic number), thus can not retain the nonparametric feature of HDP. Another drawback of the above models is the lack of capturing the semantic dependencies between words, because the topic assignment of words is independent with each other. Although some works have been done in phrase-based topic modelling, these existing methods are still limited by either enforcing the entire phrase to share a common topic or requiring much complex and time-consuming phrase mining methods. In this paper, we aim to develop a copula guided parallel Gibbs sampling algorithm for HDP which can adjust the number of topics dynamically and capture the latent semantic dependencies between words that compose a coherent segment. Extensive experiments on real-world datasets indicate that our method achieves low perplexities and high topic coherence scores with a small time cost. In addition, we validate the effectiveness of our method on the modelling of word semantic dependencies by comparing the extracted topical phrases with those learned by state-of-the-art phrase-based baselines.
Lihui Lin, Yanghui Rao, Haoran Xie 0001, Raymond Y. K. Lau, Jian Yin 0001, Fu Lee Wang, Qing Li 0001
IEEE Trans. Knowl. Data Eng.7
2022 Representation Learning With Multi-Level Attention for Activity Trajectory Similarity Computation
abstract
Massive trajectory data stem from the prevalence of equipment-supporting GPS and wireless communication technology. Especially, activity trajectory from Location-based Social Network (LBSN) endows traditional trajectory data with additional user semantic activities, e.g., visiting work/home/entertainment places. Measuring the similarity between activity trajectories is to compare their proximity in multiple dimensions such as time, location, and semantics. In this way, we can mine implicit user preference and apply it to route planning, POI recommendation or any other online tasks. The key challenge of comparing activity trajectories (i.e., computing their similarity) lies in two aspects. One is the uneven sampling rate in both time and space. The other is the discrepancy of individual activities. Previous effort alleviates the issue of uneven sampling rate via trajectory complements, which is limited to spatial-temporal information. In this paper, we propose to learn a representation for one activity trajectory by jointly considering the spatio-temporal characteristics and the activity semantics. The similarity of two trajectories is computed by weighting individual trajectory points and contextual features with multi-level attention mechanisms. In specific, we propose a point-level and feature-level attention mechanism to adaptively select critical elements and contextual factors for learning trajectory representation. Our proposed approach, called At2vec, demonstrates better performance than existing baselines in extensive experimental evaluation on real trajectory databases.
An Liu 0002, Xiangliang Zhang 0001, Guanfeng Liu 0001, Zhixu Li, Lei Zhao 0001, Qing Li 0001, Xiaofang Zhou 0001
IEEE Trans. Knowl. Data Eng.8
2022 Towards Query Pricing on Incomplete Data
abstract
Data have significant economic or social value in many application fields including science, business, governance, etc. This naturally leads to the emergence of many data markets such as GBDEx and YoueData. As a result, the data trade through data markets has started to receive attentions from both industry and academia. During the data buying and selling, how to price the data is an indispensable problem. However, pricing incomplete data is more challenging, even though incomplete data exist pervasively in a vast lot of real-life scenarios. In this paper, we attempt to explore thepricing problem for queries over incomplete data. We propose a sophisticated pricing mechanism, termed as${\sf iDBPricer}$, which takes a series of essential factors into consideration, including thedata contribution/usage,data completeness, andquery quality. We present two novel price functions, namely, the usage, and completeness-aware price function (UCA pricefor short) and the quality, usage, and completeness-aware price function (QUCA pricefor short). Moreover, we develop efficient algorithms for deriving the query prices. Extensive experiments using both real and benchmark datasets demonstrate${\sf iDBPricer}$is of excellent performance in terms of effectiveness and scalability, compared with the state-of-the-art price functions.
Xiaoye Miao, Yunjun Gao, Lu Chen 0001, Huanhuan Peng, Jianwei Yin, Qing Li 0001
IEEE Trans. Knowl. Data Eng.6
2022 Attribute Graph Neural Networks for Strict Cold Start Recommendation
abstract
Rating prediction is a classic problem underlying recommender systems. It is traditionally tackled with matrix factorization. Recently, deep learning based methods, especially graph neural networks, have made impressive progress on this problem. Despite their effectiveness, existing methods focus on modeling the user-item interaction graph. The inherent drawback of such methods is that their performance is bound to the density of the interactions, which is however usually of high sparsity. More importantly, for a strict cold start user/item that neither appears in the training data nor has any interactions in the test stage, such methods are unable to learn the preference embedding of the user/item since there is no link to this user/item in the graph. In this work, we develop a novel frameworkAttribute Graph Neural Networks(AGNN) by exploiting the attribute graph rather than the commonly used interaction graph. This leads to the capability of learning embeddings for the strict cold start users/items. Our AGNN can produce the preference embedding for a strict cold user/item by learning on the distribution of attributes with an extended variational auto-encoder (eVAE) structure. Moreover, we propose a new graph neural network variant, i.e., gated-GNN, to effectively aggregate various attributes of different modalities in a neighborhood. Empirical results on three real-world datasets demonstrate that our model yields significant improvements for strict cold start recommendations and outperforms or matches the state-of-the-art performance in the warm start scenario.
Tieyun Qian, Yile Liang, Qing Li 0001, Hui Xiong 0001
IEEE Trans. Knowl. Data Eng.3
2022 Fast Error-Bounded Distance Distribution Computation
abstract
In this work we study the distance distribution computation problem. It has been widely used in many real-world applications, e.g., human genome clustering, cosmological model analysis, and parameter tuning. The straightforward solution for the exact distance distribution computation problem is unacceptably slow due to (i) massive data size, and (ii) expensive distance computation. In this paper, we propose a novel method to compute approximate distance distributions with error bound guarantees. Furthermore, our method is generic to different distance measures. We conduct extensive experimental studies on three widely used distance measures with real-world datasets. The experimental results demonstrate that our proposed method outperforms the sampling-based solution (without error guarantees) by up to three orders of magnitude.
Man Lung Yiu, Bo Tang 0016, Qing Li 0001
IEEE Trans. Knowl. Data Eng.4
2021 Attacking Black-box Recommendations via Copying Cross-domain User Profiles
abstract
Recommender systems, which aim to suggest personalized lists of items for users, have drawn a lot of attention. In fact, many of these state-of-the-art recommender systems have been built on deep neural networks (DNNs). Recent studies have shown that these deep neural networks are vulnerable to attacks, such as data poisoning, which generate fake users to promote a selected set of items. Correspondingly, effective defense strategies have been developed to detect these generated users with fake profiles. Thus, new strategies of creating more `realistic' user profiles to promote a set of items should be investigated to further understand the vulnerability of DNNs based recommender systems. In this work, we present a novel framework CopyAttack. It is a reinforcement learning based black-box attacking method that harnesses real users from a source domain by copying their profiles into the target domain with the goal of promoting a subset of items. CopyAttack is constructed to both efficiently and effectively learn policy gradient networks that first select, then further refine/craft user profiles from the source domain, and ultimately copy them into the target domain. CopyAttack's goal is to maximize the hit ratio of the targeted items in the Top-k recommendation list of the users in the target domain. We conducted experiments on two real-world datasets and empirically verified the effectiveness of the proposed framework. The implementation of CopyAttack is available at https://github.com/wenqifan03/CopyAttack.
Wenqi Fan, Tyler Derr, Xiangyu Zhao 0001, Yao Ma 0001, Hui Liu 0031, Jianping Wang 0001, Jiliang Tang, Qing Li 0001
ICDE8
2021 Towards Query Pricing on Incomplete Data (Extended Abstract)
abstract
As data markets have started to receive much attention from both industry and academia, how to price the tradable data is an indispensable problem. Pricing incomplete data is more practical and challenging, due to the pervasiveness of incomplete data. In this paper, we explore the pricing problem for queries over incomplete data. We propose a sophisticated pricing mechanism, termed as iDBPricer, which considers a series of essential factors, including the data contribution/usage, data completeness, and query quality. We present two novel price functions, namely, the usage and completeness-aware price function (UCA price for short) and the quality, usage, and completeness-aware price function (QUCA price for short). Moreover, we develop efficient algorithms for deriving the query prices. Extensive experiments using both real and benchmark datasets confirm the superiority of iDBPricer to the state-of-the-art price functions.
Xiaoye Miao, Yunjun Gao, Lu Chen 0001, Huanhuan Peng, Jianwei Yin, Qing Li 0001
ICDE6
2021 Multi-branch Semantic Learning Network for Text-to-Image Synthesis
abstract
In this paper, we propose a multi-branch semantic learning network (MSLN) to generate image according to textual description by taking into account global and local textual semantics, which consists of two stages. The first stage generates a coarse-grained image based on the sentence features. In the second stage, a multi-branch fine-grained generation model is constructed to inject the sentence-level and word-level semantics into two coarse-grained images by global and local attention modules, which generate global and local fine-grained image textures, respectively. In particular, we devise a channel fusion module (CFM) to fuse the global and local fine-grained features in the multi-branch fine-grained stage and generate the output image. Extensive experiments conducted on the CUB-200 dataset and Oxford-102 dataset demonstrate the superior performance of the proposed method. (e.g., FID is reduced from 16.09 to 14.43 on CUB-200).
Jiading Ling, Xingcai Wu, Zhenguo Yang, Xudong Mao, Qing Li 0001, Wenyin Liu
MMAsia5
2021 Enhancing Domain-Level and User-Level Adaptivity in Diversified Recommendation
abstract
Recommender systems are playing a vital role in online platforms due to the ability of incorporating users' personal tastes. Beyond accuracy, diversity has been recognized as a key factor to broaden users' horizons as well as to promote enterprises' sales. However, the trade-off between accuracy and diversity remains to be a big challenge. More importantly, none of existing methods has explored the domain and user biases toward diversity.
Yile Liang, Tieyun Qian, Qing Li 0001, Hongzhi Yin
SIGIR3
2021 Event Cube for Suicidal Event Analysis: A Case Study
Qing Li 0001, Zhihan Yan, Jun Li 0130, Zhenguo Yang, Zehang Lin, Hong Va Leong, Lei Chen 0002, Nancy Xiaonan Yu
WISE (1)1
2021 Interactive Pose Attention Network for Human Pose Transfer
Guipeng Zhang, Zhenguo Yang, Minzheng Yuan, Liangliang Xu, Qing Li 0001, Wenyin Liu
WISE (2)7
2021 An Efficient Method for Indoor Layout Estimation with FPN
Aopeng Wang, Shiting Wen, Yunjun Gao, Qing Li 0001, Chaoyi Pang
WISE (2)4
2021 On entropy-based term weighting schemes for text categorization
Tao Wang 0036, Yi Cai 0001, Ho-fung Leung, Raymond Y. K. Lau, Haoran Xie 0001, Qing Li 0001
Knowl. Inf. Syst.6
2021 Answering Skyline Queries Over Incomplete Data With Crowdsourcing
abstract
Due to the pervasiveness of incomplete data, incomplete data queries are vital in a large number of real-life scenarios. Current models and approaches for incomplete data queries mainly rely on the machine power. In this paper, we study the problem ofskyline queries over incomplete data with crowdsourcing. We propose a novel query framework, termed as${\sf BayesCrowd}$, which takes into account the data correlation using the Bayesian network. We leverage the typicalc-tablemodel on incomplete data to represent objects. Considering budget and latency constraints, we present a suite of effective task selection strategies. Moreover, we introduce amarginal utilityfunction to measure the benefit of crowdsourcing one task. In particular, the probability computation of each object being an answer object is at least as hard as #SAT problem. To this end, we propose anadaptiveDPLL (i.e., Davis-Putnam-Logemann- Loveland) algorithm to speed up the computation. Extensive experiments using both real and synthetic data sets confirm the superiority of${\sf BayesCrowd}$to the state-of-the-art method, in terms of execution time, monetary cost, and latency minimization.
Xiaoye Miao, Yunjun Gao, Su Guo, Lu Chen 0001, Jianwei Yin, Qing Li 0001
IEEE Trans. Knowl. Data Eng.6
2020 Incorporating Boundary and Category Feature for Nested Named Entity Recognition
Guohua Wang 0003, Canguang Li, Haopeng Ren, Yi Cai 0001, Raymond Chi-Wing Wong, Qing Li 0001
DASFAA (2)7
2020 Incorporating Concept Information into Term Weighting Schemes for Topic Models
Huakui Zhang, Yi Cai 0001, Bingshan Zhu, Changmeng Zheng, Kai Yang 0007, Raymond Chi-Wing Wong, Qing Li 0001
DASFAA (2)7
2020 Answering Skyline Queries over Incomplete Data with Crowdsourcing(Extended Abstract)
abstract
Due to the pervasiveness of incomplete data, incomplete data queries are vital in a large number of real-life scenarios. Current models and approaches for incomplete data queries mainly rely on the machine power. In this paper, we study the problem of skyline queries over incomplete data with crowdsourcing. We propose a novel query framework, termed as BayesCrowd, on top of Bayesian network and the typical c-table model on incomplete data. Considering budget and latency constraints, we present a suite of effective task selection strategies. In particular, since the probability computation of each object being an answer object is at least as hard as #SAT problem, we propose an adaptive DPLL (i.e., Davis-Putnam-Logemann-Loveland) algorithm to speed up the computation. Extensive experiments using both real and synthetic data sets confirm the superiority of BayesCrowd to the state-of-the-art method.
Xiaoye Miao, Yunjun Gao, Su Guo, Lu Chen 0001, Jianwei Yin, Qing Li 0001
ICDE6
2020 Geodemographic Influence Maximization
abstract
Given a set of locations in a city, on which ones should we place ads on so as to reach as many people as possible within a limited budget? Past research has addressed this question under the assumption that dense trajectory data are available to determine the reach of each ad. However, the data that are available in most industrial settings do not consist of dense, long-range trajectories; instead, they consist of statistics on people's short-range point-to-point movements. In this paper, we address the natural problem that arises such data: given a distribution of population and point-to-point movement statistics over a network, find a set of locations within a budget that achieves maximum expected reach. We call this problem geodemographic influence maximization (GIM). We show that the problem is NP-hard, but its objective function is monotone and submodular, thus admits a greedy algorithm with a 1 over 2 (1-1 over e) approximation ratio. Still, this algorithm is inapplicable on large-scale data for high-frequency digital signage ads. We develop an efficient deterministic algorithm, Lazy-Sower, exploiting a novel, tight double-bounding scheme of marginal influence gain as well as the locality proprieties of the problem; a learning-based variant, NN-Sower, utilizes randomization and deep learning to further improve efficiency, with a slight loss of quality. Our exhaustive experimental study on two real-world urban datasets demonstrates the efficacy and efficiency of our solutions compared to baselines.
Kaichen Zhang, Jingbo Zhou 0003, Donglai Tao, Panagiotis Karras, Qing Li 0001, Hui Xiong 0001
KDD5
2020 Deep Adversarial Canonical Correlation Analysis
abstract
Canonical Correlation Analysis (CCA) aims to learn the linear projections of two sets of variables where they are correlated maximally, which is not optimal for variables with non-linear relations. Recent years have witnessed great efforts in developing deep neural networks based CCA models, which are able to learn flexible non-linear and highly correlated representations between two variables. In addition to learning representations, generating realistic multi-view samples is also becoming highly desired in many real-world applications. However, the majority of existing CCA models do not provide mechanisms for realistic samples generation. Meanwhile, adversarial learning techniques such as generative adversarial networks have been proven to be effective in generating realistic samples similar to real data distribution. Thus, incorporating adversarial learning techniques has a great potential to advance Canonical Correlation Analysis. In this paper, we harness the power of adversarial learning techniques to equip Canonical Correlation Analysis with the ability of realistic data generation. In particular, we propose a Deep Adversarial Canonical Correlation Analysis model (DACCA), which can simultaneously learn representation of multi-view data but also generate realistic multi-view samples. Comprehensive experiments have been conducted on three real-world datasets and the results demonstrate the effectiveness of the proposed model. Our code is available at https://github.com/wenqifan03/DACCA.
Wenqi Fan, Yao Ma 0001, Han Xu 0002, Jianping Wang 0001, Qing Li 0001, Jiliang Tang
SDM6
2020 Hierarchical Visual-aware Minimax Ranking Based on Co-purchase Data for Personalized Recommendation
abstract
Personalized recommendation aims at ranking a set of items according to the learnt preferences of the user. Existing methods optimize the ranking function by considering an item that the user has not bought yet as a negative item and assuming that the user prefers the positive item that he has bought to the negative item. The strategy is to exclude irrelevant items from the dataset to narrow down the set of potential positive items to improve ranking accuracy. It conflicts with the goal of recommendation from the seller’s point of view, which aims to enlarge that set for each user. In this paper, we diminish this limitation by proposing a novel learning method called Hierarchical Visual-aware Minimax Ranking (H-VMMR), in which a new concept of predictive sampling is proposed to sample items in a close relationship with the positive items (e.g., substitutes, compliments). We set up the problem by maximizing the preference discrepancy between positive and negative items, as well as minimizing the gap between positive and predictive items based on visual features. We also build a hierarchical learning model based on co-purchase data to solve the data sparsity problem. Our method is able to enlarge the set of potential positive items as well as true negative items during ranking. The experimental results show that our H-VMMR outperforms the state-of-the-art learning methods.
Xiaoya Chong, Qing Li 0001, Howard Leung, Qianhui Men, Xianjin Chao
WWW2
2020 MMED: A multi-domain and Multi-modality event dataset
Zhenguo Yang, Zehang Lin, Lingni Guo, Qing Li 0001, Wenyin Liu
Inf. Process. Manag.4
2020 Event modeling and mining: a long journey toward explainable events
Xinhong Chen 0003, Qing Li 0001
VLDB J.2
2019 Incorporating Task-Oriented Representation in Text Classification
Xue Lei, Yi Cai 0001, Da Ren, Qing Li 0001, Ho-fung Leung
DASFAA (2)5
2019 A Weighted Word Embedding Model for Text Classification
Haopeng Ren, ZeQuan Zeng, Yi Cai 0001, Qing Li 0001, Haoran Xie 0001
DASFAA (1)5
2019 Optimizing Quality for Probabilistic Skyline Computation and Probabilistic Similarity Search (Extended Abstract)
abstract
Probabilistic queries usually suffer from the noisy query result sets, due to data uncertainty. In this paper, we propose an efficient optimization framework, termed as QueryClean, for both probabilistic skyline computation and probabilistic similarity search. Its goal is to optimize query quality by selecting a group of uncertain objects to clean under limited resource available, where an entropy based quality function is leveraged. We develop an efficient index to organize the possible result sets of probabilistic queries, which is able to help avoid multiple probabilistic query evaluations over a large number of possible worlds for quality computation. Moreover, using two newly presented heuristics, we present exact and approximate algorithms for the optimization problem. Extensive experiments on both real and synthetic data sets demonstrate the efficiency and scalability of QueryClean.
Xiaoye Miao, Yunjun Gao, Linlin Zhou, Wei Wang 0011, Qing Li 0001
ICDE5
2019 Supervised Group Embedding for Rumor Detection in Social Media
Xingming Chen, Yanghui Rao, Haoran Xie 0001, Qing Li 0001, Jun Zhang 0003, Yingchao Zhao 0001, Fu Lee Wang
ICWE5
2019 Deep Semantic Space with Intra-class Low-rank Constraint for Cross-modal Retrieval
abstract
In this paper, a novel Deep Semantic Space learning model with Intra-class Low-rank constraint (DSSIL) is proposed for cross-modal retrieval, which is composed of two subnetworks for modality-specific representation learning, followed by projection layers for common space mapping. In particular, DSSIL takes into account semantic consistency to fuse the cross-modal data in a high-level common space, and constrains the common representation matrix within the same class to be low-rank, in order to induce the intra-class representations more relevant. More formally, two regularization terms are devised for the two aspects, which have been incorporated into the objective of DSSIL. To optimize the modality-specific subnetworks and the projection layers simultaneously by exploiting the gradient decent directly, we approximate the nonconvex low-rank constraint by minimizing a few smallest singular values of the intra-class matrix with theoretical analysis. Extensive experiments conducted on three public datasets demonstrate the competitive superiority of DSSIL for cross-modal retrieval compared with the state-of-the-art methods.
Peipei Kang, Zehang Lin, Zhenguo Yang, Xiaozhao Fang, Qing Li 0001, Wenyin Liu
ICMR5
2019 Deep social collaborative filtering
abstract
Recommender systems are crucial to alleviate the information overload problem in online worlds. Most of the modern recommender systems capture users' preference towards items via their interactions based on collaborative filtering techniques. In addition to the user-item interactions, social networks can also provide useful information to understand users' preference as suggested by the social theories such as homophily and influence. Recently, deep neural networks have been utilized for social recommendations, which facilitate both the user-item interactions and the social network information. However, most of these models cannot take full advantage of the social network information. They only use information from direct neighbors, but distant neighbors can also provide helpful information. Meanwhile, most of these models treat neighbors' information equally without considering the specific recommendations. However, for a specific recommendation case, the information relevant to the specific item would be helpful. Besides, most of these models do not explicitly capture the neighbor's opinions to items for social recommendations, while different opinions could affect the user differently. In this paper, to address the aforementioned challenges, we propose DSCF, a Deep Social Collaborative Filtering framework, which can exploit the social relations with various aspects for recommender systems. Comprehensive experiments on two-real world datasets show the effectiveness of the proposed framework.
Wenqi Fan, Yao Ma 0001, Dawei Yin 0001, Jianping Wang 0001, Jiliang Tang, Qing Li 0001
RecSys6
2019 Generating Adversarial Examples by Adversarial Networks for Semi-supervised Learning
Yun Ma 0001, Xudong Mao, Yangbin Chen, Qing Li 0001
WISE4
2019 Graph Neural Networks for Social Recommendation
abstract
In recent years, Graph Neural Networks (GNNs), which can naturally integrate node information and topological structure, have been demonstrated to be powerful in learning on graph data. These advantages of GNNs provide great potential to advance social recommendation since data in social recommender systems can be represented as user-user social graph and user-item graph; and learning latent factors of users and items is the key. However, building social recommender systems based on GNNs faces challenges. For example, the user-item graph encodes both interactions and their associated opinions; social relations have heterogeneous strengths; users involve in two graphs (e.g., the user-user social graph and the user-item graph). To address the three aforementioned challenges simultaneously, in this paper, we present a novel graph neural network framework (GraphRec) for social recommendations. In particular, we provide a principled approach to jointly capture interactions and opinions in the user-item graph and propose the framework GraphRec, which coherently models two graphs and heterogeneous strengths. Extensive experiments on two real-world datasets demonstrate the effectiveness of the proposed framework GraphRec.
Wenqi Fan, Yao Ma 0001, Qing Li 0001, Yihong Eric Zhao, Jiliang Tang, Dawei Yin 0001
WWW3
2019 Special Issue of APWeb-WAIM 2018
abstract
We are pleased to present a special issue of Data Science and Engineering (DSE), which contains a collection of three extended papers from the APWeb-WAIM 2018 conference.Besides these three special issue papers, this DSE issue also has three regular research papers.APWeb-WAIM conferences focus on research, development, and applications in relation to Web information management, including a wide range of topics, such as text analysis, graph data processing, social networks, recommender systems, information retrieval, data streams, knowledge graph, data mining and application, query processing, machine learning, database and Web applications, big data, and blockchain.APWeb-WAIM 2018 was held in Macau during July 23-25, 2018, and attracted a total of 168 research paper submissions.The conference program committee selected 39 full research papers, 31 short papers, and six demonstration papers to be presented at the conference and published in the conference proceedings [1,2].The conference program also included keynote presentations by Prof.
Yi Cai 0001, Jianliang Xu, Qing Li 0001
Data Sci. Eng.3
2019 Multi-Task Learning for Abstractive and Extractive Summarization
abstract
The abstractive method and extractive method are two main approaches for automatic document summarization. In this paper, to fully integrate the relatedness and advantages of both approaches, we propose a general unified framework for abstractive summarization which incorporates extractive summarization as an auxiliary task. In particular, our framework is composed of a shared hierarchical document encoder, a hierarchical attention mechanism-based decoder, and an extractor. We adopt multi-task learning method to train these two tasks jointly, which enables the shared encoder to better capture the semantics of the document. Moreover, as our main task is abstractive summarization, we constrain the attention learned in the abstractive task with the labels of the extractive task to strengthen the consistency between the two tasks. Experiments on the CNN/DailyMail dataset demonstrate that both the auxiliary task and the attention constraint contribute to improve the performance significantly, and our model is comparable to the state-of-the-art abstractive models. In addition, we cut half number of labels of the extractive task, pretrain the extractor, and jointly train the two tasks using the estimated sentence salience of the extractive task to constrain the attention of the abstractive task. The results do not decrease much compared with using full-labeled data of the auxiliary task.
Yangbin Chen, Yun Ma 0001, Xudong Mao, Qing Li 0001
Data Sci. Eng.4
2019 Learning from Multi-annotator Data: A Noise-aware Classification Framework
abstract
In the field of sentiment analysis and emotion detection in social media, or other tasks such as text classification involving supervised learning, researchers rely more heavily on large and accurate labelled training datasets. However, obtaining large-scale labelled datasets is time-consuming and high-quality labelled datasets are expensive and scarce. To deal with these problems, online crowdsourcing systems provide us an efficient way to accelerate the process of collecting training data via distributing the enormous tasks to various annotators to help create large amounts of labelled data at an affordable cost. Nowadays, these crowdsourcing platforms are heavily needed in dealing with social media text, since the social network platforms (e.g., Twitter) generate huge amounts of data in textual form everyday. However, people from different social and knowledge backgrounds have different views on various texts, which may lead to noisy labels. The existing noisy label aggregation/refinement algorithms mostly focus on aggregating labels from noisy annotations, which would not guarantee their effectiveness on the subsequent classification/ranking tasks. In this article, we propose a noise-aware classification framework that integrates the steps of noisy label aggregation and classification. The aggregated noisy crowd labels are fed into a classifier for training, while the predicted labels are employed as feedback for adjusting the parameters at the label aggregating stage. The classification framework is suitable for directly running on crowdsourcing datasets and applies to various kinds of classification algorithms. The feedback strategy makes it possible for us to find optimal parameters instead of using known data for parameter selection. Simulation experiments demonstrate that our method provide significant label aggregation performance for both binary and multiple classification tasks under various noisy environments. Experimenting on real-world data validates the feasibility of our framework in real noise data and helps us verify the reasonableness of the simulated experiment settings.
Xueying Zhan, Yaowei Wang 0001, Yanghui Rao, Qing Li 0001
ACM Trans. Inf. Syst.4
2018 Homepage Augmentation by Predicting Links in Heterogenous Networks
abstract
Scholars' homepages are important places to show personal research interest and academic achievement through the Web. However, according to our observation, only a small portion of scholars update their publications and related events on their homepages in time. In this paper, we propose a homepage augmentation technique, which automatically shows the newest academic events related to a scholar on his/her homepage. Specifically, we model the relations between homepages and the events collected from the Web as a complex heterogenous network, and propose an Embedding-based Heterogenous random Walk algorithm, namely EHWalk, to predict the links between homepages and events. Compared with existing embedding-based link prediction algorithms, EHWalk supports more efficient modeling of complex heterogenous relations in a dynamically changing network, which helps link the massive new updated events to homepages precisely and efficiently. Comprehensive experiments on a real-world dataset are conducted and the results show that our algorithm can achieve both good effectiveness and efficiency for real-world deployment.
Jianming Lv, Jiajie Zhong, Weihang Chen, Qinzhe Xiao, Zhenguo Yang, Qing Li 0001
CIKM6
2018 Improving Short Text Modeling by Two-Level Attention Networks for Sentiment Classification
Yi Cai 0001, Ho-fung Leung, Qing Li 0001
DASFAA (1)4
2018 Improving Maximum Classifier Discrepancy by Considering Joint Distribution for Domain Adaptation
Zehang Lin, Zhenguo Yang, Runwei Situ, Feitao Huang, Jianming Lv, Qing Li 0001, Wenyin Liu
WISE (2)6
2018 Combining Contextual Information by Self-attention Mechanism in Convolutional Neural Networks for Text Classification
Xin Wu 0003, Yi Cai 0001, Qing Li 0001, Ho-fung Leung
WISE (1)3
2018 Efficient task assignment in spatial crowdsourcing with worker and task privacy protection
An Liu 0002, Weiqi Wang 0003, Shuo Shang, Qing Li 0001, Xiangliang Zhang 0001
GeoInformatica4
2018 Efficient evaluation of shortest travel-time path queries through spatial mashups
Detian Zhang, Chi-Yin Chow, An Liu 0002, Xiangliang Zhang 0001, Qingzhu Ding, Qing Li 0001
GeoInformatica6
2018 A scalable framework for cross-lingual authorship identification
Raheem Sarwar, Qing Li 0001, Thanawin Rakthanmanon, Sarana Nutanong
Inf. Sci.2
2018 Optimizing Quality for Probabilistic Skyline Computation and Probabilistic Similarity Search
abstract
Probabilistic queries have been extensively explored to provide answers with confidence, in order to support the real-life applications struggling with uncertain data, such as sensor networks and data integration. However, the uncertainty of data may propagate, and thus, the results returned by probabilistic queries contain much noise, which degrades query quality significantly. In this paper, we propose an efficient optimization framework, termed as QueryClean, for both probabilistic skyline computation and probabilistic similarity search. The goal of QueryClean is to optimize query quality via selecting a group of uncertain objects to clean under limited resource available, where a joint-entropy based quality function is leveraged. We develop an efficient structure called ASI to index the possible result sets of probabilistic queries, which helps to avoid many types of probabilistic query evaluations over a large number of the possible worlds for quality computation. Moreover, we present exact and approximate algorithms for the optimization problem, using two newly presented heuristics. Considerable experimental results on both real and synthetic data sets demonstrate the efficiency and scalability of our proposed framework QueryClean.
Xiaoye Miao, Yunjun Gao, Linlin Zhou, Wei Wang 0011, Qing Li 0001
IEEE Trans. Knowl. Data Eng.5
2017 Supervised Intensive Topic Models for Emotion Detection over Short Text
Yanghui Rao, Jianhui Pang, Haoran Xie 0001, An Liu 0002, Tak-Lam Wong, Qing Li 0001, Fu Lee Wang
DASFAA (1)6
2017 Combining Local and Global Features in Supervised Word Sense Disambiguation
Xue Lei, Yi Cai 0001, Qing Li 0001, Haoran Xie 0001, Ho-fung Leung, Fu Lee Wang
WISE (2)3
2017 Event Cube - A Conceptual Framework for Event Modeling and Analysis
Qing Li 0001, Yun Ma 0001, Zhenguo Yang
WISE (1)1
2017 Cross-Domain and Cross-Modality Transfer Learning for Multi-domain and Multi-modality Event Detection
Zhenguo Yang, Min Cheng 0003, Qing Li 0001, Zehang Lin, Wenyin Liu
WISE (1)3
2017 Effective Caching of Shortest Travel-Time Paths for Web Mapping Mashup Systems
Detian Zhang, An Liu 0002, Gangyong Jia, Fei Chen 0010, Qing Li 0001
WISE (1)5
2016 Efficient Evaluation of Shortest Travel-Time Path Queries in Road Networks by Optimizing Waypoints in Route Requests Through Spatial Mashups
Detian Zhang, Chi-Yin Chow, Qing Li 0001, An Liu 0002
APWeb (1)3
2016 Social emotion classification of short text via topic-level maximum entropy model
Yanghui Rao, Haoran Xie 0001, Jun Li 0130, Fengmei Jin, Fu Lee Wang, Qing Li 0001
Inf. Manag.6
2016 Incorporating sentiment into tag-based user profiles and resource profiles for personalized search in folksonomy
Haoran Xie 0001, Xiaodong Li 0007, Tao Wang 0036, Raymond Y. K. Lau, Tak-Lam Wong, Li Chen 0009, Fu Lee Wang, Qing Li 0001
Inf. Process. Manag.8
2015 MobiFeed: A location-aware news feed framework for moving users
Wenjian Xu, Chi-Yin Chow, Man Lung Yiu, Qing Li 0001, Chung Keung Poon
GeoInformatica4
2015 On processing reverse k-skyband and ranked reverse skyline queries
Yunjun Gao, Qing Liu 0008, Baihua Zheng, Li Mou, Gang Chen 0001, Qing Li 0001
Inf. Sci.6
2015 Adaptive ensemble with trust networks and collaborative recommendations
Zhiguo Gong, Nan Zhang 0004, Qing Li 0001, Yanghui Rao
Knowl. Inf. Syst.4
2014 Rating Propagation in Web Services Reputation Systems: A Fast Shapley Value Approach
An Liu 0002, Qing Li 0001, Xiaofang Zhou 0001, Guanfeng Liu 0001, Yunjun Gao
DASFAA (1)2
2014 Popularity Tendency Analysis of Ranking-Oriented Collaborative Filtering from the Perspective of Loss Function
Xudong Mao, Qing Li 0001, Haoran Xie 0001, Yanghui Rao
DASFAA (1)2
2014 ExNa: An Efficient Search Pattern for Search Engines
Xiao Wei 0002, Xiangfeng Luo, Qing Li 0001, Jun Zhang 0038
WAIM3
2014 Automatically Learning and Specifying Association Relations between Words
Jun Zhang 0038, Qing Li 0001, Xiangfeng Luo, Xiao Wei 0002
WAIM2
2014 Searching continuous nearest neighbors in road networks on the air
Jianjun Li 0010, LihChyun Shu, Qing Li 0001, Guohui Li 0001, Fumin Yang
Inf. Syst.4
2014 Sentiment topic models for social emotion mining
Yanghui Rao, Qing Li 0001, Xudong Mao, Wenyin Liu
Inf. Sci.2
2014 Efficient and robust large medical image retrieval in mobile cloud computing environment
Yi Zhuang 0001, Nan Jiang 0002, Zhiang Wu 0001, Qing Li 0001, Dickson K. W. Chiu, Hua Hu 0001
Inf. Sci.4
2014 Typicality-Based Collaborative Filtering Recommendation
abstract
Collaborative filtering (CF) is an important and popular technology for recommender systems. However, current CF methods suffer from such problems as data sparsity, recommendation inaccuracy, and big-error in predictions. In this paper, we borrow ideas of object typicality from cognitive psychology and propose a novel typicality-based collaborative filtering recommendation method named TyCo. A distinct feature of typicality-based CF is that it finds "neighbors" of users based on user typicality degrees in user groups (instead of the corated items of users, or common users of items, as in traditional CF). To the best of our knowledge, there has been no prior work on investigating CF recommendation by combining object typicality. TyCo outperforms many CF recommendation methods on recommendation accuracy (in terms of MAE) with an improvement of at least 6.35 percent in Movielens data set, especially with sparse training data (9.89 percent improvement on MAE) and has lower time cost than other CF methods. Further, it can obtain more accurate predictions with less number of big-error predictions.
Yi Cai 0001, Ho-fung Leung, Qing Li 0001, Huaqing Min, Jie Tang 0001, Juan-Zi Li
IEEE Trans. Knowl. Data Eng.3
2013 LCMKL: latent-community and multi-kernel learning based image annotation
abstract
Automatic image annotation is an important function for online photo sharing service. The concurrence of labels is pretty common in multi-label annotation. In this paper, we propose a novel approach called latent-community and multi-kernel learning (LCMKL). The established graph of labels is regarded as a semantic network. Community detection method is introduced that treats the label set as communities. Multi-kernel learning SVM is adopted for specifying communities and settling difficulty of extracting semantically meaningful entities with some simple features. Experiments on NUS-WIDE database demonstrate that LCMKL outperforms other state-of-the-art approaches.
Qing Li 0001, Yun Gu, Xueming Qian
CIKM1
2013 Event Relationship Analysis for Temporal Event Search
Yi Cai 0001, Qing Li 0001, Haoran Xie 0001, Tao Wang 0036, Huaqing Min
DASFAA (2)2
2013 Document Summarization via Self-Present Sentence Relevance Model
Xiaodong Li 0007, Shanfeng Zhu, Haoran Xie 0001, Qing Li 0001
DASFAA (2)4
2013 On Efficient k-Skyband Query Processing over Incomplete Data
Xiaoye Miao, Yunjun Gao, Lu Chen 0001, Gang Chen 0001, Qing Li 0001, Tao Jiang 0013
DASFAA (1)5
2013 Finding Dominating Set from Verbal Contextual Graph for Personalized Search in Folksonomy
abstract
With the development of the Internet, user-generated data has been growing tremendously in Web 2.0 era. Facing such a big volume of resources in folksonomy, people need a method of fast exploration and indexing to find their demanded data. To achieve this goal, contextual information is indispensable and valuable to understand user preference and purpose. In sociolinguistics, context can be mainly categorized as verbal context and social context. Comparing with verbal context, social context not only requires domain knowledge to pre-define contextual attributes but also acquires additional data from users. However, there is no research of addressing irrelevant contextual factors for verbal context model so far. The dominating set from verbal context proposed in this paper is to fill this blank. We present the verbal context in folksonomy to capture the user intention, and propose a dominating set discovering method for this verbal context model to prune the irrelevant contextual factors and keep the major characteristics at the same time. Furthermore, the experiments, which are conducted on a public data set, show that the proposed method gives convincing results.
Haoran Xie 0001, Jingsheng Lei, Qing Li 0001, Xiaodong Li 0007, Xudong Mao, Yanghui Rao
Web Intelligence4
2013 KNOWLE: Searching News in the Search Pattern of Knowledge Flow
Xiao Wei 0002, Xiangfeng Luo, Qing Li 0001, Jun Zhang 0038
WISE (2)3
2013 SMashQ: spatial mashup framework for k-NN queries in time-dependent road networks
Detian Zhang, Chi-Yin Chow, Qing Li 0001, Xinming Zhang 0001, Yinlong Xu 0001
Distributed Parallel Databases3
2013 Introduction to the special section on intelligent tutoring and coaching systems
abstract
No abstract available.
Qing Li 0001, Xiangfeng Luo, Wenyin Liu, Cristina Conati
ACM Trans. Intell. Syst. Technol.1
2012 Improving Recommendation Based on Features' Co-occurrence Effects in Collaborative Tagging Systems
Yi Cai 0001, Yifeng Shao, Qing Li 0001
APWeb4
2012 Leveraging Network Structure for Incremental Document Clustering
Tieyun Qian, Jianfeng Si, Qing Li 0001
APWeb3
2012 Context-Aware Personalized Search Based on User and Resource Profiles in Folksonomies
Haoran Xie 0001, Qing Li 0001, Xudong Mao
APWeb2
2012 On Efficient Reverse k-Skyband Query Processing
Qing Liu 0008, Yunjun Gao, Gang Chen 0001, Qing Li 0001, Tao Jiang 0013
DASFAA (1)4
2012 All-Visible-k-Nearest-Neighbor Queries
Yunjun Gao, Lu Chen 0001, Gang Chen 0001, Qing Li 0001
DEXA (2)5
2012 MobiFeed: a location-aware news feed system for mobile users
abstract
A location-aware news feed system enables mobile users to share geo-tagged user-generated messages, e.g., a user can receive nearby messages that are the most relevant to her. In this paper, we present MobiFeed that is a framework designed for scheduling news feeds for mobile users. MobiFeed consists of three key functions, location prediction, relevance measure, and news feed scheduler. The location prediction function is designed to predict a mobile user's locations based on an existing path prediction algorithm. The relevance measure function is implemented by combining the vector space model with non-spatial and spatial factors to determine the relevance of a message to a user. The news feed scheduler works with the other two functions to generate news feeds for a mobile user at her current and predicted locations with the best overall quality. To ensure that MobiFeed can scale up to a larger number of messages, we design a heuristic news feed scheduler.
Wenjian Xu, Chi-Yin Chow, Man Lung Yiu, Qing Li 0001, Chung Keung Poon
SIGSPATIAL/GIS4
2012 Term Weighting Schemes for Emerging Event Detection
abstract
As an event-based task, Emerging Event Detection (EED) faces the problems of multiple events on the same subject and the evolution of events. Current term weighting schemes for EED exploiting Named Entity, temporal information and Topic Modeling all have their limited utility. In this paper, a new term weighting scheme, which models the sparse aspect, global weight and local weight of each story, is proposed. Then, an unsupervised algorithm based on the new scheme is applied to EED. We evaluate our approach on two datasets from TDT5, and compare it with TFIDF and existing two schemes exploiting Topic Modeling. Experiments on Retrospective and On-line EED show that our scheme yields better results.
Yanghui Rao, Qing Li 0001
Web Intelligence2
2011 Exploring Folksonomy and Cooking Procedures to Boost Cooking Recipe Recommendation
Lijuan Yu, Qing Li 0001, Haoran Xie 0001, Yi Cai 0001
APWeb2
2011 Efficient Evaluation of k-NN Queries Using Spatial Mashups
Detian Zhang, Chi-Yin Chow, Qing Li 0001, Xinming Zhang 0001, Yinlong Xu 0001
SSTD3
2011 Finding Relevant Papers Based on Citation Relations
Yicong Liang, Qing Li 0001, Tieyun Qian
WAIM2
2011 Quality Driven Web Services Replication Using Directed Acyclic Graph Coding
An Liu 0002, Qing Li 0001, Liusheng Huang
WISE2
2011 Service Composition and Interaction in a SOC Middleware Supporting Separation of Concerns with Flows and Views
abstract
Service-Oriented Computing (SOC) has recently gained attention both within industry and academia; however, its characteristics cannot be easily solved using existing distributed computing technologies. Composition and interaction issues have been the central concerns, because SOC applications are composed of heterogeneous and distributed processes. To tackle the complexity of inter-organizational service integration, the authors propose a methodology to decompose complex process requirements into different types of flows, such as control, data, exception, and security. The subset of each type of flow necessary for the interactions with each partner can be determined in each service. These subsets collectively constitute a process view, based on which interactions can be systematically designed and managed for system integration through service composition. The authors illustrate how the proposed SOC middleware, named FlowEngine, implements and manages these flows with contemporary Web services technologies. An experimental case study in an e-governmental environment further demonstrates how the methodology can facilitate the design of complex inter-organizational processes.
Dickson K. W. Chiu, Qing Li 0001, Patrick C. K. Hung, Zhe Shan 0001, Shing-Chi Cheung, Matthias Farwick
J. Database Manag.2
2011 Continuous nearest-neighbor search in the presence of obstacles
abstract
Despite the ubiquity of physical obstacles (e.g., buildings, hills, and blindages, etc.) in the real world, most of spatial queries ignore the obstacles. In this article, we study a novel form of continuous nearest-neighbor queries in the presence of obstacles, namely continuous obstructed nearest-neighbor (CONN) search, which considers the impact of obstacles on the distance between objects. Given a data set P , an obstacle set O , and a query line segment q , in a two-dimensional space, a CONN query retrieves the nearest neighbor p ∈ P of each point p′ on q according to the obstructed distance, the shortest path between p and p ′ without crossing any obstacle in O . We formalize CONN search, analyze its unique properties, and develop algorithms for exact CONN query-processing assuming that both P and O are indexed by conventional data-partitioning indices (e.g., R-trees). Our methods tackle CONN retrieval by performing a single query for the entire query line segment, and only process the data points and obstacles relevant to the final query result via a novel concept of control points and an efficient quadratic-based split point computation approach. Then, we extend our techniques to handle variations of CONN queries, including (1) continuous obstructed k nearest neighbor (CO k NN) search which, based on obstructed distances, finds the k (≥ 1) nearest neighbors (NNs) to every point along q ; and (2) trajectory obstructed k nearest-neighbor (TO k NN) search, which, according to obstructed distances, returns the k NNs for each point on an arbitrary trajectory (consisting of several consecutive line segments). Finally, we explore approximate CO k NN (ACO k NN) retrieval. Extensive experiments with both real and synthetic datasets demonstrate the efficiency and effectiveness of our proposed algorithms under various experimental settings.
Yunjun Gao, Baihua Zheng, Gang Chen 0001, Chun Chen 0001, Qing Li 0001
ACM Trans. Database Syst.5
2011 Continuous visible nearest neighbor query processing in spatial databases
Yunjun Gao, Baihua Zheng, Gencai Chen, Qing Li 0001, Xiaofa Guo
VLDB J.4
2010 Personalized search by tag-based user profile and resource profile in collaborative tagging systems
abstract
With the increase of resource-sharing web sites such as YouTube1 and Flickr2, personalized search becomes more important and challenging, as users demand higher retrieval quality. To achieve this goal, personalized search needs to take users' personalized profiles and information needs into consideration. Collaborative tagging (also known as folksonomy [11]) systems allow users to annotate resources with their own tags, which provide a simple but powerful way for organizing, retrieving and sharing different types of social resources. In this paper, we examine the limitations of previous tag-based personalized search. To handle these limitations, we propose a new method to model user profiles and resource profiles in a collaborative tagging environment. A novel search method using such users' and resources' profiles is proposed to facilitate the desired personalization in resource search. We implement a prototype system named as FMRS. Experiments using FMRS data set and MovieLens data set show that our proposed method outperforms baseline methods.
Yi Cai 0001, Qing Li 0001
CIKM2
2010 Recommendation based on object typicality
abstract
Current recommendation methods are mainly classified into content-based, collaborative filtering and hybrid methods. These methods are based on similarity measurements among items or users. In this paper, we investigate recommendation systems from a new perspective based on object typicality and propose a novel typicality-based recommendation approach. Experiments show that our method outperforms compared methods on recommendation quality.
Yi Cai 0001, Ho-fung Leung, Qing Li 0001, Jie Tang 0001, Juan-Zi Li
CIKM3
2010 Context-Aware Basic Level Concepts Detection in Folksonomies
Wenhao Chen 0001, Yi Cai 0001, Ho-fung Leung, Qing Li 0001
WAIM4
2010 Semantic Grounding of Hybridization for Tag Recommendation
Yanan Jin, Ruixuan Li 0001, Yi Cai 0001, Qing Li 0001, Ali Daud, Yuhua Li 0003
WAIM4
2010 Personalized Resource Search by Tag-Based User Profile and Resource Profile
Yi Cai 0001, Qing Li 0001, Haoran Xie 0001, Lijuan Yu
WISE2
2010 Algorithms for constrained k-nearest neighbor queries over moving object trajectories
Yunjun Gao, Baihua Zheng, Gencai Chen, Qing Li 0001
GeoInformatica4
2010 Efficient mutual nearest neighbor query processing for moving object trajectories
Yunjun Gao, Baihua Zheng, Gencai Chen, Qing Li 0001, Chun Chen 0001, Gang Chen 0001
Inf. Sci.4
2009 What's behind topic formation and development: a perspective of community core groups
abstract
Over the past several years, there has been a great interest in topic detection and tracking (TDT). Recently, analyzing general research trend from the huge amount of history documents also arouses considerable attention. However, existing work on TDT mainly focuses on overall trend analysis, and is unable to address questions such as "what determines the evolution of a topic?" and "when and how does a new topic get formed?".
Tieyun Qian, Qing Li 0001, Bing Liu 0001, Hui Xiong 0001, Jaideep Srivastava, Phillip C.-Y. Sheu
CIKM2
2009 A Unified Indexing Structure for Efficient Cross-Media Retrieval
Yi Zhuang 0001, Qing Li 0001, Lei Chen 0002
DASFAA2
2009 Visible Reverse k-Nearest Neighbor Queries
abstract
Reverse nearest neighbor (RNN) queries have a broad application base such as decision support, profile-based marketing, resource allocation, data mining, etc. Previous work on RNN search does not take obstacles into consideration. In the real world, however, there are many physical obstacles (e.g., buildings, blindages, etc.), and their presence may affect the visibility/distance between two objects. In this paper, we introduce a novel variant of RNN queries, namely visible reverse nearest neighbor (VRNN) search, which considers the obstacle influence on the visibility of objects. Given a data set P, an obstacle set O, and a query point q, a VRNN query retrieves the points in P that have q as their nearest neighbor and are visible to q. We propose an efficient algorithm for VRNN query processing, assuming that both P and O are indexed by R-trees. Our method does not require any pre-processing, and employs half-plane property and visibility check to prune the search space.
Yunjun Gao, Baihua Zheng, Gencai Chen, Wang-Chien Lee, Ken C. K. Lee, Qing Li 0001
ICDE6
2009 On efficient mutual nearest neighbor query processing in spatial databases
Yunjun Gao, Baihua Zheng, Gencai Chen, Qing Li 0001
Data Knowl. Eng.4
2009 Optimal-Location-Selection Query Processing in Spatial Databases
abstract
This paper introduces and solves a novel type of spatial queries, namely, Optimal-Location-Selection (OLS) search, which has many applications in real life. Given a data object set D_A, a target object set D_B, a spatial region R, and a critical distance d_c in a multidimensional space, an OLS query retrieves those target objects in D_B that are outside R but have maximal optimality. Here, the optimality of a target object b \in D_B located outside R is defined as the number of the data objects from D_A that are inside R and meanwhile have their distances to b not exceeding d_c. When there is a tie, the accumulated distance from the data objects to b serves as the tie breaker, and the one with smaller distance has the better optimality. In this paper, we present the optimality metric, formalize the OLS query, and propose several algorithms for processing OLS queries efficiently. A comprehensive experimental evaluation has been conducted using both real and synthetic data sets to demonstrate the efficiency and effectiveness of the proposed algorithms.
Yunjun Gao, Baihua Zheng, Gencai Chen, Qing Li 0001
IEEE Trans. Knowl. Data Eng.4
2009 Visible Reverse k-Nearest Neighbor Query Processing in Spatial Databases
abstract
Reverse nearest neighbor (RNN) queries have a broad application base such as decision support, profile-based marketing, resource allocation, etc. Previous work on RNN search does not take obstacles into consideration. In the real world, however, there are many physical obstacles (e.g., buildings) and their presence may affect the visibility between objects. In this paper, we introduce a novel variant of RNN queries, namely, visible reverse nearest neighbor (VRNN) search, which considers the impact of obstacles on the visibility of objects. Given a data set P, an obstacle set O, and a query point q in a 2D space, a VRNN query retrieves the points in P that have q as their visible nearest neighbor. We propose an efficient algorithm for VRNN query processing, assuming that P and O are indexed by R-trees. Our techniques do not require any preprocessing and employ half-plane property and visibility check to prune the search space. In addition, we extend our solution to several variations of VRNN queries, including: 1) visible reverse k-nearest neighbor (VRkNN) search, which finds the points in P that have q as one of their k visible nearest neighbors; 2) \delta-VRkNN search, which handles VRkNN retrieval with the maximum visible distance \delta constraint; and 3) constrained VRkNN (CVRkNN) search, which tackles the VRkNN query with region constraint. Extensive experiments on both real and synthetic data sets have been conducted to demonstrate the efficiency and effectiveness of our proposed algorithms under various experimental settings.
Yunjun Gao, Baihua Zheng, Gencai Chen, Wang-Chien Lee, Ken C. K. Lee, Qing Li 0001
IEEE Trans. Knowl. Data Eng.6
2009 Guest Editors' Introduction: Knowledge and Data Engineering for E-Learning
abstract
The 13 papers in this special issue focus on knowledge and data engineering for e-learning. Some of these papers were recommended submissions from the best ranked papers presented at the Sixth International Conference on Web-Based Learning (ICWL '07), held in August 2007 in Edinburgh, United Kingdom.
Qing Li 0001, Rynson W. H. Lau, Dennis McLeod, Jiming Liu 0001
IEEE Trans. Knowl. Data Eng.1
2008 An Association Model of Sensor Properties for Event Diffusion Spotting Sensor Networks
Xiaoning Cui, Qing Li 0001, Baohua Zhao
APWeb2
2008 Constrained k-Nearest Neighbor Query Processing over Moving Object Trajectories
Yunjun Gao, Gencai Chen, Qing Li 0001, Chun Chen 0001
DASFAA3
2008 Indexing high-dimensional data in dual distance spaces: a symmetrical encoding approach
abstract
Due to the well-known dimensionality curse problem, search in a high-dimensional space is considered as a "hard" problem. In this paper, a novel symmetrical encoding-based index structure, which is called EHD-Tree (for symmetrical Encoding-based Hybrid Distance Tree), is proposed to support fast k-Nearest-Neighbor (k-NN) search in high-dimensional spaces. In an EHD-Tree, all data points are first grouped into clusters by a k-Means clustering algorithm. Then the uniform ID number of each data point is obtained by a dual-distance-driven encoding scheme in which each cluster sphere is partitioned twice according to the dual distances of start- and centroid-distance. Finally, the uniform ID number and the centroid-distance of each data point are combined to get a uniform index key, the latter is then indexed through a partition-based B+-tree. Thus, given a query point, its k-NN search in high-dimensional spaces can be transformed into search in a single dimensional space with the aid of the EHD-Tree index. Extensive performance studies are conducted to evaluate the effectiveness and efficiency of our proposed scheme, and the results demonstrate that this method outperforms the state-of-the-art high dimensional search techniques such as the X-Tree, VA-file, iDistance and NB-Tree, especially when the query radius is not very large.
Yi Zhuang 0001, Yueting Zhuang, Qing Li 0001, Lei Chen 0002, Yi Yu 0001
EDBT3
2008 Optimal-Nearest-Neighbor Queries
abstract
Given two sets DAand DBof multidimensional objects, a spatial region R, and a critical distance dc, an optimal-nearest- neighbor (ONN) query retrieves outside R, the object in DBwith maximum optimality. Let CAR (Sp,p) be the cardinality of the subset Sp of objects in DAwhich locate within R and are enclosed by the vicinity circle centered at p with radius dc. Then, an objectois said to be better than another one o' if (i) CAR (So,o) = CAR (So,o'), or (ii) when CAR (So,o) = CAR (So',o') the sum of the weighted distance from each object in Sotoois smaller than the sum of the weighted distance between every object in So' and o'. This type of queries is quite useful in many decision making applications. In this paper, we formalize the ONN query, develop the optimality metric, and propose several algorithms for finding optimal nearest neighbors efficiently. Our techniques assume that both DAand DBare indexed by R-trees. Extensive experiments demonstrate the efficiency and scalability of our proposed algorithms using both real and synthetic datasets.
Yunjun Gao, Gencai Chen, Qing Li 0001, Shen Liu 0002, Chun Chen 0001
ICDE4
2008 Extracting Loosely Structured Data Records Through Mining Strict Patterns
abstract
Extracting loosely structured data records (DRs) has wide applications in many domains, such as forum pattern recognition, blog data analysis, and books and news review analysis. Currently existing methods work well for strongly structured DRs only. In this paper, we address the problem of extracting loosely structured DRs through mining strict patterns. In our method, we utilize both content feature and tag tree feature to recognize the loosely structured DRs, and propose a new approach to extract the DRs automatically. Through experimental study we demonstrate that this method is both effective and robust in practice.
Yipu Wu, Qing Li 0001
ICDE3
2008 Processing Mutual Nearest Neighbor Queries for Moving Object Trajectories
abstract
Given a set of trajectories D, a query object (point or trajectory) q, and a query interval T, a mutual (i.e., symmetric) nearest neighbor (MNN) query over trajectories finds from D within T, the set of trajectories that are among the k1nearest neighbors (NNs) of q, and meanwhile, have q as one of their k2NNs. This type of queries considers proximity of q to the trajectories and the proximity of the trajectories to q, which is useful in many applications (e.g., decision making, data mining, pattern recognition, etc.). In this paper, we first formalize MNN query and identify some problem characteristics, and then develop two algorithms to process MNN queries efficiently. In particular, we thoroughly investigate two classes of queries, viz. MNNPand MNNTqueries, which are defined w.r.t. stationary query points and moving query trajectories, respectively. Our techniques utilize the advantages of batch processing and reusing technology to reduce the I/O (i.e., number of node/page accesses) and CPU costs significantly. Extensive experiments demonstrate the efficiency and scalability of our proposed algorithms using both real and synthetic datasets.
Yunjun Gao, Gencai Chen, Qing Li 0001, Baihua Zheng
MDM3
2008 Modeling and Reasoning about Semantic Web Services Contract Using Description Logic
abstract
Currently, the natural expectation of contracting a set of Web services by virtue of their semantics is becoming more and more feasible and popular. Meanwhile, it is generally accepted that a formalism with a well-defined model-theoretic semantics (i.e. some sort of logics) should be considered as the underpinning of Semantic Web Services [1]. In this paper, concrete domain and action theory are incorporated into a very expressive DL, called ALCQO. Notably, this extension can significantly augment the expressive power for modeling and reasoning about dynamic aspects of services contracting. At the same time, the original nature and advantages of classical DLs, particularly the ability to describe "static" aspects of Web services, are also preserved to the extent possible.
Hai Liu 0008, Qing Li 0001, Naijie Gu, An Liu 0002
WAIM2
2008 QoS-Aware Scheduling of Web Services
abstract
QoS-aware Web services composition has recently received much attention. While most work focused on service selection, we study QoS in another stage of the life cycle of composite services, namely, scheduling. An interesting problem is whether we can obtain better QoS via scheduling even when the component services have been fixed. In this paper, we propose an approach to find an optimal (near-optimal) schedule with the least cancellation cost, which can further improve the overall QoS of composite services. An approach to analyze the expected cancellation cost of a schedule of a composite service is proposed and QoS-Aware service scheduling is formalized as a Constraint Satisfaction Optimization Problem (CoSOP). Two algorithms - heuristic back tracking and genetic algorithm - are presented to find an optimal (near-optimal) schedule, and their performance is studied by simulations. Preliminary experimental results show that our approach is effective.
An Liu 0002, Qing Li 0001, Liusheng Huang, Mingjun Xiao, Hai Liu 0008
WAIM2
2008 A logical framework for modeling and reasoning about semantic web services contract
abstract
In this paper, we incorporate concrete domain and action theory into a very expressive Description Logic (DL), called ALCQO. Notably, this extension can significantly augment the expressive power for modeling and reasoning about dynamic aspects of services contracting. Meanwhile, the original nature and advantages of classical DLs are also preserved to the extent possible. Categories and Subject Descriptors:
Hai Liu 0008, Qing Li 0001, Naijie Gu, An Liu 0002
WWW2
2008 Substructure similarity measurement in chinese recipes
abstract
Improving the precision of information retrieval has been a challenging issue on Chinese Web. As exemplified by Chinese recipes on the Web, it is not easy/natural for people to use keywords (e.g. recipe names) to search recipes, since the names can be literally so abstract that they do not bear much, if any, information on the underlying ingredients or cooking methods. In this paper, we investigate the underlying features of Chinese recipes, and based on workflow-like cooking procedures, we model recipes as graphs. We further propose a novel similarity measurement based on the frequent patterns, and devise an effective filtering algorithm to prune unrelated data so as to support efficient on-line searching. Benefiting from the characteristics of graphs, frequent common patterns can be mined from a cooking graph database. So in our prototype system called RecipeView, we extend the subgraph mining algorithm FSG to cooking graphs and combine it with our proposed similarity measurement, resulting in an approach that well caters for specific users' needs. Our initial experimental studies show that the filtering algorithm can efficiently prune unrelated cooking graphs without affecting the retrieval performance and the similarity measurement gets a relatively higher precision/recall against its counterparts.
Liping Wang 0002, Qing Li 0001, Guozhu Dong
WWW2
2008 International workshop on question answering on the web (QAWeb2008)
abstract
A half-day single track workshop is designed to gather academic researchers and industrial practitioners at to share ideas and knowledge of know-how, and to discuss all relevant issues including the business models, enabling technologies, and killer applications, of Web-based question answering (QA), especially, the user-interactive QA services and applications. The workshop program consists of two sessions, one for academic papers, and the other for industrial practice papers. Each session consists of a leading talk, followed by three short presentations. Sufficient time is allocated for brainstorming discussions in each session.
Wenyin Liu, Qing Li 0001, Xuedong Huang 0001
WWW2
2008 Efficient strategies for tough aggregate constraint-based sequential pattern mining
Enhong Chen, Huanhuan Cao, Qing Li 0001, Tieyun Qian
Inf. Sci.3
2006 A Light-Weighted Approach to Workflow View Implementation
Zhe Shan 0001, Qing Li 0001, Zhiyong Peng 0001
APWeb3
2006 Towards interactive indexing for large Chinese calligraphic character databases
abstract
In this paper, based on a novel shape-similarity-based retrieval method, we propose an interactive partial-distance-map (PDM)- based high-dimensional indexing scheme to speed up the retrieval performance of the large Chinese calligraphic character databases. Specifically, we use the approximate minimal bounding hyper- sphere of query character to search the PDM and utilize the users' relevance feedback to refine the search process. We conduct comprehensive experiments to testify the efficiency and effectiveness of the proposed method.
Yi Zhuang 0001, Yueting Zhuang, Qing Li 0001, Lei Chen 0002
CIKM3
2006 User Pattern Analysis in Cellular Systems
abstract
Mobile Data Access has been an increasingly popular service along with the development of mobile technologies. Many research problems depend on the details of access requests when studying data access in the mobile environment. If we can get a whole picture of data service requests, it is possible to design a proper model and service mechanism according to the global situation. In this paper, we propose a user pattern analysis approach to predict the global user requests in cellular systems, which is composed of two parts: user movement pattern analysis and user access pattern analysis. Simulation results show that our approach achieves a good performance with an acceptable computational complexity.
Qing Li 0001
MDM2
2006 RecipeCrawler: Collecting Recipe Data from WWW Incrementally
Yu Li 0006, Xiaofeng Meng 0001, Liping Wang 0002, Qing Li 0001
WAIM4
2006 QoS-Aware Web Services Composition Using Transactional Composition Operator
An Liu 0002, Liusheng Huang, Qing Li 0001
WAIM3
2006 Concept Hierarchy Construction by Combining Spectral Clustering and Subsumption Estimation
Qing Li 0001
WISE2
2006 Hybrid Method for Automated News Content Extraction from the Web
Yu Li 0006, Xiaofeng Meng 0001, Qing Li 0001, Liping Wang 0002
WISE3
2006 Fault-Tolerant Orchestration of Transactional Web Services
An Liu 0002, Liusheng Huang, Qing Li 0001, Mingjun Xiao
WISE3
2005 A Pattern-Based Voting Approach for Concept Discovery on the Web
Qing Li 0001, Xiaoming Li 0001
APWeb3
2005 Deputy Mechanism for Workflow Views
Zhe Shan 0001, Qing Li 0001, Zhiyong Peng 0001
DASFAA2
2005 Venn Sampling: A Novel Prediction Technique for Moving Objects
abstract
Given a region q/sub R/ and a future timestamp q/sub T/, a "range aggregate" query estimates the number of objects expected to appear in q/sub R/ at time q/sub T/. Currently the only methods for processing such queries are based on spatio-temporal histograms, which have several serious problems. First, they consume considerable space in order to provide accurate estimation. Second, they incur high evaluation cost. Third, their efficiency continuously deteriorates with time. Fourth, their maintenance requires significant update overhead. Motivated by this, we develop Venn sampling (VS), a novel estimation method optimized for a set of "pivot queries" that reflect the distribution of actual ones. In particular, given m pivot queries, VS achieves perfect estimation with only O(m) samples, as opposed to O(2/sup m/) required by the current state of the art in workload-aware sampling. Compared with histograms, our technique is much more accurate (given the same space), produces estimates with negligible cost, and does not deteriorate with time. Furthermore, it permits the development of a novel "query-driven" update policy, which reduces the update cost of conventional policies significantly.
Yufei Tao 0001, Dimitris Papadias, Jian Zhai, Qing Li 0001
ICDE4
2005 From intra-transaction to generalized inter-transaction: Landscaping multidimensional contexts in association rule mining
Qing Li 0001, Allan K. Y. Wong
Inf. Sci.1
2005 Using Object Deputy Model to Prepare Data for Data Warehousing
abstract
Providing integrated access to multiple, distributed, heterogeneous databases and other information sources has become one of the leading issues in database research and the industry. One of the most effective approaches is to extract and integrate information of interest from each source in advance and store them in a centralized repository (known as a data warehouse). When a query is posed, it is evaluated directly at the warehouse without accessing the original information sources. One of the techniques that this approach uses to improve the efficiency of query processing is materialized view(s). Essentially, materialized views are used for data warehouses, and various methods for relational databases have been developed. In this paper, we first discuss an object deputy approach to realize materialized object views for data warehouses which can also incorporate object-oriented databases. A framework has been developed using Smalltalk to prepare data for data warehousing, in which an object deputy model and database connecting tools have been implemented. The object deputy model can provide an easy-to-use way to resolve inconsistency and conflicts while preparing data for data warehousing, as evidenced by our empirical study.
Zhiyong Peng 0001, Qing Li 0001, Xuhui Li 0001, Junqiang Liu
IEEE Trans. Knowl. Data Eng.2
2004 Multimedia Data Integration and Navigation through MediaView: Implementation, Evolution and Utilization
Dawei Ding 0003, Qing Li 0001, Jun Yang 0003
DASFAA2
2004 Semantics Based Conformance Assessment of ebXML Business Processes
Zhiyong Peng 0001, Zhe Shan 0001, Qing Li 0001
WISE4
2003 XML Data Integration and Distribution in a Web-Based Object Video Server System
Shermann S.-M. Chan, Qing Li 0001
APWeb2
2003 A Line Drawings Degradation Model for Performance Characterization
abstract
Line detection algorithms constitute the basis fortechnical document analysis and recognition. Theperformance of these algorithms decreases as the qualityof the documents degrades. To test the robustness of linedetection algorithms under noisy circumstance, wepropose a document degradation mode, which simulatesnoise types that drawings may undergo during theirproduction, storage, photocopying, or scanning. Using ourmodel, a series of document images at various noise levelsand types can be generated for testing the performance ofline detection algorithms. To illustrate that our model isconsistent with real world noise types, we validated themethod by applying it to three line recognition algorithms.
Jian Zhai, Wenyin Liu, Dov Dori, Qing Li 0001
ICDAR4
2003 Universal Data Warehousing Based on a Meta-Data Modeling Approach
abstract
Data warehouse contains vast amount of data to support complex queries of various Decision Support Systems (DSSs). It needs to store materialized views of data, which must be available consistently and instantaneously. Using a frame metadata model, this paper presents an architecture of a universal data warehousing with different data models. The frame metadata model represents the metadata of a data warehouse, which structures an application domain into classes, and integrates schemas of heterogeneous databases by capturing their semantics. A star schema is derived from user requirements based on the integrated schema, catalogued in the metadata, which stores the schema of relational database (RDB) and object-oriented database (OODB). Data materialization between RDB and OODB is achieved by unloading source database into sequential file and reloading into target database, through which an object relational view can be defined so as to allow the users to obtain the same warehouse view in different data models simultaneously. We describe our procedures of building the relational view of star schema by multidimensional SQL query, and the object oriented view of the data warehouse by Online Analytical Processing (OLAP) through method call, derived from the integrated schema. To validate our work, an application prototype system has been developed in a product sales data warehousing domain based on this approach.
Joseph Fong, Qing Li 0001, Shi-Ming Huang
Int. J. Cooperative Inf. Syst.2
2003 Reactive processing in ADOME-II: an extensible approach
Qing Li 0001, Leung-Chi Chan
Inf. Sci.1
2003 Introduction to multimedia and mobile agents
Qing Li 0001, Timothy K. Shih
Inf. Sci.1
2003 Cost-driven vertical class partitioning for methods in object oriented databases
Chi-Wai Fung, Kamalakar Karlapalem, Qing Li 0001
VLDB J.3
2002 OCTOPUS: aggressive search of multi-modality data using multifaceted knowledge base
abstract
An important trend in Web information processing is the support of multimedia retrieval. However, the most prevailing paradigm for multimedia retrieval, content-based retrieval (CBR), is a rather conservative one whose performance depends on a set of specifically defined low-level features and a carefully chosen sample object. In this paper, an aggressive search mechanism called Octopus is proposed which addresses the retrieval of multi-modality data using multifaceted knowledge. In particular, Octopus promotes a novel scenario in which the user supplies seed objects of arbitrary modality as the hint of his information need, and receives a set of multi-modality objects satisfying his need. The foundation of Octopus is a multifaceted knowledge base constructed on a layered graph model (LGM), which describes the relevance between media objects from various perspectives. Link analysis based retrieval algorithm is proposed based on the LGM. A unique relevance feedback technique is developed to update the knowledge base by learning from user behaviors, and to enhance the retrieval performance in a progressive manner. A prototype implementing the proposed approach has been developed to demonstrate its feasibility and capability through illustrative examples.
Jun Yang 0003, Qing Li 0001, Yueting Zhuang
WWW2
2002 Workflow View Based E-Contracts in a Cross-Organizational E-Services Environment
Dickson K. W. Chiu, Kamalakar Karlapalem, Qing Li 0001, Eleanna Kafeza
Distributed Parallel Databases3
2002 Editorial: Introduction to Web Information Systems Engineering
Qing Li 0001, Yanchun Zhang
Knowl. Inf. Syst.1
2002 An Evaluation of Vertical Class Partitioning for Query Processing in Object-Oriented Databases
abstract
Vertical partitioning is a design technique for reducing the number of disk accesses to execute a given set of queries by minimizing the number of irrelevant instance variables accessed. This is accomplished by grouping the frequently accessed instance variables as vertical class fragments. The complexity of object-oriented database models due to subclass hierarchy and class composition hierarchy complicates the definition and representation of vertical partitioning of the classes, which makes the problem of vertical partitioning in OODBs very challenging. In this paper, we develop a comprehensive analytical cost model for processing of queries on vertically partitioned OODB classes. A set of analytical evaluation results is presented to show the effect of vertical partitioning, and to study the trade-off between the projection ratio versus selectivity factor vis-a-vis sequential versus index access. Furthermore, an empirical experimental prototype supporting vertical class partitioning has been implemented on a commercial OODB tool kit to validate our analytical cost model.
Chi-Wai Fung, Kamalakar Karlapalem, Qing Li 0001
IEEE Trans. Knowl. Data Eng.3
2001 Facilitating Workflow Evolution in an Advanced Object Environment
abstract
Workflow is automation of a business process. A Workflow Management Systems (WFMS) is a system that assists in defining, managing and executing workflows. To support flexible enactment and adapive features, such as on-line workflow evolutionand exception handling, a WFMS requires advanced modeling functionality. As workflow evolution requires the modification of workflow definitions or adding ECA rules to the system during work in progress, an advanced schema evolution capability is required at run-time. It should be noted that the resolutions based on schema evolution are general-purpose ones, which can help reduce the occurrence of additional exceptions. As such, we have developed ADOME-WFMS based on Advanced Object Modeling Evnironment (ADMOE [4] - - an active OODBMS with role and synamic schema suppport), with a novel exception centric apporach. The contribution and objectives of our research with respect to workflow evolution are as follows.
Dickson K. W. Chiu, Qing Li 0001, Kamalakar Karlapalem
DASFAA2
2001 Distance Courseware Discrimination Based on Representative Sentence Assaying
abstract
In order to train distance learning students the discernment ability, teachers often suggest Web courseware on specific topics, such as controversial social issues, with different viewpoints. Traditional discriminating strategies based on simple keyword matching often lead to low accuracy of discrimination. This paper proposes a method called DRSA (discriminating via representative sentence assaying), which is based on a five-stage process: extracting representative phrases, calculating a characteristic array, mining a threshold array, objective judgment, and subjective judgment. Experimental results show that our algorithms are very efficient in discriminating documents into positive and negative views.
Changjie Tang, Rynson W. H. Lau, Qing Li 0001, Zhonghua Yu
DASFAA3
2001 Mining Inter-transactional Association Rules: Generalization and Empirical Evaluation
Qing Li 0001, Allan K. Y. Wong
DaWaK2
2001 Web-Based Workflow Evolution in ADOME-WFMS
Dickson K. W. Chiu, Qing Li 0001, Kamalakar Karlapalem
WAIM2
2001 Web-Based Multimedia Retrieval: Balancing Out between Common Knowledge and Personalized Views
abstract
The major challenges of multimedia retrieval are the difficulty of generating semantic indexes, as well as the incapability of identifying personalized user interests. This paper attempts to address both problems by suggesting a collaborative yet personalized approach for Web-based multimedia retrieval, which employs a synergy between the relevance feedback technique from the information retrieval community, and the user profiling technique from the information filtering community. Specifically, a "common profile" is established to represent the common knowledge on the semantics of multimedia data, which allow a user to "learn from others" in the retrieval process. On the other hand, for each user a "user profile" is constructed to characterize his/her personal views, which allow a user to "learn from own history". Both types of profiles can be learned and updated incrementally from user feedback. By using an integrated retrieval algorithm based on profiles, this approach strikes the balance between exploiting the common knowledge of most users and catering for the personalized interest of a particular user. The results of some preliminary experiments have demonstrated the effectiveness of the proposed approach.
Qing Li 0001, Jun Yang 0003, Yueting Zhuang
WISE (1)1
2001 Web Interface-Driven Cooperative Exception Handling in Adome Workflow Management System
Dickson K. W. Chiu, Qing Li 0001, Kamalakar Karlapalem
Inf. Syst.2
2000 A Logical Framework for Exception Handling in ADOME Workflow Management System
Dickson K. W. Chiu, Qing Li 0001, Kamalakar Karlapalem
CAiSE2
2000 Structural Join Index Driven Complex Object Retrieval: Mechanisms and Selection
abstract
In this paper, we introduce structural join index hierarchy (SJIH) mechanisms that mimic the class composition hierarchy of the complex objects to provide direct access to complex objects and/or their component objects.SJIH extends the work on join index hierarchies by providing efficient and flexible access to complex objects, thus unifying various previous indexing methods proposed for object oriented database (OODB).A cost model for processing the queries and maintaining the indices is developed.A heuristic algorithm is designed to select appropriate indices to efficiently process a given set of queries.We show that SJIH indexing mechanisms facilitate efficient retrieval of complex objects.Given a set of queries and a limited index storage space, the heuristic algorithm facilitates fast selection of near-optimal set of indices for efficiently executing the queries.
Qing Li 0001, Chi-Wai Fung, Kamalakar Karlapalem
CIKM1
2000 Evaluation of Materialized View Indexing in Data Warehousing Environments
Ladjel Bellatreche, Kamalakar Karlapalem, Qing Li 0001
DaWaK3
2000 VideoMAP*: A Web-based Architecture for a Spatio-Temporal Video Database Management System
abstract
The authors present a Web based architecture of a spatio-temporal video data management system, which can accommodate a wide range of activities by various types of users. Besides the support of basic concurrency control for video editing by multiple users, the system provides various kinds of profiles containing knowledge information and activity models which are useful for annotating abstracted information into video data and for processing video queries. We also describe the user interface facilities from the perspective of sample user interactions. This system is being built based on our earlier work of developing a comprehensive video data management system using extended object oriented concepts and techniques.
Shermann S.-M. Chan, Qing Li 0001
WISE2
2000 WebReader: A Mechanism for Automating the Search and Collecting Information from the World Wide Web
abstract
Current Web search engines are based on keyword search, and relevance of a web page is dependent on the number of hit count on the keywords. As keyword matching is not at the same level as semantic matching, the searching scope is unnecessarily broad and the precision (and recall) can be rather low. These problems give rise to undesirable performance on web information searching. In this paper, we describe a mechanism called WebReader, which is a middleware between the browser and the Web for automating the search and collecting information from the Web. By facilitating meta-data specification in XML and manipulation in XSL, WebReader provides the users with a centralized, structured, and categorized means to specify and Web information. An experimental prototype based on XML, XSL and Java has been developed to show the feasibility and practicality of our approach through a real-life application example.
Jessica Choi Yuk Chan, Qing Li 0001
WISE (2)2
2000 Web Interface-Driven Cooperative Exeption Handling in ADOME Workflow Management System
abstract
Exception handling in workflow management systems (WFMSs) is a very important problem since it is not possible to specify all possible outcomes and alternatives. On the other hand, cooperative support for user-driven computer supported resolution of unexpected exceptions and workflow evolution at run-time is vital for an adaptive WFMS. We have been developing ADOME-WFMS as a comprehensive framework in which the problem of workflow exception handling can be adequately addressed. We present an adaptive exception manager and its Web-based interface for ADOME-WFMS with procedures for supporting the following: effective management of problem solving agents, cooperative exception handling, user-driven computer supported resolution of unexpected exceptions, and workflow evolution.
Dickson K. W. Chiu, Qing Li 0001, Kamalakar Karlapalem
WISE2
2000 Analysis of Distributed Database Access Histories for Buffer Allocation
abstract
Studies the buffer-size setting problem for distributed database systems. The main goal is to minimize physical I/O while achieving better buffer utilization at the same time. As opposed to traditional buffer management strategies, where a limited knowledge of user access patterns is analyzed and used, our buffer allocation mechanism extracts knowledge from historical reference streams and then determines the optimal buffer space based on the discovered knowledge. Simulation experiments show that the proposed method can achieve an optimal buffer allocation solution for distributed database systems.
Hoi Yuen Leung, Qing Li 0001
WISE (2)3
2000 Personalized Courseware Construction based on Web Data Mining
abstract
In order to adapt the teaching in accordance to an individual student's ability in a distance learning environment, a method to construct personalized courseware is proposed by building a personalized Web tutor tree and mining both context and structure of the courseware. The concept of Web tutor objects and the notion of similarity are proposed. Five algorithms, including Naive Algorithm for tutor topic tree and Level-generate Algorithm to generate a Web tutor topic of K+1 levels, and the experimental results are presented.
Changjie Tang, Rynson W. H. Lau, Qing Li 0001, Huabei Yin, Danny Kilis
WISE (2)3
2000 A Framework for Class Partitioning in Object-Oriented Databases
Kamalakar Karlapalem, Qing Li 0001
Distributed Parallel Databases2
1999 Star/Snow-Flake Schema Driven Object-Relational Data Warehouse - Design and Query Processing Strategies
Vivekanand Gopalkrishnan, Qing Li 0001, Kamalakar Karlapalem
DaWaK2
1999 Design and Selection of Materialized Views in a Data Warehousing Environment: A Case Study
abstract
In this paper, we describe the design of a data warehousing system for an engineering company 'R'. A cost model was developed for this system to enable the evaluation of the total costs and benefits involved in selecting each materialized view. Using the cost analysis methodology for evaluation, an adapted greedy algorithm has been implemented for the selection of materialized views. The algorithm and cost model were applied to a set of real-life database items extracted from company 'R'. By selecting the most cost effective set of materialized summary views, the total of the maintenance, storage and query costs of the system is optimized, thereby resulting in an efficient data warehousing system.
Goretti K. Y. Chan, Qing Li 0001
DOLAP2
1999 Developing an Object-Oriented Video Database System with Spatio-Temporal Reasoning Capabilities
Shermann S.-M. Chan, Qing Li 0001
ER2
1999 A Meta Modeling Approach to Workflow Management Systems Supporting Exception Handling
Dickson K. W. Chiu, Qing Li 0001, Kamalakar Karlapalem
Inf. Syst.2
1999 A Hybrid Approach to Convert Relational Schema to Object-Oriented Schema
Irene S. Y. Kwan, Qing Li 0001
Inf. Sci.2
1999 Multifaceted Object Modeling with Roles: A Comprehensive Approach
Qing Li 0001, Raymond K. Wong 0001
Inf. Sci.1
1999 Methodology of Schema Integration for New Database Applications: A Practitioner's Approach
abstract
A practitioner’s approach to integrate databases and evolve them so as to support new database applications is presented. The approach consists of a joint bottom-up and top-down methodology; the bottom-up approach is taken to integrate existing database using standard schema integration techniques (B-Schema), the top-down approach is used to develop a database schema for the new applications (T-Schema). The T-Schema uses a joint functional-data analysis. The B-schema is evolved by comparing it with the generated T-schema. This facilitates an evolutionary approach to integrate existing databases to support new applications as and when needed. The mutual completeness check of the T-Schema against B-Schema derive the schema modification steps to be performed on B-Schema to meet the requirements of the new database applications. A case study is presented to illustrate the methodology.Request access from your librarian to read this article's full text.
Joseph Fong, Kamalakar Karlapalem, Qing Li 0001, Irene S. Y. Kwan
J. Database Manag.3
1998 An Iterative Approach for Rules and Data Allocation in Distributed Deductive Database Systems
abstract
In a distributed deductive database system, queries which invoke rules executing at different sites and access different data need to be executed rather efficiently. Therefore, the rules invoked and relations accessed by the queries need to be allocated to sites so as to reduce the data transfer cost in processing a given set of queries. The rules and data allocation problem needs to take into consideration complex interdependencies among queries, rules and data. In this paper, we develop a comprehensive cost model for total data transfer incurred in processing a given set of queries by incorporating the dependencies among queries, rules and data. Furthermore, we develop an iterative approach to generate near-optimal solution for the combined rules and data allocation problem by using our cost model. In this approach, we start with an initial data allocation which is used for rule allocation, which in turn is used for data allocation, and so on. We stop this iterative rules and data allocation procedure when there is no further reduction in total data transfer cost incurred in processing the given set of queries. We also present the results of experiments conducted to evaluate the effectiveness of our approach by comparing the results with the exhaustive enumeration solution (which guarantees the optimal solution).
Ladjel Bellatreche, Kamalakar Karlapalem, Qing Li 0001
CIKM3
1998 Derived Horizontal Class Partitioning in OODBs: Design Strategies, Analytical Model and Evaluation
Ladjel Bellatreche, Kamalakar Karlapalem, Qing Li 0001
ER3
1998 Realizing Next Generation Internet Applications: Are There Genuine Research Problems, Or Is It Advanced Product Development? (Panel)
Kamalakar Karlapalem, Qing Li 0001
ER2
1998 ADOME: An Advanced Object Modeling Environment
abstract
ADOME, which stands for ADvanced Object Modeling Environment, is an approach to integrating data and knowledge management based on object oriented technology. Next generation information systems will require more flexible data modeling capabilities than those provided by current object oriented DBMSs. In particular, integration of data and knowledge management capabilities will become increasingly important. In this context, ADOME provides versatile role facilities that serve as "dynamic binders" between data objects and production rules, thereby facilitating flexible data and knowledge management integration. A prototype that implements this mechanism and the associated operators has been constructed on top of a commercial object oriented DBMS and a rule base system.
Qing Li 0001, Frederick H. Lochovsky
IEEE Trans. Knowl. Data Eng.1
1997 Cost-Driven Evaluation of Vertical Class Partitioning in Object-Oriented Databases
Chi-Wai Fung, Kamalakar Karlapalem, Qing Li 0001
DASFAA3
1997 An Extensible Approach to Reactive Processing in an Advanced Object Modelling Environment
Leung-Chi Chan, Qing Li 0001
DEXA2
1997 Algorithms for Materialized View Design in Data Warehousing Environment
Jian Yang 0001, Kamalakar Karlapalem, Qing Li 0001
VLDB3
1994 A Framework for Object Migration in Object-Oriented Databases
Qing Li 0001, Guozhu Dong
Data Knowl. Eng.1
1994 Conceptual Database Evolution Through Learning in Object Databases
abstract
Changes to the conceptual structure (meta-data) of a database are common in many application environments and are in general inadequately supported by existing database systems. An approach to supporting such meta-data evolution in a simple, extensible, object database environment is presented. Machine learning techniques are the basis for a cooperative user/system database design and evolution methodology. An experimental end-user database evolution tool based on this approach has been designed and implemented.>
Qing Li 0001, Dennis McLeod
IEEE Trans. Knowl. Data Eng.1
1992 A Conceptual Model for Dynamic Clustering in Object Databases
Qing Li 0001, John L. Smith
VLDB1