Skip to content

lukewanless/looking-for-equivalences

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

logical robustness

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 93.9%
  • Python 6.1%