Guan Yuan

dblp:150/0058 · DBLP profile ↗
← Back
11ranked-venue papers in the field
1as first author
9since 2021 · last 2026
0000-0003-3148-9817ORCID · verified

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

Database Systems & Data Management · 3 (1 first)Data Mining & Knowledge Discovery · 3Information Retrieval & Web Search · 3Knowledge Engineering, Semantic Web & Information Systems · 1Other / Interdisciplinary · 1
YearPublicationVenuePosition
2026 Harnessing LLM for Noise-Robust Cognitive Diagnosis in Web-Based Intelligent Education Systems
abstract
Cognitive diagnostics in the Web-based Intelligent Education System (WIES) aims to assess students' mastery of knowledge concepts from heterogeneous, noisy interactions. Recent work has tried to utilize Large Language Models (LLMs) for cognitive diagnosis, yet LLMs struggle with structured data and are prone to noise-induced misjudgments. Specially, WIES's open environment continuously attracts new students and produces vast amounts of response logs, exacerbating the data imbalance and noise issues inherent in traditional educational systems. To address these challenges, we propose DLLM, a Diffusion-based LLM framework for noise-robust cognitive diagnosis. DLLM first constructs independent subgraphs based on response correctness, then applies relation augmentation alignment module to mitigate data imbalance. The two subgraph representations are then fused and aligned with LLM-derived, semantically augmented representations. Importantly, before each alignment step, DLLM employs a two-stage denoising diffusion module to eliminate intrinsic noise while assisting structural representation alignment. Specifically, unconditional denoising diffusion first removes erroneous information, followed by conditional denoising diffusion based on graph signal to eliminate misleading information. Finally, the noise-robust representation that integrates semantic knowledge and structural information is fed into existing cognitive diagnosis models for prediction. Experimental results on three publicly available web-based educational platform datasets demonstrate that our DLLM achieves optimal predictive performance across varying noise levels, which demonstrates that DLLM achieves noise robustness while effectively leveraging semantic knowledge from LLM.
Guixian Zhang, Guan Yuan, Ziqi Xu 0001, Jing Ren 0001, Zhenyun Deng, Debo Cheng
WWW2
2026 Towards Fair Graph Representation Learning by Overcoming Social Homophily
abstract
With the widespread use of Graph Neural Networks (GNNs) for representation learning from network data, the fairness of GNN models has raised great attention lately. Fair GNNs aim to ensure that node representations can be accurately classified, but not easily associated with a specific group. Existing advanced approaches essentially enhance the generalisation of node representation in combination with data augmentation strategy and do not directly impose constraints on the fairness of GNNs. In this work, we identify that a fundamental reason for the unfairness of GNNs is the phenomenon of social homophily , i.e., users in the same group are more inclined to congregate. The message-passing mechanism of GNNs can cause users in the same group to have similar representations due to social homophily, leading model predictions to establish spurious correlations with sensitive attributes. Inspired by this reason, we propose a method called Equity-Aware GNN (EAGNN) towards fair graph representation learning. Specifically, to ensure that model predictions are independent of sensitive attributes while maintaining prediction performance, we introduce constraints for fair representation learning based on three principles: sufficiency, independence and separation. We theoretically demonstrate that our EAGNN method can effectively achieve group fairness. Extensive experiments on three datasets with varying levels of social homophily illustrate that our EAGNN method achieves the state-of-the-art performance across two fairness metrics and offers competitive effectiveness.
Guixian Zhang, Guan Yuan, Debo Cheng, Lin Liu 0003, Jiuyong Li, Shichao Zhang 0001
ACM Trans. Intell. Syst. Technol.2
2026 CMA+DB: How to Automatically Tune Database Parameters Through Collaborative Multi-Agents
abstract
Database parameter automatic tuning is one of the challenging and difficult tasks that database administrators (DBAs) frequently encounter in artificial intelligence (AI) enabled database (DB) systems. Preferentially optimizing key parameters emerges as a critical point in addressing this issue, and it can help identify important parameters by exploring the interactions between parameters. Aiming to overcome the disadvantages of existing methods, we propose a collaborative multi-agents model called CMA+DB to automatically tune DB parameters in an effective and efficient fashion. CMA+DB integrates three components including SAPM (Single-Agent Pre-trained Model), MATM (Multi-Agent Joint Training Model), and PJTM (Probability-based Joint Training Model). SAPM applies the deep deterministic policy gradient to explore the impact of one single agent on DB performance, MATM uses multi-agent deep deterministic policy gradients to find agents that collaboratively work to improve DB performance, and PJTM can enhance parameter tuning by important agents based on a probabilistic selection factor. In the CMA+DB model, each agent is responsible for tuning a portion of the parameters, and multiple agents collaborate to recommend the optimal parameter configuration. This hybrid model can expand the number of tunable parameters in order to perform parameter tuning from the aspects of functions and parameter levels (i.e., global, DB, and session level). Experimental results reveal that CMA+DB obtains the fastest convergence performance (when reaching the largest throughput) of 14.83% faster than the state-of-the-art (SOTA) algorithms in the TPC-C benchmark on average. Essentially, after the phase of SAPM model training, CMA+DB outperforms the performance of the SOTA models in throughput. Furthermore, DB performance of CMA+DB can be improved by 1.758% through the phases of MATM and PJTM model training.
Shaojie Qiao, Rongmin Tang, Jiangmin Li, Yunjun Gao, Quanqing Xu, Nan Han, Bangping Wang, Guan Yuan, Xindong Wu 0001
IEEE Trans. Knowl. Data Eng.8
2025 Self-supervised Dual Graph and Intention Association for Session-Based Recommendation
Junnan Zhuo, Bohan Li 0001, Sujie Yu, Xinzhe Zhao, Guan Yuan
DASFAA (5)7
2025 Periodicity aware spatial-temporal adaptive hypergraph neural network for traffic forecasting
Wenzhu Zhao, Guan Yuan, Rui Bing, Ruidong Lu, Yudong Shen
GeoInformatica2
2025 Deconfounding representation learning for mitigating latent confounding effects in recommendation
Guixian Zhang, Guan Yuan, Debo Cheng, Lin Liu 0003, Jiuyong Li, Ziqi Xu 0001, Shichao Zhang 0001
Knowl. Inf. Syst.2
2025 Mitigating Propensity Bias of Large Language Models for Recommender Systems
abstract
The rapid development of Large Language Models (LLMs) creates new opportunities for recommender systems, especially by exploiting the side information (e.g., descriptions and analyses of items) generated by these models. However, aligning this side information with collaborative information from historical interactions poses significant challenges. The inherent biases within LLMs can skew recommendations, resulting in distorted and potentially unfair user experiences. On the other hand, propensity bias causes side information to be aligned in such a way that it often tends to represent all inputs in a low-dimensional subspace, leading to a phenomenon known as dimensional collapse, which severely restricts the recommender system’s ability to capture user preferences and behaviors. To address these issues, we introduce a novel framework named Counterfactual LLM Recommendation (CLLMR). Specifically, we propose a spectrum-based side information encoder that implicitly embeds structural information from historical interactions into the side information representation, thereby circumventing the risk of dimension collapse. Furthermore, our CLLMR approach explores the causal relationships inherent in LLM-based recommender systems. By leveraging counterfactual inference, we counteract the biases introduced by LLMs. Extensive experiments demonstrate that our CLLMR approach consistently enhances the performance of various recommender models.
Guixian Zhang, Guan Yuan, Debo Cheng, Lin Liu 0003, Jiuyong Li, Shichao Zhang 0001
ACM Trans. Inf. Syst.2
2024 Learning fair representations via rebalancing graph structure
Guixian Zhang, Debo Cheng, Guan Yuan, Shichao Zhang 0001
Inf. Process. Manag.3
2024 Bayesian Graph Local Extrema Convolution with Long-tail Strategy for Misinformation Detection
abstract
It has become a cardinal task to identify fake information (misinformation) on social media, because it has significantly harmed the government and the public. There are many spam bots maliciously retweeting misinformation. This study proposes an efficient model for detecting misinformation with self-supervised contrastive learning. A B ayesian graph L ocal extrema C onvolution (BLC) is first proposed to aggregate node features in the graph structure. The BLC approach considers unreliable relationships and uncertainties in the propagation structure, and the differences between nodes and neighboring nodes are emphasized in the attributes. Then, a new long-tail strategy for matching long-tail users with the global social network is advocated to avoid over-concentration on high-degree nodes in graph neural networks. Finally, the proposed model is experimentally evaluated with two public Twitter datasets and demonstrates that the proposed long-tail strategy significantly improves the effectiveness of existing graph-based methods in terms of detecting misinformation. The robustness of BLC has also been examined on three graph datasets and demonstrates that it consistently outperforms traditional algorithms when perturbed by 15% of a dataset.
Guixian Zhang, Shichao Zhang 0001, Guan Yuan
ACM Trans. Knowl. Discov. Data3
2020 Sliding Covariance Matrix: Co-learning Spatiotemporal Geometry Feature for Skeleton Based Action Recognition
Qiuyan Yan, Guan Yuan
WISA3
2017 Multi-granularity periodic activity discovery for moving objects
abstract
With the development of location-based services, more moving objects can be traced and a great deal of trajectory data can be collected. Periodicity is very commonly used to analyse the habits of moving objects, so finding objects’ periodic patterns can aid in understanding their behaviour. However, objects’ periodic patterns are always unknown previously, and describing their periods with different granularities will create some surprised findings. This article proposes a multi-granularity periodic activity discovery (MPAD) approach for moving objects. First, a multi-granularity model is introduced to describe the spatial and temporal information of an object’s activities. Then, two algorithms, namely, spatial first and temporal first multi-granularity activity discovery algorithms, are provided to transfer objects’ activities into different granularities. Finally, a novel periodic discovery algorithm is described to find the periodicities of objects’ activities. Experiments on both synthetic and real datasets demonstrate both the efficiency and effectiveness of the proposed work and its notably improved running performance compared to the same algorithms. Additionally, the discovered periodic patterns are more practically significant.
Guan Yuan, Shixiong Xia
Int. J. Geogr. Inf. Sci.1