📄 Research Article
HiLLM-CD: LLM-Enhanced Hierarchical Cognitive Diagnosis
Synthesis: Xie, Yang, Zhang, Li, Wang, Yang & Gao (2026) propose HiLLM-CD, a tree-structured framework for cognitive diagnosis that represents student proficiency as node-wise values on a concept tree, enabling coarse-to-fine diagnosis. A multi-agent LLM pipeline eliminates the need for expert annotations by automatically generating concept trees and exercise-concept links from educational text. Evaluated on MOOCCubeX across four subjects, HiLLM-CD improves response prediction by 11.1% AUC and proficiency reliability by 0.597 Kendall's τ under fully unannotated settings.
Key Contributions
1. Hierarchical proficiency modeling: Represents each student's knowledge as node-wise proficiencies on a concept tree, with a tree-structured encoder-decoder where the encoder infers proficiencies from response history and the decoder predicts responses via a GCN-based cognitive decoder. This enables intuitive coarse-to-fine diagnosis — first assessing broad competence, then drilling into specific concept weaknesses.
2. Automated concept tree construction: A multi-agent LLM pipeline (Concept Elaborator, Concept Tagger, Coarse Concept Generator) automatically builds concept trees and exercise-concept links from educational text, eliminating costly expert annotation. This makes the entire diagnosis pipeline fully automated.
3. LLM-guided proficiency learning: An LLM teacher provides order-based distillation — supervising pairwise proficiency ordering rather than absolute values — yielding more reliable and semantically coherent proficiency estimates than reconstruction-only training.
Approach
HiLLM-CD departs from traditional Cognitive Diagnosis methods that treat concepts as independent skills. Instead, it models proficiency on a concept tree where leaves represent atomic concepts and internal nodes summarize coarser concept groups. This aligns with how educators naturally think about student competence — starting broad and narrowing to specific weaknesses.
The framework runs in three stages:
Results
On MOOCCubeX across Computer Science, Mathematics, Physics, and Biology:
Implications for AI in Education
HiLLM-CD advances Knowledge Tracing and Student Modeling by making cognitive diagnosis fully automated and hierarchically interpretable. The concept tree approach connects to Adaptive Learning systems that need structured student models for personalized content sequencing. By eliminating expert annotation requirements, it enables scalable deployment of Cognitive Diagnosis to new domains. The LLM teacher approach for proficiency supervision suggests a broader pattern where LLMs guide learning of interpretable student representations, relevant to Personalized Learning and Intelligent Tutoring.
Connected Concepts
Connected Articles
Citation
Xie, Y., Yang, W., Zhang, B., Li, Z., Wang, L., Yang, M., & Gao, Y. (2026). HiLLM-CD: LLM-Enhanced Hierarchical Cognitive Diagnosis. In Proceedings of the 32nd ACM SIGKDD Conference on Knowledge Discovery and Data Mining (KDD '26). ACM. doi:10.1145/3770855.3817769.