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

the value in SQL #2

Closed
Gyyz opened this issue Aug 10, 2021 · 2 comments
Closed

the value in SQL #2

Gyyz opened this issue Aug 10, 2021 · 2 comments

Comments

@Gyyz
Copy link

Gyyz commented Aug 10, 2021

Hi, thanks for the sharing code.

I am a little confused that the predicted results don't have a specified column value, is there any parameter that restricts the model?

For example, the generated SQL below:

SELECT students.cell_mobile_number FROM students WHERE students.first_name = "value" and students.last_name = "value"

What is the parameter if I want to get a specified column value rather than a terminal symbol?

Thanks.

@billy-inn
Copy link
Collaborator

This codebase doesn't support value prediction currently, as value is ignored in the Spider exact match evaluation.

@Gyyz
Copy link
Author

Gyyz commented Aug 11, 2021

Thanks for your reply.

@Gyyz Gyyz closed this as completed Aug 11, 2021
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