luulinh90s commited on
Commit
4ea55c3
·
1 Parent(s): 1f7d8d6
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -156,7 +156,12 @@ def experiment(username):
156
 
157
  logger.info(f"Rendering experiment page with visualization: {visualization_path}")
158
 
159
- statement = "Please make a decision to Accept/Reject the AI prediction based on the explanation."
 
 
 
 
 
160
 
161
  return render_template('experiment.html',
162
  sample_id=current_index,
 
156
 
157
  logger.info(f"Rendering experiment page with visualization: {visualization_path}")
158
 
159
+ # statement = "Please make a decision to Accept/Reject the AI prediction based on the explanation."
160
+ statement = """
161
+ The Table Question Answering model is working on Table Fact Verification task (TabFact dataset), verifying if a given Statement is TRUE or FALSE on a given input Table.
162
+ You are given an explanation that describes the reasoning process of the Table Question Answering model in HTML format.
163
+ Please carefully analyze the explanation and determine you should Accept or Reject the AI prediction.
164
+ """
165
 
166
  return render_template('experiment.html',
167
  sample_id=current_index,