From 7650dd09a67f547c9341282d3f3306cd4a1f2269 Mon Sep 17 00:00:00 2001 From: Xiangci Li Date: Mon, 9 Oct 2023 11:14:14 -0700 Subject: [PATCH] Update paper link README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 304a252..d23d584 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ParagraphJointModel -Implementation of The AAAI-21 Workshop on Scientific Document Understanding paper [A Paragraph-level Multi-task Learning Model for Scientific Fact-Verification](https://arxiv.org/abs/2012.14500). There is a short [video](https://www.youtube.com/watch?v=YrpYAdNl05Y) available for this work! This work is at top 2 of [SciFact leaderboard](https://leaderboard.allenai.org/scifact/submissions/public) as of March 30th, 2021. +Implementation of The AAAI-21 Workshop on Scientific Document Understanding paper [A Paragraph-level Multi-task Learning Model for Scientific Fact-Verification](https://ceur-ws.org/Vol-2831/paper8.pdf). There is a short [video](https://www.youtube.com/watch?v=YrpYAdNl05Y) available for this work! This work is at top 2 of [SciFact leaderboard](https://leaderboard.allenai.org/scifact/submissions/public) as of March 30th, 2021. ## Reproducing SciFact Leaderboard Result ### Dependencies