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

what is the removefrom #25

Open
AwdHanPeng opened this issue Nov 24, 2020 · 0 comments
Open

what is the removefrom #25

AwdHanPeng opened this issue Nov 24, 2020 · 0 comments

Comments

@AwdHanPeng
Copy link

AwdHanPeng commented Nov 24, 2020

Excuse me, I find that when model training, remove from corpus will be used.
but i am doubt that, whether it will loss corpus information and incur error?
For example, the first utterance of 35 interaction is:
"utterance": "how many dorms have a TV Lounge ?",
and the original sql is
"select count ( * ) from dorm as t1 join has_amenity as t2 on t1 . dormid = t2 . dormid join dorm_amenity as t3 on t2 . amenid = t3 . amenid where t3 . amenity_name = value"
after removefrom, it becomes:
"select count ( * ) where dorm_amenity.amenity_name = value"

it seems that the removefrom sequence miss much information and not equal to the original SQL sequence

so my question is whether original SQL and removefrom SQL are equivalent, (i mean, whether they can be converted one-to-one). And has anyone (paper/article) done this in the same way before?

@AwdHanPeng AwdHanPeng changed the title what is what is the removefrom Nov 24, 2020
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

1 participant