jiangjiechen commited on
Commit
66eb2db
1 Parent(s): 1dc8f22

notes for evidence version

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -91,12 +91,15 @@ iface = gr.Interface(
91
  'json'
92
  ],
93
  examples=['Donald Trump won the U.S. 2020 presidential election.',
94
- 'The first inauguration of Bill Clinton was in the United States.'],
 
 
95
  title="LOREN",
96
  layout='vertical',
97
  description="LOREN is an interpretable Fact Verification model against Wikipedia. "
98
  "This is a demo system for \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\". "
99
- "See the paper for technical details. You can add FLAG on the bottom to record interesting or bad cases!",
 
100
  flagging_dir='results/flagged/',
101
  allow_flagging=True,
102
  flagging_options=['Good Case!', 'Error: MRC', 'Error: Parsing',
 
91
  'json'
92
  ],
93
  examples=['Donald Trump won the U.S. 2020 presidential election.',
94
+ 'The first inauguration of Bill Clinton was in the United States.',
95
+ 'The Cry of the Owl is based on a book by an American.',
96
+ 'Smriti Mandhana is an Indian woman.'],
97
  title="LOREN",
98
  layout='vertical',
99
  description="LOREN is an interpretable Fact Verification model against Wikipedia. "
100
  "This is a demo system for \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\". "
101
+ "See the paper for technical details. You can add FLAG on the bottom to record interesting or bad cases! \n"
102
+ "*Note that the demo system directly retrieves evidence from an up-to-date Wikipedia, which is different from the evidence used in the paper.",
103
  flagging_dir='results/flagged/',
104
  allow_flagging=True,
105
  flagging_options=['Good Case!', 'Error: MRC', 'Error: Parsing',