layer_augmentation icon indicating copy to clipboard operation
layer_augmentation copied to clipboard

Implementation of the NLI model in our ACL 2019 paper: Augmenting Neural Networks with First-order Logic.

Results 4 layer_augmentation issues
Sort by recently updated
recently updated
newest added

hello @t-li when I run conceptnet.ipynb file with my own dataset. I got this error. can you please help if possible. thanks in advance. processing ['Sanchi', 'gets', 'its', 'name', 'from',...

Based on your paper, Z1 and Z2 should be connected with disjuntion for this NLI task. However, in n3.py file, it seems that your implement is about conjunction. i don't...

I got this error in your GitHub code please help thanks in advance Traceback (most recent call last): File "train.py", line 305, in sys.exit(main(sys.argv[1:])) File "train.py", line 300, in main...

[ERROR 01] File "./classifier\local_classifier.py", line 10, in from backward_hooks import * ModuleNotFoundError: No module named 'backward_hooks' I just comment this line,then the second error occured [ERROR 02] File "C:\Users\Wang\Desktop\8_12\layer_augmentation-master\data.py", line...