- search hyperparams for xgb in the snli dataset
python search_xgb.py 455 10 800 16
- transform train, dev and test datasets snli
python3 syn_creation.py snli 16
- run test for xgb
python wordnet_syn_test_xgb.py 0.0 455 342 3456 123 8
- search hyperparams for bert in the snli dataset
python search_bert_base.py 2344 2 8
- run test for bert
python wordnet_syn_test_bert_base.py 0.0 2344 38 14 1223 8