jiangjiechen commited on
Commit
d3bdb9d
1 Parent(s): 6e72f37

remove some flags

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -136,12 +136,12 @@ iface = gr.Interface(
136
  layout='horizontal',
137
  description="LOREN is an interpretable Fact Verification model against Wikipedia. "
138
  "This is a demo system for \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\". "
139
- "See the paper for technical details. You can add FLAG on the bottom to record interesting or bad cases! \n"
140
- "*Note that the demo system directly retrieves evidence from an up-to-date Wikipedia, which is different from the evidence used in the paper.",
141
  flagging_dir='results/flagged/',
142
  allow_flagging=True,
143
- flagging_options=['Good Case!', 'Error: Claim Phrase Parsing', 'Error: Claim Veracity', 'Error: Phrase Veracity', 'Error: Local Premise',
144
- 'Error: Commonsense Claim', 'Error: Inconsistent Phrase and Claim Veracity', 'Error: Evidence Retrieval', 'Error: Other'],
145
  enable_queue=True
146
  )
147
  iface.launch()
 
136
  layout='horizontal',
137
  description="LOREN is an interpretable Fact Verification model against Wikipedia. "
138
  "This is a demo system for \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\". "
139
+ "See the paper for technical details. You can add a *FLAG* on the bottom to record interesting or bad cases! "
140
+ "(Note that the demo system directly retrieves evidence from an up-to-date Wikipedia, which is different from the evidence used in the paper.)",
141
  flagging_dir='results/flagged/',
142
  allow_flagging=True,
143
+ flagging_options=['Interesting!', 'Error: Claim Phrase Parsing', 'Error: Local Premise',
144
+ 'Error: Require Commonsense', 'Error: Evidence Retrieval'],
145
  enable_queue=True
146
  )
147
  iface.launch()