AIOct 19, 2024

A Dual-Fusion Cognitive Diagnosis Framework for Open Student Learning Environments

arXiv:2410.15054v15 citationsh-index: 6KDD
Originality Incremental advance
AI Analysis

This addresses the problem of limited adaptability in cognitive diagnosis for intelligent education, offering an incremental improvement over existing methods.

The paper tackles the challenge of cognitive diagnosis models (CDMs) in open student learning environments, where existing methods struggle with new students or exercises without retraining, by proposing a dual-fusion framework (DFCD) that integrates textual semantic features and response-relevant features; experiments on real-world datasets show DFCD achieves superior performance and strong adaptability.

Cognitive diagnosis model (CDM) is a fundamental and upstream component in intelligent education. It aims to infer students' mastery levels based on historical response logs. However, existing CDMs usually follow the ID-based embedding paradigm, which could often diminish the effectiveness of CDMs in open student learning environments. This is mainly because they can hardly directly infer new students' mastery levels or utilize new exercises or knowledge without retraining. Textual semantic information, due to its unified feature space and easy accessibility, can help alleviate this issue. Unfortunately, directly incorporating semantic information may not benefit CDMs, since it does not capture response-relevant features and thus discards the individual characteristics of each student. To this end, this paper proposes a dual-fusion cognitive diagnosis framework (DFCD) to address the challenge of aligning two different modalities, i.e., textual semantic features and response-relevant features. Specifically, in DFCD, we first propose the exercise-refiner and concept-refiner to make the exercises and knowledge concepts more coherent and reasonable via large language models. Then, DFCD encodes the refined features using text embedding models to obtain the semantic information. For response-related features, we propose a novel response matrix to fully incorporate the information within the response logs. Finally, DFCD designs a dual-fusion module to merge the two modal features. The ultimate representations possess the capability of inference in open student learning environments and can be also plugged in existing CDMs. Extensive experiments across real-world datasets show that DFCD achieves superior performance by integrating different modalities and strong adaptability in open student learning environments.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes