paper-with-me

Papers

Disentangling Heterogeneous Knowledge Concept Embedding for Cognitive Diagnosis on Untested Knowledge

2024-05-25 · Miao Zhang, ZiMing Wang, Runtian Xing, Kui Xiao, Zhifei Li, Yan Zhang, Chang Tang

Cognitive diagnosis is a fundamental and critical task in learning assessment, which aims to infer students' proficiency on knowledge concepts from their response logs. Current works assume each knowledge concept will certainly be tested and covered by multiple exercises. However, whether online or offline courses, it's hardly feasible to completely cover all knowledge concepts in several exercises. Restricted tests lead to undiscovered knowledge deficits, especially untested knowledge concepts(UKCs). In this paper, we propose a novel framework for Cognitive Diagnosis called Disentangling Heterogeneous Knowledge Cognitive Diagnosis(DisKCD) on untested knowledge. Specifically, we leverage course grades, exercise questions, and learning resources to learn the potential representations of students, exercises, and knowledge concepts. In particular, knowledge concepts are disentangled into tested and untested based on the limiting actual exercises. We construct a heterogeneous relation graph network via students, exercises, tested knowledge concepts(TKCs), and UKCs. Then, through a hierarchical heterogeneous message-passing mechanism, the fine-grained relations are incorporated into the embeddings of the entities. Finally, the embeddings will be applied to multiple existing cognitive diagnosis models to infer students' proficiency on UKCs. Experimental results on real-world datasets show that the proposed model can effectively improve the performance of the task of diagnosing students' proficiency on UKCs. Our code is available at https://github.com/Hubuers/DisKCD.

📄 PDF Abstract BibTeX arXiv:2405.16003

Code (1)

hubuers/diskcd 공식 구현 pytorch

Tasks

cognitive diagnosis

Similar Papers 제목 키워드 기반

Disentangling Cognitive Diagnosis with Limited Exercise Labels

2023-09-21 · NeurIPS 2023 11

Cognitive diagnosis is an important task in intelligence education, which aims at measuring students’ proficiency in specific knowledge concepts. Given a fully labeled exercise-concept matrix, most existing models focuse…

Exploring Student Representation For Neural Cognitive Diagnosis

2021-11-17 · Hengyao Bao, Xihua Li, Xuemin Zhao, Yunbo Cao

Cognitive diagnosis, the goal of which is to obtain the proficiency level of students on specific knowledge concepts, is an fundamental task in smart educational systems. Previous works usually represent each student as …

cognitive diagnosis

Capture-Calibrate-Coach: A Graph-Based Framework for Knowledge Monitoring Estimation and Adaptive Feedback

2026-05-25 · Gen Li, Li Chen, Cheng Tang, Boxuan Ma 외 arxiv

Effective learning support requires understanding not only what learners know but also how accurately they perceive their own understanding. This metacognitive dimension, known as knowledge monitoring, fundamentally infl…

Graph Neural Network

CLLMRec: LLM-powered Cognitive-Aware Concept Recommendation via Semantic Alignment and Prerequisite Knowledge Distillation

2025-11-21 · Xiangrui Xiong, Yichuan Lu, Zifei Pan, Chang Sun arxiv

The growth of Massive Open Online Courses (MOOCs) presents significant challenges for personalized learning, where concept recommendation is crucial. Existing approaches typically rely on heterogeneous information networ…

Knowledge DistillationKnowledge TracingKnowledge Graphs

How the (Tensor-) Brain uses Embeddings and Embodiment to Encode Senses and Symbols

2024-09-19 · Volker Tresp, Hang Li

The Tensor Brain (TB) has been introduced as a computational model for perception and memory. This paper provides an overview of the TB model, incorporating recent developments and insights into its functionality. The TB…