paper-with-me

홈 › Papers

Extracting Causal Relations in Deep Knowledge Tracing

2025-11-06 · Kevin Hong, Kia Karbasi, Gregory Pottie arxiv

A longstanding goal in computational educational research is to develop explainable knowledge tracing (KT) models. Deep Knowledge Tracing (DKT), which leverages a Recurrent Neural Network (RNN) to predict student knowledge and performance on exercises, has been proposed as a major advancement over traditional KT methods. Several studies suggest that its performance gains stem from its ability to model bidirectional relationships between different knowledge components (KCs) within a course, enabling the inference of a student's understanding of one KC from their performance on others. In this paper, we challenge this prevailing explanation and demonstrate that DKT's strength lies in its implicit ability to model prerequisite relationships as a causal structure, rather than bidirectional relationships. By pruning exercise relation graphs into Directed Acyclic Graphs (DAGs) and training DKT on causal subsets of the Assistments dataset, we show that DKT's predictive capabilities align strongly with these causal structures. Furthermore, we propose an alternative method for extracting exercise relation DAGs using DKT's learned representations and provide empirical evidence supporting our claim. Our findings suggest that DKT's effectiveness is largely driven by its capacity to approximate causal dependencies between KCs rather than simple relational mappings.

📄 PDF Abstract BibTeX arXiv:2511.03948

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Tracing

Similar Papers 제목 키워드 기반

A Conceptual Model for End-to-End Causal Discovery in Knowledge Tracing

2023-05-11 · Nischal Ashok Kumar, Wanyong Feng, Jaewook Lee, Hunter McNichols 외

In this paper, we take a preliminary step towards solving the problem of causal discovery in knowledge tracing, i.e., finding the underlying causal relationship among different skills from real-world student response dat…

Causal DiscoveryKnowledge Tracing

Personalized Forgetting Mechanism with Concept-Driven Knowledge Tracing

2024-04-18 · Shanshan Wang, Ying Hu, Xun Yang, Zhongzhou Zhang 외

Knowledge Tracing (KT) aims to trace changes in students' knowledge states throughout their entire learning process by analyzing their historical learning data and predicting their future learning performance. Existing f…

Knowledge Tracing

CausalRAG: Integrating Causal Graphs into Retrieval-Augmented Generation

2025-03-25 · Nengbo Wang, Xiaotian Han, Jagdip Singh, Jing Ma 외

Large language models (LLMs) have revolutionized natural language processing (NLP), particularly through Retrieval-Augmented Generation (RAG), which enhances LLM capabilities by integrating external knowledge. However, t…

ChunkingRAGRetrievalRetrieval-augmented Generation+2

TC-GAT: Graph Attention Network for Temporal Causality Discovery

2023-04-21 · Xiaosong Yuan, Ke Chen, Wanli Zuo, Yijia Zhang

The present study explores the intricacies of causal relationship extraction, a vital component in the pursuit of causality knowledge. Causality is frequently intertwined with temporal elements, as the progression from c…

Graph Attention

Disentangled Knowledge Tracing for Alleviating Cognitive Bias

2025-03-04 · Yiyun Zhou, Zheqi Lv, Shengyu Zhang, Jingyuan Chen

In the realm of Intelligent Tutoring System (ITS), the accurate assessment of students' knowledge states through Knowledge Tracing (KT) is crucial for personalized learning. However, due to data bias, $\textit{i.e.}$, th…

Knowledge Tracing