paper-with-me

Papers

Quiz-based Knowledge Tracing

2023-04-05 · Shuanghong Shen, Enhong Chen, Bihan Xu, Qi Liu, Zhenya Huang, Linbo Zhu, Yu Su

Knowledge tracing (KT) aims to assess individuals' evolving knowledge states according to their learning interactions with different exercises in online learning systems (OIS), which is critical in supporting decision-making for subsequent intelligent services, such as personalized learning source recommendation. Existing researchers have broadly studied KT and developed many effective methods. However, most of them assume that students' historical interactions are uniformly distributed in a continuous sequence, ignoring the fact that actual interaction sequences are organized based on a series of quizzes with clear boundaries, where interactions within a quiz are consecutively completed, but interactions across different quizzes are discrete and may be spaced over days. In this paper, we present the Quiz-based Knowledge Tracing (QKT) model to monitor students' knowledge states according to their quiz-based learning interactions. Specifically, as students' interactions within a quiz are continuous and have the same or similar knowledge concepts, we design the adjacent gate followed by a global average pooling layer to capture the intra-quiz short-term knowledge influence. Then, as various quizzes tend to focus on different knowledge concepts, we respectively measure the inter-quiz knowledge substitution by the gated recurrent unit and the inter-quiz knowledge complementarity by the self-attentive encoder with a novel recency-aware attention mechanism. Finally, we integrate the inter-quiz long-term knowledge substitution and complementarity across different quizzes to output students' evolving knowledge states. Extensive experimental results on three public real-world datasets demonstrate that QKT achieves state-of-the-art performance compared to existing methods. Further analyses confirm that QKT is promising in designing more effective quizzes.

📄 PDF Abstract BibTeX arXiv:2304.02413

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingKnowledge Tracing

Methods 이 논문이 사용한 방법론

Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Average Pooling 설명 없음

Similar Papers 제목 키워드 기반

Knowledge Tracing Challenge: Optimal Activity Sequencing for Students

2023-11-13 · Yann Hicke

Knowledge tracing is a method used in education to assess and track the acquisition of knowledge by individual learners. It involves using a variety of techniques, such as quizzes, tests, and other forms of assessment, t…

Knowledge Tracing

CleverBirds: A Multiple-Choice Benchmark for Fine-grained Human Knowledge Tracing

2025-11-11 · Leonie Bossemeyer, Samuel Heinrich, Grant Van Horn, Oisin Mac Aodha arxiv

Mastering fine-grained visual recognition, essential in many expert domains, can require that specialists undergo years of dedicated training. Modeling the progression of such expertize in humans remains challenging, and…

Fine-Grained Visual RecognitionKnowledge Tracing

Transition-Aware Multi-Activity Knowledge Tracing

2023-01-26 · Siqian Zhao, Chunpai Wang, Shaghayegh Sahebi

Accurate modeling of student knowledge is essential for large-scale online learning systems that are increasingly used for student training. Knowledge tracing aims to model student knowledge state given the student's seq…

Knowledge TracingTransfer Learning

TutorLLM: Customizing Learning Recommendations with Knowledge Tracing and Retrieval-Augmented Generation

2025-01-20 · Zhaoxing Li, Vahid Yazdanpanah, Jindi Wang, Wen Gu 외

The integration of AI in education offers significant potential to enhance learning efficiency. Large Language Models (LLMs), such as ChatGPT, Gemini, and Llama, allow students to query a wide range of topics, providing …

Knowledge TracingRAGRetrievalRetrieval-augmented Generation

Quizz: Targeted crowdsourcing with a billion (potential) users

2015-06-02 · Panagiotis G. Ipeirotis, Evgeniy Gabrilovich

We describe Quizz, a gamified crowdsourcing system that simultaneously assesses the knowledge of users and acquires new knowledge from them. Quizz operates by asking users to complete short quizzes on specific topics; as…