Code Monkey home page Code Monkey logo

large-scale-knowledge-tracing's Introduction

Assessing the Knowledge State of Online Students

This project provides an efficient analysis framework for the study of knowledge tracing algorithms using various large-scale datasets. It converts the different datasets into a standardized format and provides implementations of various logistic regression and deep learning algorithms. Parts of this codebase were adapted from an earlier repository by Theophile Gervet. We offer convenient parallel processing capabilities for data preparation and feature extraction. Experiments can be started using the files provided in the scripts folder. This repository is published alongside the paper Assessing the Knowledge State of Online Students - New Data, New Approaches, Improved Accuracy (Link).

Algorithms

The following algorithms are implemented:

Datasets

The following datasets are supported:

While this framework can also handle the Junyi20 dataset we want to note that the Junyi20 dataset rounds timestamps to the closest 15 minutes. This prevents an exact reconstruction of the student interaction sequences. Because most of the implemented algorithms are sensitive to the order of student responses the Junyi20 data should be handled with care. The Eedi dataset rounds timestamp information to the closest minute, but upon request the dataset authors provided us with a file allowing for an exact sequence reconstruction.

Setup

The easiest way to use this project is to start with a new Conda environment. After that one can install all packages using the provided requirement file. There are two version of the requirement file one for GPU and one for CPU machines.

conda create python==3.7 -n vedu
conda activate vedu

# use one of the requirement files
pip install -r ./config/requirements_cpu.txt
pip install -r ./config/requirements_gpu.txt

Before starting the experiments download the desired datasets using the links above and put the files into the respecitive directories in the data folder. Unzip the compressed data files.

Important preparation scripts

  • data_preparation: Converts the raw data into a standardized format
  • feature_preparation: Extracts various features from the standardized data

The folder scripts/experiments contains convenient preparation scripts for each dataset to deal with data and feature preparation. Due to the large size of the datasets one might not want to compute all features at the same time. Most script contain a parameter that specifies the number of available threads. Adapt this parameter to match your own system.

Training

Logistic Regression

After data and feature preparation the script train_lr can be used to train exisiting logistic regression models and to experiment with combinations of various features to create new models. After training, the resulting model and its performance are stored in the artifacts folder.

Time-specialiced Logistic Regression

The script time_specialized can be used to train multiple specialiced models for different parts of the student interaction sequence. This is a useful technique for mitigating the cold-start problem for new students. The script also allows to evaluate the performance of a "generalist" logistic regression model previously trained using the train_lr script during different parts of the learning process.

Specialiced Logistic Regression for Different Partitions

The script train_multi_lr.sh can be used to train multiple specialized for different partitions of the datasets. The individual partitions are induced using the provided feature. The script will first train a separate model for each partition, then combine the predictions made by the individual models and then report overall performance.

Deep Learning Models

The scripts/deep folder contains scripts to train various deep learning models. The implementation of the deep learning models assumes an existing PyTorch installation. The deep learning models can be trained directly from the preprocessed data without requiring the additional feature preparation step. The output of the deep learning experiments is stored in the results folder.

Plotting and Analysis

The scripts and the notebooks folder both contain code to analyse the output of the trained models. The script analyse_feature_evaluation can be used to evaluate the output of the feature evaluation experiments (script in the experiments folder). The notebooks folder contains code to evaluate the performance time-specialized logistic regression models as well as the performance of combinations of multiple models.

Citation

If you use this library please cite our paper: https://arxiv.org/abs/2109.01753

large-scale-knowledge-tracing's People

Contributors

mdgbayly avatar rschmucker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.