wenhuchen / LogicNLG

The data and code for ACL2020 paper "Logical Natural Language Generation from Open-Domain Tables"
MIT License
167 stars 22 forks source link

Error while running parse_programs script with gen_prog #12

Closed shankyemcee closed 3 years ago

shankyemcee commented 4 years ago

The command i ran:

python parse_programs.py --gen_prog

and the error:

Traceback (most recent call last): File "parse_programs.py", line 215, in with open('data/bootstrap.json') as f: FileNotFoundError: [Errno 2] No such file or directory: 'data/bootstrap.json'

I also dont see this bootstrap.json file anywhere in the data folder.

wenhuchen commented 3 years ago

Sorry for the late reply, somehow I missed your message. I added the bootstrap.json to the repo. This is from the original TabFact GitHub repo, a small-scale annotated program-text pairs.