paper-with-me

Papers

DyGKT: Dynamic Graph Learning for Knowledge Tracing

2024-07-30 · Ke Cheng, Linzhi Peng, Pengyang Wang, Junchen Ye, Leilei Sun, Bowen Du

Knowledge Tracing aims to assess student learning states by predicting their performance in answering questions. Different from the existing research which utilizes fixed-length learning sequence to obtain the student states and regards KT as a static problem, this work is motivated by three dynamical characteristics: 1) The scales of students answering records are constantly growing; 2) The semantics of time intervals between the records vary; 3) The relationships between students, questions and concepts are evolving. The three dynamical characteristics above contain the great potential to revolutionize the existing knowledge tracing methods. Along this line, we propose a Dynamic Graph-based Knowledge Tracing model, namely DyGKT. In particular, a continuous-time dynamic question-answering graph for knowledge tracing is constructed to deal with the infinitely growing answering behaviors, and it is worth mentioning that it is the first time dynamic graph learning technology is used in this field. Then, a dual time encoder is proposed to capture long-term and short-term semantics among the different time intervals. Finally, a multiset indicator is utilized to model the evolving relationships between students, questions, and concepts via the graph structural feature. Numerous experiments are conducted on five real-world datasets, and the results demonstrate the superiority of our model. All the used resources are publicly available at https://github.com/PengLinzhi/DyGKT.

📄 PDF Abstract BibTeX arXiv:2407.20824

Code (1)

penglinzhi/dygkt 공식 구현 pytorch

Tasks

Graph LearningKnowledge TracingQuestion Answering

Similar Papers 제목 키워드 기반

Deep Graph Memory Networks for Forgetting-Robust Knowledge Tracing

2021-08-18 · Ghodai Abdelrahman, Qing Wang

Tracing a student's knowledge is vital for tailoring the learning experience. Recent knowledge tracing methods tend to respond to these challenges by modelling knowledge state dynamics across learning concepts. However, …

Knowledge Tracing

Temporal Graph Memory Networks For Knowledge Tracing

2024-09-23 · Seif Gad, Sherif Abdelfattah, Ghodai Abdelrahman

Tracing a student's knowledge growth given the past exercise answering is a vital objective in automatic tutoring systems to customize the learning experience. Yet, achieving this objective is a non-trivial task as it in…

Knowledge Tracing

Leveraging Pedagogical Theories to Understand Student Learning Process with Graph-based Reasonable Knowledge Tracing

2024-06-07 · Jiajun Cui, Hong Qian, Bo Jiang, Wei zhang

Knowledge tracing (KT) is a crucial task in intelligent education, focusing on predicting students' performance on given questions to trace their evolving knowledge. The advancement of deep learning in this field has led…

Knowledge Tracing

Graph-based Knowledge Tracing: Modeling Student Proficiency Using Graph Neural Network

2019-10-14 · ACM 2019 10 · Hiromi Nakagawa, Yusuke Iwasawa, Yutaka Matsuo

Recent advancements in computer-assisted learning systems have caused an increase in the research of knowledge tracing, wherein student performance on coursework exercises is predicted over time. From the viewpoint of da…

Graph Neural NetworkInductive BiasKnowledge TracingTime Series+1

DGEKT: A Dual Graph Ensemble Learning Method for Knowledge Tracing

2022-11-23 · Chaoran Cui, Yumo Yao, Chunyun Zhang, Hebo Ma 외

Knowledge tracing aims to trace students' evolving knowledge states by predicting their future performance on concept-related exercises. Recently, some graph-based models have been developed to incorporate the relationsh…

Ensemble LearningKnowledge DistillationKnowledge Tracing