🧠 AI Ed Wiki

Key Findings

  • Knowledge tracing (KT) systems suffer from selection bias because exercise recommendations are non-random, so training on observed logs with standard empirical risk produces biased mastery estimates.
  • The proposed Temporal Smoothness Doubly Robust (TSDR) framework combines a propensity model with an error imputation model, jointly optimizing the KT predictor and the imputation model.
  • A temporal smoothness regularizer reduces variance while preserving the unbiasedness guarantees of the doubly robust estimator.
  • The doubly robust property ensures the estimator remains unbiased if either the propensity model or the imputation model is correct.
  • By debiasing mastery estimates, the framework prevents adaptive recommendations from compounding errors in downstream recommendation loops.
  • Analysis

    This paper addresses a critical but under-examined issue in KT systems: selection bias from non-random exercise recommendations. Prior KT methods train on observed logs using standard empirical risk, producing biased mastery estimates that compound errors in downstream recommendation loops. The proposed Temporal Smoothness Doubly Robust (TSDR) framework combines a propensity model with an error imputation model, regularized for temporal smoothness. The smoothness prior encodes the intuition that a student's mastery changes gradually over time, so sharp fluctuations in predicted mastery are more likely to reflect noise than genuine learning events.

    The doubly robust property ensures the estimator remains unbiased if either the propensity or imputation model is correct. This connects to Personalized Learning by ensuring adaptive recommendations are not systematically biased toward high-engagement students, and it extends Knowledge Tracing methodology with a principled treatment of the missing-data structure inherent in learner interaction logs.

    Implications for AI in Education

    Selection bias is not a niche concern: any adaptive system that recommends exercises based on what it believes a student knows creates a feedback loop in which the data collected is shaped by the model's own prior estimates. TSDR's combination of propensity weighting, error imputation, and temporal smoothness offers a template for building debiased Student Modeling pipelines that remain stable as they are iteratively retrained on fresh interaction data. For researchers and practitioners working on adaptive learning systems, the framework underscores the importance of modeling the data-generating process — who gets which exercise and why — rather than treating observed logs as a random sample. The work also relates to Bias Mitigation more broadly: fairness and accuracy concerns in educational AI are often traceable to selection mechanisms that systematically over- or under-represent particular learners.

    Connected Concepts

  • Personalized Learning
  • Connected Articles

  • Explainable Probabilistic KT — Explainable Knowledge Tracing via Probabilistic Embeddings and Pattern-based Reasoning
  • Skill Acquisition Without Temporal Info — Estimating Learners' Skill Acquisition Without Temporal Information
  • Knowledge Gap Detection AI Tas — Detecting Knowledge Gaps from Conversational AI Interactions Using Curriculum Prerequisite Graphs
  • Xie Hillm Cd 2026 — HiLLM-CD: LLM-Enhanced Hierarchical Cognitive Diagnosis
  • Student Math Competence Clustering — Archetypes or ability? Clustering for modelling student mathematical competence
  • Pattern Kc Programming Recommendation — Automated Recommendation of Programming Learning Content Using Pattern-based Knowledge Components
  • Citation

    Zhan et al. (2026). Temporal Smoothness Doubly Robust Learning for Debiased Knowledge Tracing. arXiv:2605.05958. arXiv preprint.