Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Kummerfeld committed Jun 27, 2018
1 parent f7c9027 commit faf10df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions semantic_parsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Example:

| Question | SQL query |
| ------------- | --- |
| Can undergrads take 550 ? | SELECT DISTINCT COURSEalias0.ADVISORY_REQUIREMENT , COURSEalias0.ENFORCED_REQUIREMENT , COURSEalias0.NAME FROM COURSE AS COURSEalias0 WHERE COURSEalias0.DEPARTMENT = \"department0\" AND COURSEalias0.NUMBER = 550 ; |
| Can undergrads take 550 ? | `SELECT DISTINCT COURSEalias0.ADVISORY_REQUIREMENT , COURSEalias0.ENFORCED_REQUIREMENT , COURSEalias0.NAME FROM COURSE AS COURSEalias0 WHERE COURSEalias0.DEPARTMENT = \"department0\" AND COURSEalias0.NUMBER = 550 ;` |

| Model | Split | Acc ex | Paper / Source |
| --------------- | ----- | :-----:| --------------- |
Expand Down Expand Up @@ -159,7 +159,7 @@ Example:

| Question | SQL query |
| ------------- | --- |
| return me the homepage of PVLDB | SELECT JOURNALalias0.HOMEPAGE FROM JOURNAL AS JOURNALalias0 WHERE JOURNALalias0.NAME = "PVLDB" ; |
| return me the homepage of PVLDB | `SELECT JOURNALalias0.HOMEPAGE FROM JOURNAL AS JOURNALalias0 WHERE JOURNALalias0.NAME = "PVLDB" ;` |

| Model | Split | Acc ex | Paper / Source |
| --------------- | ----- | :-----:| --------------- |
Expand Down

0 comments on commit faf10df

Please sign in to comment.