VLDB 2026 Research / reviewers in the wild / expert
Xinning Zhu
dblp:69/4229
· DBLP profile ↗
10ranked-venue papers in the field
0as first author
8since 2021 · last 2025
0000-0001-5799-346XORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5Knowledge Engineering, Semantic Web & Information Systems · 3Data Mining & Knowledge Discovery · 2
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Beyond Return Conditioning: Multi-Scale Sequence Modeling and Advantage-Guided Policy Routing for Offline RLabstractReturn-conditioned supervised learning (RCSL) in offline reinforcement learning (RL) leverages Transformers to extract behavioral patterns from offline datasets for decision-making. However, it suffers from inherent limitations in comprehensively capturing multi-scale temporal relationships in historical trajectories. Moreover, its return-conditioning mechanism offers limited guidance in exploiting high-quality behavioral patterns, often resulting in suboptimal action generation during inference. To address these challenges, we propose the Advantage Decision ConvMamba (ADCM), a method that integrates multi-scale sequence modeling (MSSM) with advantage policy guidance (APG). ADCM reconstructs historical sequences through patch partitioning and employs Mamba architecture together with causal convolutions to model sparse global dependencies and dense local Markovian dependencies for behavioral pattern discovery. By incorporating relative advantage action sampling based on the Mixture-of-Experts (MoE) framework, ADCM prioritizes high-quality actions during inference, thereby reducing reliance on low-quality behavioral patterns in the dataset. We evaluate ADCM on multiple offline RL benchmarks from D4RL. Experimental results show that ADCM achieves significant improvements over baseline models, with particularly strong performance on suboptimal datasets. The code for ADCM is available at https://github.com/iTom233/ADCM.git. Kunbao Wu, Xinning Zhu, Tieru Wang, Jianzhou Diao, Zheng Hu 0001 |
CIKM | 2 |
| 2025 | Interpretable Knowledge Tracing with Difficulty-Aware Attention and Selective State Space ModelabstractKnowledge Tracing (KT) aims to model students' knowledge states based on their historical learning sequence, playing a critical role in online education platforms.As the performance of sequence-based KT methods continues to improve, their increasing model complexity and lack of transparency have become significant limitations.In contrast, educational theory-driven KT methods incorporate educationally meaningful features (such as question difficulty or time spent on questions) to enhance interpretability and performance.However, these models typically adopt simpler structures to reduce complexity and avoid overfitting, which limits their ability to effectively capture the sequential characteristics of learning compared to sequence-based methods.To address these limitations, this paper aims to integrate the strengths of both types of methods by proposing an Interpretable KT approach with Difficulty-Aware Attention and Selective State Space Model (ASIKT).Specifically, leveraging educational context, we design a difficulty-enhanced attention mechanism to model students' knowledge retrieval process Xinning Zhu, Xiaosheng Tang, Chunhong Zhang, Kunbao Wu, Fengjie Chang, Jianzhou Diao, Zheng Hu 0001 |
SIGIR | 2 |
| 2023 | No Length Left Behind: Enhancing Knowledge Tracing for Modeling Sequences of Excessive or Insufficient LengthsabstractKnowledge tracing (KT) aims to predict students' responses to practices based on their historical question-answering behaviors. However, most current KT methods focus on improving overall AUC, leaving ample room for optimization in modeling sequences of excessive or insufficient lengths. As sequences get longer, computational costs will increase exponentially. Therefore, KT methods usually truncate sequences to an acceptable length, which makes it difficult for models on online service systems to capture complete historical practice behaviors of students with too long sequences. Conversely, modeling students with short practice sequences using most KT methods may result in overfitting due to limited observation samples. To address the above limitations, we propose a model called Sequence-Flexible Knowledge Tracing (SFKT). Specifically, to flexibly handle long sequences, SFKT introduces a total-term encoder to effectively model complete historical practice behaviors of students at an affordable computational cost. Additionally, to improve the prediction accuracy of students with short practice sequences, we introduce a contrastive learning task and data augmentation schema to improve the generality of modeling short sequences by constructing more learning objectives. Extensive experimental results show that SFKT achieves significant improvements over multiple benchmarks, demonstrating the value of exploring the modeling of sequences of excessive or insufficient lengths. Our code is available at https://github.com/zmy-9/SFKT. Moyu Zhang, Xinning Zhu, Chunhong Zhang, Feng Pan 0010, Wenchen Qian, Hui Zhao 0001 |
CIKM | 2 |
| 2023 | Counterfactual Monotonic Knowledge Tracing for Assessing Students' Dynamic Mastery of Knowledge ConceptsabstractAs the core of the Knowledge Tracking (KT) task, assessing students' dynamic mastery of knowledge concepts is crucial for both offline teaching and online educational applications. Since students' mastery of knowledge concepts is often unlabeled, existing KT methods focus on predicting students' responses to practices. However, purely predicting student responses without imposing specific constraints on hidden concept mastery values does not guarantee the accuracy of these intermediate values as concept mastery values. To address this issue, we propose a principled approach called Counterfactual Monotonic Knowledge Tracing (CMKT), which builds on the implicit paradigm described above by using a counterfactual assumption to constrain the evolution of students' mastery of knowledge concepts. Specifically, CMKT first assesses students' knowledge concept mastery value based on their historical practice sequences. Then, CMKT sets the answer of the most recent practice as the opposite of the actual answer and, based on this counterfactual answer, assesses the student's corresponding counterfactual knowledge mastery value. During the model training process, CMKT constrains the update of the student's knowledge states by ensuring that the two types of knowledge mastery values of students satisfy a fundamental educational theory, the monotonicity theory, to provide specific semantics for the assessed mastery values by the model. Finally, extensive experiments on five datasets demonstrate the superiority of CMKT over baseline models. Moyu Zhang, Xinning Zhu, Chunhong Zhang, Wenchen Qian, Feng Pan 0010, Hui Zhao 0001 |
CIKM | 2 |
| 2023 | Cognition-Mode Aware Variational Representation Learning Framework for Knowledge TracingabstractThe Knowledge Tracing (KT) task plays a crucial role in personalized learning, and its purpose is to predict student responses based on their historical practice behavior sequence. However, the KT task suffers from data sparsity, which makes it challenging to learn robust representations for students with few practice records and increases the risk of model overfitting. Therefore, in this paper, we propose a Cognition-Mode Aware Variational Representation Learning Framework (CMVF) that can be directly applied to existing KT methods. Our framework uses a probabilistic model to generate a distribution for each student, accounting for uncertainty in those with limited practice records, and estimate the student’s distribution via variational inference (VI). In addition, we also introduce a cognition-mode aware multinomial distribution as prior knowledge that constrains the posterior student distributions learning, so as to ensure that students with similar cognition modes have similar distributions, avoiding overwhelming personalization for students with few practice records. At last, extensive experimental results confirm that CMVF can effectively aid existing KT methods in learning more robust student representations. Our code is available at https://github.com/zmy-9/CMVF. Moyu Zhang, Xinning Zhu, Chunhong Zhang, Feng Pan 0010, Wenchen Qian, Hui Zhao 0001 |
ICDM | 2 |
| 2022 | Cross-Sentence Temporal Relation Extraction with Relative Sentence Time
Pengyun Xie, Xinning Zhu, Chunhong Zhang, Zheng Hu 0001, Guanghua Yang |
KSEM (1) | 2 |
| 2021 | Multi-Factors Aware Dual-Attentional Knowledge TracingabstractWith the increasing demands of personalized learning, knowledge tracing has become important which traces students' knowledge states based on their historical practices. Factor analysis methods mainly use two kinds of factors which are separately related to students and questions to model students' knowledge states. These methods use the total number of attempts of students to model students' learning progress and hardly highlight the impact of the most recent relevant practices. Besides, current factor analysis methods ignore rich information contained in questions. In this paper, we propose Multi-Factors Aware Dual-Attentional model (MF-DAKT) which enriches question representations and utilizes multiple factors to model students' learning progress based on a dual-attentional mechanism. More specifically, we propose a novel student-related factor which records the most recent attempts on relevant concepts of students to highlight the impact of recent exercises. To enrich questions representations, we use a pre-training method to incorporate two kinds of question information including questions' relation and difficulty level. We also add a regularization term about questions' difficulty level to restrict pre-trained question representations to fine-tuning during the process of predicting students' performance. Moreover, we apply a dual-attentional mechanism to differentiate contributions of factors and factor interactions to final prediction in different practice records. At last, we conduct experiments on several real-world datasets and results show that MF-DAKT can outperform existing knowledge tracing methods. We also conduct several studies to validate the effects of each component of MF-DAKT. Moyu Zhang, Xinning Zhu, Chunhong Zhang, Yang Ji 0001, Feng Pan 0010, Changchuan Yin |
CIKM | 2 |
| 2021 | A Framework of Data Fusion Through Spatio-Temporal Knowledge Graph
Xinning Zhu, Zheng Hu 0001, Chunhong Zhang |
KSEM | 2 |
| 2020 | Event-centric Tourism Knowledge Graph - A Case Study of Hainan
Xinning Zhu, Chunhong Zhang, Zheng Hu 0001 |
KSEM (1) | 2 |
| 2020 | Student Academic Performance Prediction Using Deep Multi-source Behavior Sequential Network
Xinning Zhu, Yang Ji 0001, Xiaosheng Tang |
PAKDD (1) | 2 |