VLDB 2026 Research / reviewers in the wild / expert
Jing Ren 0001
dblp:83/709-1
· DBLP profile ↗
8ranked-venue papers in the field
4as first author
7since 2021 · last 2026
0000-0003-0169-1491ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6 (3 first)Data Mining & Knowledge Discovery · 2 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | FairGE: Fairness-Aware Graph Encoding in Incomplete Social NetworksabstractGraph Transformers (GTs) are increasingly applied to social network analysis, yet their deployment is often constrained by fairness concerns. This issue is particularly critical in incomplete social networks, where sensitive attributes are frequently missing due to privacy and ethical restrictions. Existing solutions commonly generate these incomplete attributes, which may introduce additional biases and further compromise user privacy. To address this challenge, FairGE (Fair Graph Encoding) is introduced as a fairness-aware framework for GTs in incomplete social networks. Instead of generating sensitive attributes, FairGE encodes fairness directly through spectral graph theory. By leveraging the principal eigenvector to represent structural information and padding incomplete sensitive attributes with zeros to maintain independence, FairGE ensures fairness without data reconstruction. Theoretical analysis demonstrates that the method suppresses the influence of non-principal spectral components, thereby enhancing fairness. Extensive experiments on seven real-world social network datasets confirm that FairGE achieves at least a 16% improvement in both statistical parity and equality of opportunity compared with state-of-the-art baselines. Renqiang Luo, Huafei Huang 0001, Tao Tang 0007, Jing Ren 0001, Ziqi Xu 0001, Mingliang Hou, Enyan Dai, Feng Xia 0001 |
WWW | 4 |
| 2026 | Spiking Graph Predictive Coding for Reliable OOD Generalization
Jing Ren 0001, Jiapeng Du, Bowen Li 0012, Ziqi Xu 0001, Xin Zheng 0008, Hong Jia, Suyu Ma, Xiwei Xu 0001, Feng Xia 0001 |
WWW | 1 |
| 2026 | When to Invoke: Refining LLM Fairness with Toxicity Assessment
Jing Ren 0001, Bowen Li 0012, Ziqi Xu 0001, Renqiang Luo, Shuo Yu 0001, Xin Ye 0004, Haytham M. Fayek, Xiaodong Li 0001, Feng Xia 0001 |
WWW | 1 |
| 2026 | When to Trust: A Causality-Aware Calibration Framework for Accurate Knowledge Graph Retrieval-Augmented GenerationabstractKnowledge Graph Retrieval-Augmented Generation (KG-RAG) extends the RAG paradigm by incorporating structured knowledge from knowledge graphs, enabling Large Language Models (LLMs) to perform more precise and explainable reasoning. While KG-RAG improves factual accuracy in complex tasks, existing KG-RAG models are often severely overconfident, producing high-confidence predictions even when retrieved sub-graphs are incomplete or unreliable, which raises concerns for deployment in high-stakes domains. To address this issue, we propose Ca2KG, a Causality-aware Calibration framework for KG-RAG. Ca2KG integrates counterfactual prompting, which exposes retrieval-dependent uncertainties in knowledge quality and reasoning reliability, with a panel-based re-scoring mechanism that stabilises predictions across interventions. Extensive experiments on two complex QA datasets demonstrate that Ca2KG consistently improves calibration while maintaining or even enhancing predictive accuracy. The source code can be found at~ https://aisuko.github.io/ca2kg/. Jing Ren 0001, Bowen Li 0012, Ziqi Xu 0001, Xikun Zhang 0002, Haytham M. Fayek, Xiaodong Li 0001 |
WWW | 1 |
| 2026 | Harnessing LLM for Noise-Robust Cognitive Diagnosis in Web-Based Intelligent Education SystemsabstractCognitive 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 |
WWW | 5 |
| 2023 | Graph Learning for Anomaly Analytics: Algorithms, Applications, and ChallengesabstractAnomaly analytics is a popular and vital task in various research contexts that has been studied for several decades. At the same time, deep learning has shown its capacity in solving many graph-based tasks, like node classification, link prediction, and graph classification. Recently, many studies are extending graph learning models for solving anomaly analytics problems, resulting in beneficial advances in graph-based anomaly analytics techniques. In this survey, we provide a comprehensive overview of graph learning methods for anomaly analytics tasks. We classify them into four categories based on their model architectures, namely graph convolutional network, graph attention network, graph autoencoder, and other graph learning models. The differences between these methods are also compared in a systematic manner. Furthermore, we outline several graph-based anomaly analytics applications across various domains in the real world. Finally, we discuss five potential future research directions in this rapidly growing field. Jing Ren 0001, Feng Xia 0001, Ivan Lee 0001, Azadeh Noori Hoshyar, Charu C. Aggarwal |
ACM Trans. Intell. Syst. Technol. | 1 |
| 2023 | MIRROR: Mining Implicit Relationships via Structure-Enhanced Graph Convolutional NetworksabstractData explosion in the information society drives people to develop more effective ways to extract meaningful information. Extracting semantic information and relational information has emerged as a key mining primitive in a wide variety of practical applications. Existing research on relation mining has primarily focused on explicit connections and ignored underlying information, e.g., the latent entity relations. Exploring such information (defined as implicit relationships in this article) provides an opportunity to reveal connotative knowledge and potential rules. In this article, we propose a novel research topic, i.e., how to identify implicit relationships across heterogeneous networks. Specially, we first give a clear and generic definition of implicit relationships. Then, we formalize the problem and propose an efficient solution, namely MIRROR, a graph convolutional network (GCN) model to infer implicit ties under explicit connections. MIRROR captures rich information in learning node-level representations by incorporating attributes from heterogeneous neighbors. Furthermore, MIRROR is tolerant of missing node attribute information because it is able to utilize network structure. We empirically evaluate MIRROR on four different genres of networks, achieving state-of-the-art performance for target relations mining. The underlying information revealed by MIRROR contributes to enriching existing knowledge and leading to novel domain insights. Jiaying Liu 0006, Feng Xia 0001, Jing Ren 0001, Bo Xu 0008, Guansong Pang, Lianhua Chi |
ACM Trans. Knowl. Discov. Data | 3 |
| 2020 | Web of Scholars: A Scholar Knowledge GraphabstractIn this work, we demonstrate a novel system, namely Web of Scholars, which integrates state-of-the-art mining techniques to search, mine, and visualize complex networks behind scholars in the field of Computer Science. Relying on the knowledge graph, it provides services for fast, accurate, and intelligent semantic querying as well as powerful recommendations. In addition, in order to realize information sharing, it provides open API to be served as the underlying architecture for advanced functions. Web of Scholars takes advantage of knowledge graph, which means that it will be able to access more knowledge if more search exist. It can be served as a useful and interoperable tool for scholars to conduct in-depth analysis within Science of Science. Jiaying Liu 0006, Jing Ren 0001, Wenqing Zheng, Lianhua Chi, Ivan Lee 0001, Feng Xia 0001 |
SIGIR | 2 |