|
<html><head> |
|
<style> |
|
body { font-family: Arial, sans-serif; margin: 20px; } |
|
h1 { text-align: center; } |
|
.cot-title { color: blue; } |
|
.pos-title { color: green; } |
|
h2 { color: black; text-align: left; } |
|
h3 { color: black; text-align: left; } |
|
h4 { color: darkslategray; } |
|
table { width: 100%; border-collapse: collapse; margin: 20px 0; } |
|
table, th, td { border: 1px solid #ddd; padding: 8px; } |
|
th { background-color: #f2f2f2; } |
|
tr:nth-child(even) { background-color: #f9f9f9; } |
|
.highlight { background-color: #ffffcc; } |
|
.true { color: green; } |
|
.false { color: red; } |
|
.highlighted-cell { background-color: yellow; cursor: pointer; } |
|
.step-title { background-color: #f1f1f1; color: #444; padding: 10px; margin: 10px 0; font-size: 18px; border-left: 4px solid #888; } |
|
.step { display: block; } |
|
</style> |
|
</head><body> |
|
<h1 class="pos-title">Plan-of-SQLs (Ours)</h1> |
|
<hr> |
|
<h3><span>Statement:</span> iran has an mideast rank of one and a asia rank of 6</h3> |
|
<h3>Ground-truth:</span> TRUE</h3> |
|
<h3>Input Table: list of asian and pacific countries by gdp (ppp)</h3> |
|
<div class="step"> |
|
<div class="step"> |
|
<div class="step-title">Step 1: Select rows where 'country' is 'iran'.</div> |
|
<div id="step-1" class="content"> |
|
<table> |
|
<tr> |
|
<td>rank_mideast</td> |
|
<td>rank_asia</td> |
|
<td>rank_world</td> |
|
<td>country</td> |
|
<td>c_2011_gdp__ppp__billions_of_usd</td> |
|
</tr> |
|
<tr> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">17</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">iran</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">930.236</span></td> |
|
</tr> |
|
<tr> |
|
<td>2</td> |
|
<td>9</td> |
|
<td>23</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">saudi arabia</span></td> |
|
<td>677.663</td> |
|
</tr> |
|
<tr> |
|
<td>3</td> |
|
<td>18</td> |
|
<td>48</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">united arab emirates</span></td> |
|
<td>261.189</td> |
|
</tr> |
|
<tr> |
|
<td>4</td> |
|
<td>19</td> |
|
<td>50</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">israel</span></td> |
|
<td>235.446</td> |
|
</tr> |
|
<tr> |
|
<td>5</td> |
|
<td>21</td> |
|
<td>55</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">qatar</span></td> |
|
<td>181.912</td> |
|
</tr> |
|
<tr> |
|
<td>6</td> |
|
<td>22</td> |
|
<td>58</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">kuwait</span></td> |
|
<td>150.002</td> |
|
</tr> |
|
<tr> |
|
<td>7</td> |
|
<td>23</td> |
|
<td>60</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">iraq</span></td> |
|
<td>127.348</td> |
|
</tr> |
|
<tr> |
|
<td>8</td> |
|
<td>26</td> |
|
<td>66</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">syria</span></td> |
|
<td>107.803</td> |
|
</tr> |
|
<tr> |
|
<td>9</td> |
|
<td>29</td> |
|
<td>76</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">oman</span></td> |
|
<td>81.005</td> |
|
</tr> |
|
<tr> |
|
<td>10</td> |
|
<td>30</td> |
|
<td>83</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">yemen</span></td> |
|
<td>63.344</td> |
|
</tr> |
|
<tr> |
|
<td>11</td> |
|
<td>31</td> |
|
<td>84</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">lebanon</span></td> |
|
<td>61.738</td> |
|
</tr> |
|
<tr> |
|
<td>12</td> |
|
<td>35</td> |
|
<td>97</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">jordan</span></td> |
|
<td>36.897</td> |
|
</tr> |
|
<tr> |
|
<td>13</td> |
|
<td>37</td> |
|
<td>104</td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">bahrain</span></td> |
|
<td>30.889</td> |
|
</tr> |
|
</table> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Step 2: Select rows where 'rank_mideast' is 1.</div> |
|
<div id="step-0" class="content"> |
|
<table> |
|
<tr> |
|
<td>rank_mideast</td> |
|
<td>rank_asia</td> |
|
<td>rank_world</td> |
|
<td>country</td> |
|
<td>c_2011_gdp__ppp__billions_of_usd</td> |
|
</tr> |
|
<tr> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">6</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">17</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">iran</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">930.236</span></td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Step 3: Select rows where 'rank_asia' is 6.</div> |
|
<div id="step-1" class="content"> |
|
<table> |
|
<tr> |
|
<td>rank_mideast</td> |
|
<td>rank_asia</td> |
|
<td>rank_world</td> |
|
<td>country</td> |
|
<td>c_2011_gdp__ppp__billions_of_usd</td> |
|
</tr> |
|
<tr> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">6</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">17</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">iran</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">930.236</span></td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Step 4: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.</div> |
|
<div id="step-2" class="content"> |
|
<table> |
|
<tr> |
|
<td>rank_mideast</td> |
|
<td>rank_asia</td> |
|
<td>rank_world</td> |
|
<td>country</td> |
|
<td>c_2011_gdp__ppp__billions_of_usd</td> |
|
</tr> |
|
<tr> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">1</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">6</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">17</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">iran</span></td> |
|
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">930.236</span></td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"> |
|
<div class="step-title">Final output table:</div> |
|
<div id="step-3" class="content"> |
|
<table> |
|
<tr> |
|
<td>verification_result</td> |
|
</tr> |
|
<tr> |
|
<td>TRUE</td> |
|
</tr> |
|
</table> |
|
</div> |
|
</div> |
|
<hr> |
|
<div class="step"><h3><span class="true">Prediction: TRUE </span></h3> |
|
<h3>Ground-truth:</span> TRUE</h3></div> |
|
</body></html> |
|
|