Ciaranshu / relogic

Code for Findings of ACL 2021 paper: Logic-Consistency Text Generation from Semantic Parses
Apache License 2.0
25 stars 6 forks source link

Error when running BLEC evaluation #3

Open hyukkyukang opened 1 year ago

hyukkyukang commented 1 year ago

Hello,

Thanks for the interesting work :)

I am trying to run BLEC Evaluation as described in the README:

Spider: preprocess/sql_auto_evaluation/eval.py

However, the script requires ./data/sql_components.json file, which is not included in the repository. Can you please tell me how to run the BLEC evaluation for SQL queries?

I also looked at the separate repo for BLEC, however, it seems the SQL support is missing.