salesforce / WikiSQL

A large annotated semantic parsing corpus for developing natural language interfaces.
BSD 3-Clause "New" or "Revised" License
1.6k stars 320 forks source link

What does 'OP' stand for in cond_ops #55

Open Tianchen627 opened 4 years ago

Tianchen627 commented 4 years ago

cond_ops = ['=', '>', '<', 'OP'] And I can't find any 'OP' in dataset as index 3 using regex [[0-9], 3,.*?]

ruizcrp commented 3 years ago

We were having the same question. It is nowhere defined. We also looked for it, and could not find any case. I guess it is reserved for a future more complex use/dataset?

amartinson193 commented 1 year ago

Glad I'm not alone wondering this, I also searched in VS code using CTRL + F and regex: "conds": [[[0-9], 3. Not to be found in any of the jsonl files

chenshentemple commented 3 months ago

Same question, if "OP" means other operators or generic operators, the logic form metric and sql execution will have concerns.