Skip to content

nghuyong/MTL-SLAM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MTL-SLAM

Code for paper: Multi-task Learning for Low-resource Second Language Acquisition Modeling

More information about Second Language Acquisition Modeling(SLAM) can be found here.

Quick Reproduce

  1. Download the processed dataset from here and move to ./data/processed.

  2. Install dependencies

pip install -r requirements.txt
  1. Train model
# multi-task model
python -m models.multitask.run
# single-task model
python -m models.singletask.run
  1. Test model
# multi-task model
python -m models.multitask.run --train_or_test=test
# single-task model
python -m models.singletask.run --train_or_test=test

About

Code for paper: Multi-task Learning for Low-resource Second Language Acquisition Modeling

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages