Spaces:
Build error
Build error
jiangjiechen
commited on
Commit
•
ecdd412
1
Parent(s):
c33e440
update paper link
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ iface = gr.Interface(
|
|
134 |
title="LOREN",
|
135 |
layout='horizontal',
|
136 |
description="LOREN is an interpretable Fact Verification model using Wikipedia as its knowledge source. "
|
137 |
-
"This is a demo system for the AAAI 2022 paper: \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\"(https://
|
138 |
"See the paper for more details. You can add a *FLAG* on the bottom to record interesting or bad cases! "
|
139 |
"(Note that the demo system directly retrieves evidence from an up-to-date Wikipedia, which is different from the evidence used in the paper.)",
|
140 |
flagging_dir='results/flagged/',
|
|
|
134 |
title="LOREN",
|
135 |
layout='horizontal',
|
136 |
description="LOREN is an interpretable Fact Verification model using Wikipedia as its knowledge source. "
|
137 |
+
"This is a demo system for the AAAI 2022 paper: \"LOREN: Logic-Regularized Reasoning for Interpretable Fact Verification\"(https://jiangjiechen.github.io/publication/loren/). "
|
138 |
"See the paper for more details. You can add a *FLAG* on the bottom to record interesting or bad cases! "
|
139 |
"(Note that the demo system directly retrieves evidence from an up-to-date Wikipedia, which is different from the evidence used in the paper.)",
|
140 |
flagging_dir='results/flagged/',
|