luulinh90s's picture
add materials
fa53be0
raw
history blame
14.2 kB
<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> learco guerra was the race leader for the first race of the 1933 giro d'italia , and] became race leader again for the rest of the circuit</h3>
<h3>Ground-truth:</span> FALSE</h3>
<h3>Input Table: 1933 giro d'italia</h3>
<div class="step">
<div class="step">
<div class="step-title">Step 1: Select rows where 'race_leader' is 'learco guerra ( ita )' for the first race of the 1933 giro d'italia.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>date</td>
<td>course</td>
<td>distance</td>
<td>winner</td>
<td>race_leader</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9999-05-06</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">milan to turin</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">-</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">learco guerra ( ita )</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">learco guerra ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-07</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">turin to genoa</span></td>
<td>-</td>
<td>alfredo binda ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-08</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">genoa to pisa</span></td>
<td>-</td>
<td>learco guerra ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-09</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
<td>rest day</td>
<td>rest day</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-10</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">pisa to florence</span></td>
<td>-</td>
<td>giuseppe olmo ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-11</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">florence to grosseto</span></td>
<td>-</td>
<td>learco guerra ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">jef demuysere ( bel )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-12</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">grosseto to rome</span></td>
<td>-</td>
<td>mario cipriani ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">jef demuysere ( bel )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-13</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
<td>rest day</td>
<td>rest day</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-14</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rome to naples</span></td>
<td>-</td>
<td>gerard loncke ( bel )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">jef demuysere ( bel )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-15</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">naples to foggia</span></td>
<td>-</td>
<td>alfredo binda ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-16</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
<td>rest day</td>
<td>rest day</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-17</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">foggia to chieti</span></td>
<td>-</td>
<td>alfredo binda ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-18</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">chieti to ascoli piceno</span></td>
<td>-</td>
<td>alfredo binda ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-19</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
<td>rest day</td>
<td>rest day</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-20</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ascoli piceno to riccione</span></td>
<td>-</td>
<td>fernand cornez ( fra )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-21</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">riccione to bologna</span></td>
<td>-</td>
<td>giuseppe olmo ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-22</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">bologna to ferrara</span></td>
<td>-</td>
<td>alfredo binda ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-23</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
<td>rest day</td>
<td>rest day</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-24</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">ferrara to udine</span></td>
<td>-</td>
<td>ettore meini ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-25</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">udine to bassano del grappa</span></td>
<td>-</td>
<td>ettore meini ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-26</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">bassano del grappa to bolzano</span></td>
<td>-</td>
<td>gerard loncke ( bel )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-27</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
<td>rest day</td>
<td>rest day</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">rest day</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-28</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">bolzano to milan</span></td>
<td>-</td>
<td>alfredo binda ( ita )</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">alfredo binda ( ita )</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">2023-09-20</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">-</span></td>
<td>km (mi)</td>
<td>-</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">km (mi)</span></td>
</tr>
</table>
</div>
<hr>
<div class="step">
<div class="step-title">Step 2: Select rows where 'race_leader' is 'learco guerra ( ita )' for the rest of the circuit.</div>
<div id="step-0" class="content">
<table>
<tr>
<td>date</td>
<td>course</td>
<td>distance</td>
<td>winner</td>
<td>race_leader</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-05-06</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">milan to turin</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">-</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">learco guerra ( ita )</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">learco guerra ( ita )</span></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step">
<div class="step-title">Step 3: Use a `CASE` statement to return TRUE if the number of rows is equal to 1 for both steps, otherwise return FALSE.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>date</td>
<td>course</td>
<td>distance</td>
<td>winner</td>
<td>race_leader</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9999-05-06</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">milan to turin</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">-</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">learco guerra ( ita )</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">learco guerra ( ita )</span></td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step">
<div class="step-title">Final output table:</div>
<div id="step-2" class="content">
<table>
<tr>
<td>verification_result</td>
</tr>
<tr>
<td>TRUE</td>
</tr>
</table>
</div>
</div>
<hr>
<div class="step"><h3><span class="false">Prediction: TRUE </span></h3>
<h3>Ground-truth:</span> FALSE</h3></div>
</body></html>