You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code and Models for paper "AutoSeM: Automatic Task Selection and Mixing in Multi-Task Learning. Han Guo, Ramakanth Pasunuru, and Mohit Bansal. NAACL 2019"
AutoSeM: Automatic Task Selection and Mixing in Multi-Task Learning
Han Guo, Ramakanth Pasunuru, and Mohit Bansal. NAACL 2019 pdf
Dependencies
The project originally runs in Tensorflow 1.8, but should be compatible for future versions (except TF 2.0).
Python 3.5
See requirements.txt
Setup
Download the data from GLUE, and follow the pre-processing from authors. A copy of the download script is provided in this repo.
python download_glue_data.py --data_dir glue_data --tasks all
To compute the ELMo representations, use either TF-Hub or AllenNLP.
Pre-trained Models: append the ckpt_file argument to the command line arguments.
Citation
@inproceedings{guo2019autosem,
title={AutoSeM: Automatic Task Selection and Mixing in Multi-Task Learning},
author={Han Guo and Ramakanth Pasunuru and Mohit Bansal},
booktitle={Proc. of NAACL},
year={2019}
}
About
Code and Models for paper "AutoSeM: Automatic Task Selection and Mixing in Multi-Task Learning. Han Guo, Ramakanth Pasunuru, and Mohit Bansal. NAACL 2019"