Skip to content

Forgetting-aware Linear Bias for Attentive Knowledge Tracing

Notifications You must be signed in to change notification settings

skewondr/FoLiBi

Repository files navigation

Forgetting-aware Linear Bias for Attentive Knowledge Tracing

[paper link] (https://arxiv.org/abs/2309.14796) image

### pip install accelerate einops yacs iopath

### execute baselines 
CUDA_VISIBLE_DEVICES=0 python main.py --seed 12405 --model_name sakt --data_name algebra05 --de_type none_0 --gpu_num 0 --server_num 0 --describe baselines

### execute rc 
CUDA_VISIBLE_DEVICES=0 python main.py --seed 12405 --model_name sakt --data_name algebra05 --de_type relative_0 --gpu_num 0 --server_num 0 --describe rc

### execute mono
CUDA_VISIBLE_DEVICES=0 python main.py --seed 12405 --model_name sakt --data_name algebra05 --de_type monotonic_0 --gpu_num 0 --server_num 0 --describe mono

### execute alibi
CUDA_VISIBLE_DEVICES=0 python main.py --seed 12405 --model_name sakt --data_name algebra05 --de_type alibi1_0 --gpu_num 0 --server_num 0 --describe alibi

About

Forgetting-aware Linear Bias for Attentive Knowledge Tracing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published