Skip to content

Latest commit

 

History

History
26 lines (12 loc) · 469 Bytes

README.md

File metadata and controls

26 lines (12 loc) · 469 Bytes

Looking for Equivalences

Procedure

  1. search hyperparams for xgb in the snli dataset

python search_xgb.py 455 10 800 16

  1. transform train, dev and test datasets snli

python3 syn_creation.py snli 16

  1. run test for xgb

python wordnet_syn_test_xgb.py 0.0 455 342 3456 123 8

  1. search hyperparams for bert in the snli dataset

python search_bert_base.py 2344 2 8

  1. run test for bert

python wordnet_syn_test_bert_base.py 0.0 2344 38 14 1223 8