From 7e5f816858c30e00424e89de563c61c93ab9722f Mon Sep 17 00:00:00 2001 From: Xuanyu Zhou Date: Tue, 15 Sep 2020 20:27:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 046c793..4b12a3d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A variation of BERT that is aware of temporal common sense. ## Introduction -This is the code repository for our ACL 2020 paper [Temporal Common Sense Acquisition with Minimal Supervision](https://arxiv.org/pdf/2005.04304.pdf). +This is the code repository for our ACL 2020 paper [Temporal Common Sense Acquisition with Minimal Supervision](http://cogcomp.org/page/publication_view/904). This package is built upon [huggingface/transformers](https://github.com/huggingface/transformers) at its April 2019 version. ## Installation