jiangjiechen commited on
Commit
ecdd412
1 Parent(s): c33e440

update paper link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://arxiv.org/abs/2012.13577). "
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/',