Spaces:
Build error
Build error
jiangjiechen
commited on
Commit
•
d3bdb9d
1
Parent(s):
6e72f37
remove some flags
Browse files
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!
|
140 |
-
"
|
141 |
flagging_dir='results/flagged/',
|
142 |
allow_flagging=True,
|
143 |
-
flagging_options=['
|
144 |
-
'Error: Commonsense
|
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()
|