Skip to content

Source codes and datasets for paper "Leveraging Transferable Knowledge Concept Graph Embedding for Cold-Start Cognitive Diagnosis" (SIGIR'2023)

Notifications You must be signed in to change notification settings

bigdata-ustc/TechCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TechCD: Leveraging Transferable Knowledge Concept Graph Embedding for Cold-Start Cognitive Diagnosis

This repository contains the implementation for the paper titled Leveraging Transferable Knowledge Concept Graph Embedding for Cold-Start Cognitive Diagnosis, which was published at SIGIR'2023. [Paper][Presentation Video]

Authors: Weibo Gao, Hao Wang, Qi Liu et al.

Email: weibogao@mail.ustc.edu.cn

Tips: The code and documentation will be completed by April.

Environment Settings

Install the Python dependencies:

pip install -r requirements.txt

Install the CUDA version of DGL:

  • Download the DGL-Cuda package from here.
  • Install the DGL-Cuda package (e.g., dgl-1.1.2+cu118-cp311-cp311-win_amd64.whl) using pip install dgl-1.1.2+cu118-cp311-cp311-win_amd64.whl.

Codes & Datasets (Junyi & ASSIST)

To train TechCD:

python train.py

Related Works

  • RCD: Relation Map Driven Cognitive Diagnosis for Intelligent Education Systems (SIGIR'2021). [Paper][Code][Presentation Video]
  • Zero-1-to-3: Domain-level Zero-shot Cognitive Diagnosis via One Batch of Early-bird Students towards Three Diagnostic Objectives (AAAI'2024). [Paper][Code]

BibTex

Please cite this paper if you use our codes. Thanks!

@inproceedings{gao2023leveraging,
  title={Leveraging transferable knowledge concept graph embedding for cold-start cognitive diagnosis},
  author={Gao, Weibo and Wang, Hao and Liu, Qi and Wang, Fei and Lin, Xin and Yue, Linan and Zhang, Zheng and Lv, Rui and Wang, Shijin},
  booktitle={Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval},
  pages={983--992},
  year={2023}
}

Update Logs


  • March 16, 2024: Updated codes
  • March 14, 2024: Added codes and data examples
  • August 29, 2023: Created this project

About

Source codes and datasets for paper "Leveraging Transferable Knowledge Concept Graph Embedding for Cold-Start Cognitive Diagnosis" (SIGIR'2023)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages