Shiqing Wu 0001

dblp:247/5693 · DBLP profile ↗
← Back
11ranked-venue papers in the field
2as first author
11since 2021 · last 2026
0000-0001-6785-1203ORCID · verified

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

Information Retrieval & Web Search · 4Knowledge Engineering, Semantic Web & Information Systems · 3 (1 first)Database Systems & Data Management · 2Data Mining & Knowledge Discovery · 2 (1 first)
YearPublicationVenuePosition
2026 Diagnosing and Mitigating Mid-Sequence Degradation in Recommender Systems
Linjiang Guo, Nitin Bisht, Shiqing Wu 0001, Huan Huo, Xianzhi Wang 0001, Guandong Xu
SIGIR3
2026 Dual-channel time-aware graph attention network for session-based recommendation
abstract
Session-based recommender systems face significant challenges in accurately predicting user preferences due to the limited availability of long-term historical interactions. While recent advances in deep learning and graph-based approaches have improved recommendation performance, the temporal aspects of user interactions remain underutilized. This paper identifies three critical temporal challenges in session-based recommendations: interest shifts indicated by long intervals between interactions, interaction noise from brief engagements, and system popularity effects during high-traffic periods. To address these challenges, we propose a novel Dual-channel Time-aware Graph Attention Network (DT-GAT) to incorporate temporal signal, i.e., time intervals between interactions and time differences between sessions, into session representations from both item and session perspectives. The item-wise learning channel employs a temporal graph attention network to capture interest shifts and filter interaction noise, while the session-wise learning channel utilizes a temporal graph attention network to handle inconsistent popularity trends. Additionally, we introduce a multi-temporal window processing mechanism to construct robust session representations that effectively capture short-term interests while filtering noise. Extensive experiments conducted on three real-world datasets demonstrate that DT-GAT consistently outperforms state-of-the-art baseline models. Our code is available at: https://github.com/downw/DT-GAT • We propose DT-GAT to integrate item- and session-level temporal signals. • Dual temporal GATs capture dependencies via temporal intra- and inter-session graphs. • Contrastive learning aligns dual channels to enhance session representations. • Experiments on three datasets validate the effectiveness of DT-GAT.
Linjiang Guo, Shiqing Wu 0001, Dan Lu 0004, Longxiang Gao, Guandong Xu
Inf. Sci.2
2025 Causal cascading convolution networks for multi-behavior sequential recommendation
Dan Lu 0004, Shiqing Wu 0001, Guandong Xu, Qilong Han
Inf. Sci.2
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.2
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.2
2024 Enhancing Spatiotemporal Prediction with Intra- and Inter-granularity Contrastive Learning
Qilong Han, Shanshan Sui, Dan Lu 0004, Shiqing Wu 0001, Guandong Xu
DASFAA (2)4
2023 IE-Evo: Internal and External Evolution-Enhanced Temporal Knowledge Graph Forecasting
abstract
Temporal knowledge graph (TKG) forecasting is widely used in various fields due to its ability to infer future events based on historical information. Modeling the internal structures and chronological dependencies of historical subgraph sequences has been proven effective. Nevertheless, on the one hand, the TKG forecasting process generally suffers from a lack of sufficient sample data due to historical resource limitations; thus, most works focus on continuously mining the patterns of historical sequences while ignoring the semantically-rich background information provided by external knowledge, especially when historical query-related information is scarce. On the other hand, when merely serializing the given subgraph sequence to mimic its temporal evolution process, only the chronological dependencies between the subgraphs can be considered, thus ignoring the evolution of time information. Hence, a method that integrates internal and external knowledge to enhance the representations of entities is urgently needed. To this end, we propose a novel TKG forecasting method, namely, the internal and external evolution-enhanced framework (IE-Evo). For the former issue, we design an external evolution encoder and use a pre-trained language model (PLM) to provide powerful external knowledge semantics for TKG forecasting. To address the latter concern, we propose an internal evolution encoder that explicitly embeds the time information while modeling the aggregation and evolution processes of the observed sequential structural information. IE-Evo has been evaluated on four public benchmark datasets, showcasing its significant improvements across multiple evaluation metrics.
Kangzheng Liu, Feng Zhao 0003, Guandong Xu, Shiqing Wu 0001
ICDM4
2023 SOAC: Supervised Off-Policy Actor-Critic for Recommender Systems
abstract
Improving users’ long-term experience in recommender systems (RS) has become a growing concern for recommendation platforms. Reinforcement learning (RL) is an attractive approach because it can plan and optimize long-term returns sequentially. However, directly applying RL as an online learning method in the RS setting can significantly compromise users’ satisfaction and experience. As a result, learning the recommendation policy from logged feedback collected under different policies has emerged as a promising direction. Offline learning enables the agent to utilize off-policy learning techniques. Nevertheless, several challenges need to be addressed, such as distribution shift. In this paper, we propose a novel RL method, called Supervised Off-Policy Actor-Critic (SOAC), for learning the recommendation policy from the logged feedback without exploration. The proposed SOAC addresses challenges, including distribution shift and extrapolation errors, and focuses on improving the ranking of items in a recommendation list. The experimental results demonstrate that SOAC can achieve better recommendation performance than existing supervised RL methods.
Shiqing Wu 0001, Guandong Xu, Xianzhi Wang 0001
ICDM1
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
SIGIR2
2023 Identifying influential users in unknown social networks for adaptive incentive allocation under budget restriction
Shiqing Wu 0001, Weihua Li 0007, Hao Shen 0002, Quan Bai 0001
Inf. Sci.1
2021 OMT: An Operate-Based Approach for Modelling Multi-topic Influence Diffusion in Online Social Networks
Chenting Jiang, Weihua Li 0007, Shiqing Wu 0001, Quan Bai 0001
WISE (1)3