REVIEW 3 major objections 3 minor 68 references
UNVaMP: Neural Knowledge Tracing with Variational Regularization of Latent Knowledge Dynamics
T0 review · 3 major / 3 minor · reviewed 2026-08-05 · deepseek-v4-flash
Pith's one-line read The paper claims that a single knowledge tracing architecture can deliver top-tier next-response prediction, adjustable smoothness of estimated learning trajectories, uncertainty estimates, and per-skill interpretable proficiency scores in
desk verdict Clean architecture, honest limitations, but the 'strongest on three of four datasets' claim is unsupported by the reported statistics. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing machinery is a Gaussian latent knowledge state distribution at each time step, produced by an inference model that reads the recurrent memory and the newest interaction features. A memory model (a GRU in this study) maintains an internal hidden state that is kept separate from the latent distribution, so the encoder does not have to ingest sampled latent variables sequentially. The response model is modular: with a neural decoder the latent space carries no prescribed interpretation, while with a one-parameter logistic multidimensional item response theory (1PL MIRT) function, each latent dimension becomes a skill-specific proficiency and item embeddings become skill loading
What would settle it
Run the same models on the same four datasets over many random seeds and repeated splits; if UNVaMP-MLP's AUC margins (for example, 0.745 vs 0.736 over LKT on ASSISTments) shrink below the standard error or reverse, the central claim fails. A second, targeted check is a simulation with genuinely evolving true latent states, since the paper only validates latent recovery under static proficiencies.
Extended reading notes
Core claim
The paper introduces UNVaMP, a knowledge tracing architecture that encodes student proficiency as a Gaussian distribution at each time step, produced by an inference model conditioned on a recurrent memory and interaction features. The distribution is passed through a modular response model: a neural decoder (UNVaMP-MLP) for maximum flexibility, or a 1PL MIRT measurement function (UNVaMP-MIRT) that makes latent dimensions directly interpretable as per-skill proficiencies. A KL divergence penalty between temporally adjacent latent distributions regularizes the trajectories, and a scalar coefficient controls the strength of that smoothing. The central empirical claim is that UNVaMP-MLP gives t
Load-bearing premise
The benchmark ranking is computed from a single fixed 60/20/20 split with no repeated seeds, error bars, or significance tests, so the near-even margins that support 'best on three of four' could in principle be run-to-run noise.
Editorial extensions
If this is right
- A single architecture can give state-of-the-art next-response prediction while also offering explicit control over trajectory smoothness and quantified uncertainty.
- Interpretability costs little in the reported benchmarks: the hybrid UNVaMP-MIRT trails the pure neural UNVaMP-MLP by only a small margin on the datasets where both perform best.
- The smoothing coefficient can be set small enough to produce large reductions in latent trajectory volatility with negligible or no accuracy loss, but large enough values cause clear accuracy degradation.
- Auxiliary inputs such as elapsed time can change predictive behavior in structured ways—for example, reducing signed prediction error on delayed post-tests—even when aggregate accuracy moves little.
- In a controlled simulation with static true proficiencies, the hybrid model recovers latent variables about as well as a MIRT baseline, and its uncertainty estimates decline together with recovery error as evidence accumulates.
Reading between the lines
- The same KL-between-adjacent-distributions penalty could likely be dropped into other sequential neural architectures (attention-based or recurrent) as a generic smoothing regularizer on latent trajectories, independent of knowledge tracing.
- The Cloze retention-interval result suggests that timing features could be used diagnostically; a direct extension would be to run UNVaMP-MIRT on a larger experimental dataset with known spacing manipulations to see whether the model's latent trajectories mirror the spacing effect.
- If the single-split ranking turns out to be noisy, the architecture's distinctive value would shift from 'best predictor' to 'regularized, interpretable, uncertainty-aware'—a case the paper's own design desiderata already support.
- A simulation with genuinely evolving true latent states (not static proficiencies) is the missing direct test of whether the regularized dynamics recover learning itself, since the current simulation only validates recovery of fixed proficiencies.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes UNVaMP, a knowledge tracing architecture in which a GRU memory and an inference network produce a Gaussian distribution over latent student proficiency at each time step; a response model (MLP or 1PL MIRT) maps samples from this distribution to next-response predictions. The training objective adds a KL divergence between temporally adjacent latent distributions, weighted by β, to the binary cross-entropy prediction loss. The authors claim that UNVaMP-MLP achieves the strongest predictive performance among compared models on three of four real-world datasets, that the MIRT variant incurs only a modest interpretability cost, and that β provides explicit control over the smoothness of estimated learning trajectories while the latent distributions yield uncertainty estimates. They also report a Cloze auxiliary-input analysis and a simulation study of latent recovery and uncertainty behavior.
Significance. If the benchmark claim were supported, UNVaMP would be a useful contribution: it unifies several desiderata (accuracy, smoothing, uncertainty, flexible inputs, and an interpretable variant) in one architecture. The architecture is precisely specified (§2), the training objective is explicit, the simulation study uses five replications, and the paper honestly acknowledges that uncertainty estimates carry no coverage guarantees and that the simulated ground truth is static (§4.2, §5.1). However, the headline benchmark claim is not backed by appropriate uncertainty quantification, and the smoothness-control result is partly a built-in property of the objective. The contribution is therefore incremental but potentially valuable after strengthening the evaluation and framing.
major comments (3)
- [§4.1 / Table 2] The load-bearing claim that UNVaMP-MLP is strongest on three of four datasets is not supported by the reported evaluation. Each dataset is split once (60/20/20 or 50/25/25) and models are fit once; Table 2 reports no standard errors, confidence intervals, or significance tests. On EdNet, UNVaMP-MLP (aux, β=0) ties Lasso LKT (aux) at AUC 0.767 and leads accuracy by 0.001; on Amplify, the lead over SAINT is 0.001 AUC with a tie in accuracy. These margins are within run-to-run variation for deep models, so the ranking is indistinguishable from noise on two of the three claimed datasets. The abstract's 'strongest' also overstates the text's own 'outperforming or matching' in §4.1. Please provide repeated runs and significance tests, or soften the claim to match the evidence.
- [§2.3 / §4.1 / Table 3] The ALTV result is a direct consequence of the training objective. Since L = L_pred + βD_KL with D_KL penalizing N(μ_{i,t+1},σ²) against N(μ_{i,t},σ²), increasing β necessarily encourages smaller temporal differences; the observed monotonic ALTV decrease (Table 3) is built into the loss, not an empirical discovery. The paper should reframe this finding as a property of the objective and focus on the nontrivial parts: the magnitudes of the trade-off, the fact that small β has little predictive cost, and whether ALTV is a meaningful proxy for practical volatility. As written, the 'confirmation' in §4.1 is circular.
- [§3.3.1 / Fig. 2] The claim that auxiliary inputs induce structured sensitivity is based on a post hoc stratification of Cloze predictions by retention interval. No pre-registered hypothesis, interaction test, or multiple-comparison adjustment is reported; the error bars are nominal 95% CIs computed from residuals, and the aggregate accuracy differences in Table 2 are small or mixed (e.g., on Cloze the minimal version at β=10⁻³ has 0.810 AUC vs 0.803 for aux). This analysis is suggestive only and should be labeled as exploratory, or supported by a proper test of the feature-by-interval interaction.
minor comments (3)
- [§2.1] 'Where γi,t=...' should be lowercase 'where' to fix a typo. Also, the subscript notation for ℓ is inconsistent in the simulated data description.
- [Table 2] When multiple models tie for the best value (e.g., EdNet AUC 0.767), bold formatting for both entries is ambiguous. Consider reporting the number of runs or a note explaining tie handling.
- [§4.2] The statement 'cross-replication SD is omitted due to small magnitude' would be more transparent if the SD values were reported in text or a small table; the reader cannot check whether the omitted variation affects the conclusions.
Circularity Check
No significant circularity; the main predictive claims rest on external benchmarks and the simulation study is a controlled recovery check.
full rationale
The central claim—that UNVaMP-MLP achieves the strongest predictive performance on three of four datasets—is evaluated against external baselines on held-out test splits (Table 2, Section 4.1). Nothing in that comparison is constructed from UNVaMP's own loss or definitions; standard hyperparameter tuning does not make the result circular. The smoothness result (ALTV decreases monotonically with β) is a designed consequence of adding βD_KL between adjacent latent distributions to the training objective, but the paper presents it as the mechanism of the architecture, not as an independent prediction. Moreover, D_KL and ALTV are different functionals—D_KL includes variance terms while ALTV is an L1 norm of latent-mean differences—so the observed monotonicity is not an identity. The simulation study generates data from a 1PL MIRT model and then fits UNVaMP-MIRT with fixed ground-truth item parameters; this is a standard controlled-recovery check, not a circular derivation, because the model is not being used to prove the generative assumptions. Self-citations (e.g., [12] for latent-distribution inspiration and [35] for LKT's strength as a baseline) are not load-bearing: UNVaMP's architecture and benchmark results do not reduce to those citations. Concerns about the single 60/20/20 split and absence of error bars are legitimate statistical-reliability concerns, but they are not circularity.
Assumptions & free parameters
free parameters (6)
- beta (KL regularization coefficient) =
varies over {0, 1e-3, 1e-2, 1e-1} in this paper
- latent dimensionality k
- hidden state dimensionality
- embedding dimensionality d
- dropout probability
- learning rate
assumptions (5)
- domain assumption The 1PL MIRT response function with fixed binary skill loadings yields interpretable and sufficiently expressive latent dimensions.
- ad hoc to paper A KL divergence penalty between adjacent Gaussian latent distributions is an appropriate regularizer for smoothness and does not distort predictive information when beta is small.
- ad hoc to paper Mean-reduction (rather than sum-reduction) of the KL divergence is the correct way to make the penalty invariant to latent dimensionality.
- domain assumption The memory model's hidden state is sufficient to summarize student history without feeding the latent variable back into memory.
- domain assumption The simulation's static 1PL MIRT data with cross-skill correlations is a useful proxy for real student-item interactions.
Cite this review
Pith. "Pith review of UNVaMP: Neural Knowledge Tracing with Variational Regularization of Latent Knowledge Dynamics." pith.science (2026). https://pith.science/paper/3JCZI2RJ
@misc{pith2026260803811,
author = {Pith},
title = {Pith review of: UNVaMP: Neural Knowledge Tracing with Variational Regularization of Latent Knowledge Dynamics},
year = {2026},
howpublished = {\url{https://pith.science/paper/3JCZI2RJ}},
note = {Machine review of arXiv:2608.03811}
}
read the original abstract
We introduce the Unified Neural Variational Measurement of Proficiency (UNVaMP) architecture, a knowledge tracing method that integrates observed student-item interactions with internal memory to produce evolving latent representations of student knowledge. These representations support accurate predictions of future responses while enabling explicit control over the smoothness of estimated learning trajectories. UNVaMP can be configured as either a purely neural model or a hybrid model that predicts responses through an interpretable measurement function over the latent space. We show that a pure neural configuration (UNVaMP-MLP) achieves the strongest predictive performance among compared models on three out of four datasets. Meanwhile, a hybrid configuration (UNVaMP-MIRT, using a 1PL MIRT measurement function) lags only slightly behind UNVaMP-MLP, indicating that the predictive cost of interpretability is modest. Beyond predictive accuracy, UNVaMP provides the following: a principled mechanism for controlling volatility when estimating student latent variables, quantification of uncertainty over student knowledge state estimates, and flexible input specification that supports heterogeneous student-item interaction features. In addition, the hybrid UNVaMP-MIRT configuration generates interpretable moment-in-time student knowledge state estimates. Using an experimental dataset, we show that auxiliary inputs induce structured changes in the predictive behavior of UNVaMP-MIRT, consistent with sensitivity to underlying structure beyond response correctness. Furthermore, through a simulation study, we show that UNVaMP yields well-behaved knowledge state estimates under controlled measurement conditions. In total, these results indicate that UNVaMP is both useful for real-world education systems and capable of recovering underlying structure from student-item interactions.
Figures
Figures from the paper (1 more)
Reference graph
Works this paper leans on
-
[1]
INTRODUCTION Building models of student learning often involves balanc- ing competing needs for rigorous student knowledge estima- tion and flexible model fitting over large, sparse, and noisy datasets, while recognizing that student knowledge evolves with each interaction. In contrast, classical measurement models are typically designed for tightly contr...
work page Pith review arXiv 2026
-
[2]
THE UNV AMP ARCHITECTURE We introduce the Unified Neural Variational Measurement of Proficiency (UNVaMP) architecture. Inspired by dynamic deep learning architectures that encode sequential inputs as latent distributions [12, 17], UNVaMP combines a mem- ory model and an inference model (encoder) to produce moment-in-time latent knowledge state distributio...
-
[3]
METHODS This section describes the models, datasets, and experimen- tal procedures employed in this study. First, we introduce the UNVaMP configurations and baseline model architec- tures utilized in our experiments. Next, we discuss the pub- lic, internal, and simulated datasets on which our experi- ments were conducted. We then conclude with a descripti...
work page 2017
-
[4]
With auxiliary features included, UNVaMP-MIRT demonstrates reduced error in delayed post-tests
RESULTS −0.025 0.000 0.025 0.050 Practice 2 min delay1+ day delay3+ day delay Signed Error Feature Set Aux Min Figure 2: UNVaMP-MIRT signed error (mean(ˆp−y)) on the Cloze dataset with and without auxiliary inputs, underβ= 10−3. With auxiliary features included, UNVaMP-MIRT demonstrates reduced error in delayed post-tests. Error bars represent 95% confide...
-
[5]
DISCUSSION In total, our findings show that UNVaMP offers practical mechanisms for regularizing latent dynamics and modeling latent structure within student-item interaction data, all while maintaining competitive predictive performance. Be- low, we clarify the scope and limitations of the current work and place these results in a broader context. 5.1 Lim...
-
[6]
pyBKT: An Accessible Python Library of Bayesian Knowledge Tracing Models
A. Badrinath, F. Wang, and Z. Pardos. pybkt: An accessible python library of bayesian knowledge tracing models, 2021. arXiv:2105.00385
work page Pith review arXiv 2021
-
[7]
R. S. J. d. Baker, A. T. Corbett, and V. Aleven. More accurate student modeling through contextual estimation of slip and guess probabilities in Bayesian knowledge tracing. In B. P. Woolf, E. A ¨ımeur, R. Nkambou, and S. Lajoie, editors,Intelligent Tutoring Systems, pages 406–415, Berlin, Heidelberg,
-
[8]
C. M. Bishop.Pattern recognition and machine learning. Springer, 2006
2006
Show all 68 references
-
[9]
Borsboom
D. Borsboom. Latent variable theory.Measurement, 6:25–53, 2008
2008
-
[10]
H. Cen, K. Koedinger, and B. Junker. Learning factors analysis–a general method for cognitive model evaluation and improvement. InInternational conference on intelligent tutoring systems, pages 164–175. Springer, 2006
2006
-
[11]
J. Chen, Z. Liu, S. Huang, Q. Liu, and W. Luo. Improving interpretability of deep sequential knowledge tracing models with question-centric cognitive representations, 2023. arXiv:2302.06885
2023 arXiv
-
[12]
Y. Chen, S. A. Culpepper, S. Wang, and J. Douglas. A hidden markov model for learning trajectories in cognitive diagnosis with application to spatial rotation skills.Applied Psychological Measurement, 42(1):5–23, Jan. 2018
2018
-
[13]
Cheng, H
W. Cheng, H. Du, C. Li, E. Ni, L. Tan, T. Xu, and Y. Ni. Uncertainty-aware knowledge tracing, 2025. arXiv:2501.05415
2025 arXiv
-
[14]
K. Cho, B. van Merrienboer, D. Bahdanau, and Y. Bengio. On the properties of neural machine translation: Encoder-decoder approaches, 2014. arXiv:1409.1259
2014 arXiv
-
[15]
Y. Choi, Y. Lee, J. Cho, J. Baek, B. Kim, Y. Cha, D. Shin, C. Bae, and J. Heo. Towards an appropriate query, key, and value computation for knowledge tracing. InLAK21: 11th International Learning Analytics and Knowledge Conference, pages 490–496, Apr. 2020
2020
-
[16]
Y. Choi, Y. Lee, D. Shin, J. Cho, S. Park, S. Lee, J. Baek, C. Bae, B. Kim, and J. Heo. Ednet: A large-scale hierarchical dataset in education. In International conference on artificial intelligence in education, pages 69–73. Springer, 2020
2020
-
[17]
S. T. Christie, C. Cook, and A. N. Rafferty. Uncertainty-preserving deep knowledge tracing with state-space models, 2024. arXiv:2407.17427
2024 arXiv
-
[18]
A. T. Corbett and J. R. Anderson. Knowledge tracing: Modeling the acquisition of procedural knowledge. User Modelling and User-Adapted Interaction, 4(4):253–278, 1995
1995
-
[19]
Galyardt and I
A. Galyardt and I. Goldin. Move your lamp post: Recent data reflects learner knowledge better than older data.Journal of Educational Data Mining, 7(2):83–108, 2015
2015
-
[20]
Gervet, K
T. Gervet, K. Koedinger, J. Schneider, T. Mitchell, et al. When is deep learning the best approach to knowledge tracing?Journal of Educational Data Mining, 12(3):31–54, 2020
2020
-
[21]
Ghosh, N
A. Ghosh, N. Heffernan, and A. S. Lan. Context-aware attentive knowledge tracing, 2020. arXiv:2007.12324
2020 arXiv
-
[22]
Girin, S
L. Girin, S. Leglaive, X. Bie, J. Diard, T. Hueber, and X. Alameda-Pineda. Dynamical variational autoencoders: A comprehensive review.Foundations and Trends in Machine Learning, 15(1–2):1–175, 2021
2021
-
[23]
Y. Gong, J. E. Beck, and N. T. Heffernan. Comparing knowledge tracing and performance factor analysis by using multiple model fitting procedures. In International conference on intelligent tutoring systems, pages 35–44. Springer, 2010
2010
-
[24]
Gonz´ alez-Brenes, Y
J. Gonz´ alez-Brenes, Y. Huang, and P. Brusilovsky. General features in knowledge tracing: Applications to multiple subskills, temporal item response theory, and expert knowledge. InProceedings of the 7th International Conference on Educational Data Mining, 2014
2014
-
[25]
R. K. Hambleton, H. Swaminathan, and H. J. Rogers. Fundamentals of item response theory, volume 2. Sage, 1991
1991
-
[26]
N. T. Heffernan and C. L. Heffernan. The assistments ecosystem: Building a platform that brings scientists and teachers together for minimally invasive research on human learning and teaching.International Journal of Artificial Intelligence in Education, 24(4):470–497, 2014
2014
-
[27]
Kaya and W
Y. Kaya and W. L. Leite. Assessing change in latent skills across time with longitudinal cognitive diagnosis modeling: An evaluation of model performance. Educational and Psychological Measurement, 77(3):369–388, June 2016
2016
-
[28]
Khajah, R
M. Khajah, R. V. Lindsey, and M. C. Mozer. How deep is knowledge tracing?, 2016. arXiv:1604.02416
2016 arXiv
-
[29]
H. Lee, J. B. Cho, D. S. Matteson, and B. W. Domingue. Dynamic bayesian item response model with decomposition (D-BIRD): Modeling cohort and individual learning over time, 2025. arXiv:2506.21723
2025 arXiv
-
[30]
R. V. Lindsey, J. D. Shroyer, H. Pashler, and M. C. Mozer. Improving students’ long-term knowledge retention through personalized review.Psychological science, 25(3):639–647, 2014
2014
-
[31]
Z. Liu, Q. Liu, J. Chen, S. Huang, J. Tang, and W. Luo. pyKT: A python library to benchmark deep learning based knowledge tracing models. In Thirty-sixth Conference on Neural Information Processing Systems Datasets and Benchmarks Track, 2022
2022
-
[32]
Pandey and G
S. Pandey and G. Karypis. A self-attentive model for knowledge tracing, 2019. arXiv:1907.06837
2019 arXiv
-
[33]
Pandey and J
S. Pandey and J. Srivastava. RKT: Relation-aware self-attention for knowledge tracing. InProceedings of the 29th ACM International Conference on Information & Knowledge Management, CIKM ’20, page 1205–1214. ACM, Oct. 2020
2020
-
[34]
Patikorn, R
T. Patikorn, R. S. Baker, N. T. Heffernan, et al. Assistments longitudinal data mining competition special issue: a preface.Journal of Educational Data Mining, 12(2):i–xi, 2020
2020
-
[35]
P. I. Pavlik and J. R. Anderson. Using a model to compute the optimal schedule of practice.Journal of Experimental Psychology: Applied, 14(2):101–117, 2008
2008
-
[36]
P. I. Pavlik, H. Cen, and K. R. Koedinger. Performance factors analysis – a new alternative to knowledge tracing. InProceedings of the 2009 Conference on Artificial Intelligence in Education: Building Learning Systems That Care: From Knowledge Representation to Affective Model...
2009
-
[37]
P. I. Pavlik, L. G. Eglington, and L. M. Harrell-Williams. Logistic knowledge tracing: A constrained framework for learner modeling.IEEE Transactions on Learning Technologies, 14(5):624–639, 2021
2021
-
[38]
P. I. Pavlik Jr. and L. G. Eglington.LKT: Logistic Knowledge Tracing, 2024. R package version 1.7.0
2024
-
[39]
P. I. Pavlik Jr and L. G. Eglington. Evolutionary features for mitigating cold starts in logistic knowledge tracing.International Educational Data Mining Society, 2025
2025
-
[40]
P. I. Pavlik Jr, L. G. Eglington, et al. Automated search improves logistic knowledge tracing, surpassing deep learning in accuracy and explainability.Journal of Educational Data Mining, 15(3):58–86, 2023
2023
-
[41]
Pel´ anek
R. Pel´ anek. Applications of the Elo rating system in adaptive educational systems.Computers & Education, 98:169–179, July 2016
2016
-
[42]
Piech, J
C. Piech, J. Spencer, J. Huang, S. Ganguli, M. Sahami, L. Guibas, and J. Sohl-Dickstein. Deep knowledge tracing, 2015. arXiv:1506.05908
2015 arXiv
-
[43]
Rachatasumrit, P
N. Rachatasumrit, P. Carvalho, and K. Koedinger. Beyond accuracy: Embracing meaningful parameters in educational data mining. InProceedings of the 17th International Conference on Educational Data Mining, pages 203–210, 2024
2024
-
[44]
M. D. Reckase. Multidimensional item response theory.Handbook of statistics, 26:607–642, 2006
2006
-
[45]
S. Ruan, W. Wei, and J. Landay. Variational deep knowledge tracing for language learning. InLAK21: 11th International Learning Analytics and Knowledge Conference, LAK21, pages 323–332, New York, NY, USA, Apr. 2021. Association for Computing Machinery
2021
-
[46]
A. A. Rupp, J. Templin, and R. A. Henson. Diagnostic measurement: Theory, methods, and applications. Diagnostic measurement: Theory, methods, and applications. The Guilford Press, New York, NY, US, 2010
2010
-
[47]
S. Shen, Q. Liu, Z. Huang, Y. Zheng, M. Yin, M. Wang, and E. Chen. A survey of knowledge tracing: Models, variants, and applications.IEEE Transactions on Learning Technologies, 17:1858–1879, 2021
2021
-
[48]
L. Song, M. He, X. Shang, C. Yang, J. Liu, M. Yu, and Y. Lu. A deep cross-modal neural cognitive diagnosis framework for modeling student performance.Expert Syst. Appl., 230(C), Nov. 2023
2023
-
[49]
Templin and L
J. Templin and L. Bradshaw. Measuring the reliability of diagnostic classification model examinee estimates. Journal of Classification, 30(2):251 – 275, 2013
2013
-
[50]
N. D. Verhelst and C. A. W. Glas. A dynamic generalization of the rasch model.Psychometrika, 58(3):395–415, Sept. 1993
1993
-
[51]
M. M. Walsh, K. A. Gluck, G. Gunzelmann, T. Jastrzembski, and M. Krusmark. Evaluating the theoretic adequacy and applied potential of computational models of the spacing effect.Cognitive science, 42:644–691, 2018
2018
-
[52]
M. M. Walsh, K. A. Gluck, G. Gunzelmann, T. Jastrzembski, M. Krusmark, J. I. Myung, M. A. Pitt, and R. Zhou. Mechanisms underlying the spacing effect in learning: A comparison of three computational models.Journal of Experimental Psychology: General, 147(9):1325, 2018
2018
-
[53]
C. Wang, W. Ma, M. Zhang, C. Lv, F. Wan, H. Lin, T. Tang, Y. Liu, and S. Ma. Temporal cross-effects in knowledge tracing. InProceedings of the 14th ACM International Conference on Web Search and Data Mining, WSDM ’21, page 517–525, New York, NY, USA, 2021. Association for Comp...
2021
-
[54]
Wang and S
C. Wang and S. W. Nydick. On longitudinal item response theory models: A didactic.Journal of Educational and Behavioral Statistics, 45(3):339–368, June 2019. Publisher: American Educational Research Association
2019
-
[55]
F. Wang, Z. Huang, Q. Liu, E. Chen, Y. Yin, J. Ma, and S. Wang. Dynamic cognitive diagnosis: An educational priors-enhanced deep knowledge tracing perspective.IEEE Trans. Learn. Technol., 16(3):306–323, June 2023
2023
-
[56]
F. Wang, Q. Liu, E. Chen, Z. Huang, Y. Chen, Y. Yin, Z. Huang, and S. Wang. Neural cognitive diagnosis for intelligent education systems, 2019. arXiv:1908.08733
2019 arXiv
-
[57]
S. Wang, Y. Yang, S. A. Culpepper, and J. A. Douglas. Tracking skill acquisition with cognitive diagnosis models: A higher-order, hidden markov model with covariates.Journal of Educational and Behavioral Statistics, 43(1):57–87, Feb. 2018. Publisher: American Educational Resea...
2018
-
[58]
X. Wang, J. O. Berger, and D. S. Burdick. Bayesian analysis of dynamic item response models in educational testing.The Annals of Applied Statistics, 7(1), Mar. 2013
2013
-
[59]
X. Wang, Z. Zheng, J. Zhu, and W. Yu. What is wrong with deep knowledge tracing? attention-based knowledge tracing.Applied Intelligence, 53(3):2850–2861, 2022
2022
-
[60]
Z. Wang, Y. Gu, A. Lan, and R. Baraniuk. VarF A: A variational factor analysis framework for efficient bayesian learning analytics, 2020. arXiv:2005.13107
2020 arXiv
-
[61]
Wilson and P
M. Wilson and P. De Boeck.Descriptive and explanatory item response models, pages 43–74. Springer New York, New York, NY, 2004
2004
-
[62]
M. Wu, R. L. Davis, B. W. Domingue, C. Piech, and N. Goodman. Variational item response theory: Fast, accurate, and expressive, 2020. arXiv:2002.00276
2020 arXiv
-
[63]
C.-K. Yeung. Deep-IRT: Make deep learning based knowledge tracing explainable using item response theory, 2019. arXiv:1904.11738
2019 arXiv
-
[64]
Yeung and D.-Y
C.-K. Yeung and D.-Y. Yeung. Addressing two problems in deep knowledge tracing via prediction-consistent regularization, 2018. arXiv:1806.02180
2018 arXiv
-
[65]
Y. Yin, L. Dai, Z. Huang, S. Shen, F. Wang, Q. Liu, E. Chen, and X. Li. Tracing knowledge instead of patterns: Stable knowledge tracing with diagnostic transformer. InProceedings of the ACM Web Conference 2023, WWW ’23, page 855–864, New York, NY, USA, 2023. Association for Co...
2023
-
[66]
Zhang, X
J. Zhang, X. Shi, I. King, and D.-Y. Yeung. Dynamic key-value memory networks for knowledge tracing,
-
[67]
Zhang, Z
Q. Zhang, Z. Chen, N. Lalwani, and C. MacLellan. Modifying deep knowledge tracing for multi-step problems. InProceedings of the 15th International Conference on Educational Data Mining, 2022
2022
-
[68]
Y. Zhou, W. Han, and J. Chen. DKT2: Revisiting applicable and comprehensive knowledge tracing in large-scale data, 2025. arXiv:2501.14256
2025 arXiv
Reviewed August 5, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.