utahnlp / layer_augmentation

Implementation of the NLI model in our ACL 2019 paper: Augmenting Neural Networks with First-order Logic.
Apache License 2.0
42 stars 6 forks source link

dataset #2

Closed rndn123 closed 4 years ago

rndn123 commented 4 years ago

when I unzipped conceptnet.py. I got json file. In the snli_extract.py file want .txt file for preprocessing . can you tell me please, where will I get .text file

t-li commented 4 years ago

Hi, somehow I don't get notification from github. I only saw your post just now. Sorry about the late reply.

The snli_extract.py file is to take out sentences from the SNLI dataset files (e.g. snli_1.0_dev.txt). At the extraction step, it has nothing to do with the conceptnet files.