luulinh90s's picture
add materials
fa53be0
raw
history blame
7.12 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> the toronto maple leafs is the only opponent with 63 points</h3>
<h3>Ground-truth:</span> TRUE</h3>
<h3>Input Table: none</h3>
<div class="step">
<div class="step">
<div class="step-title">Step 1: Select rows where 'points' is 63.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>game</td>
<td>march</td>
<td>opponent</td>
<td>score</td>
<td>record</td>
<td>points</td>
</tr>
<tr>
<td>63</td>
<td>9999-01-04</td>
<td>detroit red wings</td>
<td>2 - 2</td>
<td>24 - 28 - 11</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">59</span></td>
</tr>
<tr>
<td>64</td>
<td>9999-01-06</td>
<td>california golden seals</td>
<td>4 - 4</td>
<td>24 - 28 - 12</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">60</span></td>
</tr>
<tr>
<td>65</td>
<td>9999-01-07</td>
<td>minnesota north stars</td>
<td>1 - 3</td>
<td>24 - 29 - 12</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">60</span></td>
</tr>
<tr>
<td>66</td>
<td>9999-01-10</td>
<td>pittsburgh penguins</td>
<td>2 - 2</td>
<td>24 - 29 - 13</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">61</span></td>
</tr>
<tr>
<td>67</td>
<td>9999-01-12</td>
<td>new york rangers</td>
<td>2 - 7</td>
<td>24 - 30 - 13</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">61</span></td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">68</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-01-13</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">toronto maple leafs</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3 - 2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">25 - 30 - 13</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">63</span></td>
</tr>
<tr>
<td>69</td>
<td>9999-01-18</td>
<td>new york rangers</td>
<td>2 - 1</td>
<td>26 - 30 - 13</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">65</span></td>
</tr>
<tr>
<td>70</td>
<td>9999-01-20</td>
<td>boston bruins</td>
<td>3 - 5</td>
<td>26 - 31 - 13</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">65</span></td>
</tr>
<tr>
<td>71</td>
<td>9999-01-21</td>
<td>toronto maple leafs</td>
<td>1 - 1</td>
<td>26 - 31 - 14</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66</span></td>
</tr>
<tr>
<td>72</td>
<td>9999-01-24</td>
<td>montreal canadiens</td>
<td>3 - 5</td>
<td>26 - 32 - 14</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">66</span></td>
</tr>
<tr>
<td>73</td>
<td>9999-01-25</td>
<td>minnesota north stars</td>
<td>2 - 2</td>
<td>26 - 32 - 15</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">67</span></td>
</tr>
<tr>
<td>74</td>
<td>9999-01-27</td>
<td>chicago black hawks</td>
<td>1 - 3</td>
<td>26 - 33 - 15</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">67</span></td>
</tr>
<tr>
<td>75</td>
<td>9999-01-28</td>
<td>pittsburgh penguins</td>
<td>3 - 1</td>
<td>27 - 33 - 15</td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">69</span></td>
</tr>
</table>
</div>
<hr>
<div class="step">
<div class="step-title">Step 2: Select rows where 'opponent' is 'toronto maple leafs'.</div>
<div id="step-0" class="content">
<table>
<tr>
<td>game</td>
<td>march</td>
<td>opponent</td>
<td>score</td>
<td>record</td>
<td>points</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">68</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">9999-01-13</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">toronto maple leafs</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">3 - 2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">25 - 30 - 13</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:yellow;">63</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, otherwise return FALSE.</div>
<div id="step-1" class="content">
<table>
<tr>
<td>game</td>
<td>march</td>
<td>opponent</td>
<td>score</td>
<td>record</td>
<td>points</td>
</tr>
<tr>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">68</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">9999-01-13</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">toronto maple leafs</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">3 - 2</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">25 - 30 - 13</span></td>
<td><span class="highlighted-cell" title="Used in transformation" style="background-color:#90EE90;">63</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="true">Prediction: TRUE </span></h3>
<h3>Ground-truth:</span> TRUE</h3></div>
</body></html>