Spaces:
Build error
Build error
jiangjiechen
commited on
Commit
•
6e72f37
1
Parent(s):
1151a3a
add error types
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ iface = gr.Interface(
|
|
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:
|
144 |
'Error: Commonsense Claim', 'Error: Inconsistent Phrase and Claim Veracity', 'Error: Evidence Retrieval', 'Error: Other'],
|
145 |
enable_queue=True
|
146 |
)
|
|
|
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 |
)
|