xiaer1

Results 5 comments of xiaer1

It's hard to say. Vary from your problem.

Hi,Tao. In the follow interaction(train.json): NLQ:"How about the problems on which closure is authorized by him?" SQL: ```SQL SELECT FROM staff AS T1 JOIN problems AS T2 ON T1.staff_id =...

**Confused about order_by** The example In the dev.json: NLQ: ['Which', 'breed', 'codes', 'are', 'the', 'most', 'popular', 'two', '?'] SQL: ```SQL SELECT breed_code, count(*) FROM Dogs GROUP BY breed_code limit 2...

In the dev.json: ```SQL "utterance": "Order the dog ages in descending order.", "query": "SELECT age FROM Dogs ORDER BY age", "sql": { "orderBy": [ "asc", [ [ 0, [ 0,...

In the **train.json**, there are four empty interactions,as following: ```json { "database_id": "college_3", "interaction": [], "final": { "query": "SELECT CName FROM COURSE WHERE Credits = 1", "utterance": "What are the...