Requirements:
- Python >= 3.5
- PyTorch >= 1.3.0
- sklearn
- transformers
Process:
-
Run
python init.py
to download datasets. Dataset introduction is atdataset/readme.md
. -
Run
bash experiments.sh
to do experiments. -
Run
python stat.py
to get the experiment results. -
Run
bash postprocess.sh
to get the ensemble predictions.
Experiments run on gpu by default.