-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
questions about the evaluation script #5
Comments
Hi Bo, For this special case, the evaluation script doesn't take the table name into consideration. This happens only for As you know, the evaluation script can also provide the execution accuracy which could get this example right. Best, |
Hi Bo, As we pointed out here, The evaluation script doesn't consider the Best, |
Hi Tao, Thanks for the quick reply. Best, |
Hi Bo, We updated the evaluation script so that the first problem ( Best, |
Hi Tao,
I evaluated the first example in gold_example.txt and pred_example.txt.
I want to know why the exact match result comes out to be 1.
The examples are:
gold: SELECT count() FROM singer|concert_singer
pred: select count() from stadium
The command I used is:
python evaluation.py --gold ./evaluation_examples/gold_small.txt --pred ./evaluation_examples/pred_small.txt --etype match --db ./database/ --table tables.json
Would you please give an explanation about this?
Best,
Bo Zheng
The text was updated successfully, but these errors were encountered: