Papers › simpleKT: A Simple But Tough-to-Beat Baseline for Knowledge Tracing

simpleKT: A Simple But Tough-to-Beat Baseline for Knowledge Tracing

14 Feb 2023arXiv:2302.06881archive 2025-07-28

Zitao Liu, Qiongqiong Liu, Jiahao Chen, Shuyan Huang, Weiqi Luo

Knowledge tracing (KT) is the problem of predicting students' future performance based on their historical interactions with intelligent tutoring systems. Recently, many works present lots of special methods for applying deep neural networks to KT from different perspectives like model architecture, adversarial augmentation and etc., which make the overall algorithm and system become more and more complex. Furthermore, due to the lack of standardized evaluation protocol \citep{liu2022pykt}, there is no widely agreed KT baselines and published experimental comparisons become inconsistent and self-contradictory, i.e., the reported AUC scores of DKT on ASSISTments2009 range from 0.721 to 0.821 \citep{minn2018deep,yeung2018addressing}. Therefore, in this paper, we provide a strong but simple baseline method to deal with the KT task named \textsc{simpleKT}. Inspired by the Rasch model in psychometrics, we explicitly model question-specific variations to capture the individual differences among questions covering the same set of knowledge components that are a generalization of terms of concepts or skills needed for learners to accomplish steps in a task or a problem. Furthermore, instead of using sophisticated representations to capture student forgetting behaviors, we use the ordinary dot-product attention function to extract the time-aware information embedded in the student learning interactions. Extensive experiments show that such a simple baseline is able to always rank top 3 in terms of AUC scores and achieve 57 wins, 3 ties and 16 loss against 12 DLKT baseline methods on 7 public datasets of different domains. We believe this work serves as a strong baseline for future KT research. Code is available at \url{https://github.com/pykt-team/pykt-toolkit}\footnote{We merged our model to the \textsc{pyKT} benchmark at \url{https://pykt.org/}.}.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2302.06881")

Code

Syntology Ran 10 of 18 code samples harvested from 2 repositories linked to this paper; 8 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 6 ran with no contract checked.

By repository: official repository: 8 samples from 1 repository, 5 ran; community (archive-listed): 10 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pykt-team/pykt-toolkit officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 10 ran; 0 honoured the contract we drafted; 8 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
1ran · fixture could not drive it
6ran
8unverified

Licence: 0 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

CosinePositionalEmbedding pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository ran · metamorphic tier: deterministic fingerprinted MIT (permissive) · 51a4d97f18e4d74d · report
MultiHeadAttention pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository ran · metamorphic tier: deterministic MIT (permissive) · a9a73e8f8da578a5 · report
TransformerLayer pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository ran · metamorphic tier: deterministic MIT (permissive) · 29b9654280d01c8a · report
attention pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository ran · our draft was wrong MIT (permissive) · 5bd62b8707ef0480 · report
attention pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository ran · our draft was wrong MIT (permissive) · e05cd8a1686715a5 · report
Architecture pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository unverified MIT (permissive) · 10d847633310982a · report
Dim pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository unverified MIT (permissive) · 03a3df87a41d52ec · report
simpleKT pykt-team/pykt-toolkit/pykt/models/simplekt.py official repository unverified MIT (permissive) · 533a0f0a6e9e6641 · report
CosinePositionalEmbedding ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · ab9278583893f81c · report
EmbedLayer ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) ran MIT (permissive) · d15a23de22202ec8 · report
PredictorLayer ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) ran fingerprinted MIT (permissive) · 259230bd3dadf29b · report
binary_cross_entropy ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · cba543ff01d32d68 · report
register_model ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 7a822c04227645b1 · report
Architecture ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) unverified MIT (permissive) · 21a296d1daf97849 · report
DLSequentialKTModel ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) unverified MIT (permissive) · 843a8076c769659a · report
KnowledgeTracingModel ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) unverified MIT (permissive) · 583cf54d277de682 · report
SimpleKT ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) unverified MIT (permissive) · a0f64b6155f927e3 · report
TransformerLayer4SimpleKT ZhijieXiong/pyedmine/edmine/model/sequential_kt_model/SimpleKT.py community (archive-listed) unverified MIT (permissive) · 66d7f0607aa34ce3 · report

Tasks

Knowledge Tracing

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections