Skip to content
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

Question about EXACT MATCH ACC #9

Open
xyzCS opened this issue Dec 7, 2021 · 2 comments
Open

Question about EXACT MATCH ACC #9

xyzCS opened this issue Dec 7, 2021 · 2 comments

Comments

@xyzCS
Copy link

xyzCS commented Dec 7, 2021

Hello, your work has made amazing progress on the spider data set, LGESQL + ELECTRA achieves 75.1 on the dev set, my question is whether this result is beam acc or sql acc?

@rhythmcao
Copy link
Collaborator

It is sql acc (exact set match accuracy without values, but we use a small widely-used trick which returns the first prediction in the beam without execution error). Not Beam Acc (as long as one prediction in the beam is correct compared to the ground truth, we consider it correct). Acctually, the beam acc can be larger than 80% w.r.t exact set match without values.

@xyzCS
Copy link
Author

xyzCS commented Dec 7, 2021

Thank you very much😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants