Search papers, labs, and topics across Lattice.
The paper introduces L-HAKT, a novel knowledge tracing framework that leverages LLMs to model hierarchical dependencies of knowledge points and student behavior. It addresses limitations in existing KT methods by using LLMs to parse question semantics and generate synthetic student learning data, which is then aligned with real data via contrastive learning in hyperbolic space. The method optimizes hyperbolic curvature to explicitly model the tree-like structure of knowledge, leading to improved characterization of learning curves.
By aligning LLM-generated student behaviors with real-world data in hyperbolic space, L-HAKT achieves state-of-the-art knowledge tracing, capturing nuanced hierarchical relationships between concepts.
Knowledge Tracing (KT) diagnoses students'concept mastery through continuous learning state monitoring in education.Existing methods primarily focus on studying behavioral sequences based on ID or textual information.While existing methods rely on ID-based sequences or shallow textual features, they often fail to capture (1) the hierarchical evolution of cognitive states and (2) individualized problem difficulty perception due to limited semantic modeling. Therefore, this paper proposes a Large Language Model Hyperbolic Aligned Knowledge Tracing(L-HAKT). First, the teacher agent deeply parses question semantics and explicitly constructs hierarchical dependencies of knowledge points; the student agent simulates learning behaviors to generate synthetic data. Then, contrastive learning is performed between synthetic and real data in hyperbolic space to reduce distribution differences in key features such as question difficulty and forgetting patterns. Finally, by optimizing hyperbolic curvature, we explicitly model the tree-like hierarchical structure of knowledge points, precisely characterizing differences in learning curve morphology for knowledge points at different levels. Extensive experiments on four real-world educational datasets validate the effectiveness of our Large Language Model Hyperbolic Aligned Knowledge Tracing (L-HAKT) framework.