luulinh90s
commited on
Commit
·
f395837
1
Parent(s):
8d4f7ad
update
Browse files- templates/cot_intro.html +0 -2
- templates/dater_intro.html +1 -2
- templates/pos_intro.html +1 -2
templates/cot_intro.html
CHANGED
@@ -107,9 +107,7 @@
|
|
107 |
<p>This step just inputs the Statement and the final simplified table to the model to ask for the verification.</p>
|
108 |
</div>
|
109 |
<h2>Chain-of-Table Example</h2>
|
110 |
-
<!-- <iframe src="htmls_COT/TP/test-0.html"></iframe>-->
|
111 |
<iframe src="{{ url_for('send_examples', filename='htmls_COT/TP/test-0.html') }}"></iframe>
|
112 |
-
<h2>Final Prediction: TRUE</h2>
|
113 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
114 |
</div>
|
115 |
</body>
|
|
|
107 |
<p>This step just inputs the Statement and the final simplified table to the model to ask for the verification.</p>
|
108 |
</div>
|
109 |
<h2>Chain-of-Table Example</h2>
|
|
|
110 |
<iframe src="{{ url_for('send_examples', filename='htmls_COT/TP/test-0.html') }}"></iframe>
|
|
|
111 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
112 |
</div>
|
113 |
</body>
|
templates/dater_intro.html
CHANGED
@@ -99,8 +99,7 @@
|
|
99 |
<p>Dater provides contextual information that is fact-checked against the Table. This information serves as support for the Statement being verified.</p>
|
100 |
</div>
|
101 |
<h2>Dater Example</h2>
|
102 |
-
<iframe src="htmls_DATER/TP/test-0.html"></iframe>
|
103 |
-
<h2>Final Prediction: TRUE</h2>
|
104 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
105 |
</div>
|
106 |
</body>
|
|
|
99 |
<p>Dater provides contextual information that is fact-checked against the Table. This information serves as support for the Statement being verified.</p>
|
100 |
</div>
|
101 |
<h2>Dater Example</h2>
|
102 |
+
<iframe src="{{ url_for('send_examples', filename='htmls_DATER/TP/test-0.html') }}"></iframe>
|
|
|
103 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
104 |
</div>
|
105 |
</body>
|
templates/pos_intro.html
CHANGED
@@ -110,8 +110,7 @@
|
|
110 |
<p>In the final intermediate, only count the rows with actual data. The top row, which contains the column headers (like titles or labels for the columns), is not part of the count. So, if you see only the header row with no data beneath it, the table has 0 rows. If you see one row beneath the header, the table has 1 row." </p>
|
111 |
</div>
|
112 |
<h2>Plan-of-SQLs Example</h2>
|
113 |
-
<iframe src="htmls_POS/TP/test-0.html"></iframe>
|
114 |
-
<h2>Final Prediction: TRUE</h2>
|
115 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
116 |
</div>
|
117 |
</body>
|
|
|
110 |
<p>In the final intermediate, only count the rows with actual data. The top row, which contains the column headers (like titles or labels for the columns), is not part of the count. So, if you see only the header row with no data beneath it, the table has 0 rows. If you see one row beneath the header, the table has 1 row." </p>
|
111 |
</div>
|
112 |
<h2>Plan-of-SQLs Example</h2>
|
113 |
+
<iframe src="{{ url_for('send_examples', filename='htmls_POS/TP/test-0.html') }}"></iframe>
|
|
|
114 |
<button onclick="location.href='{{ url_for('experiment', session_id=session_id) }}'">Proceed to Experiment</button>
|
115 |
</div>
|
116 |
</body>
|