From 8b18a15b71d148b7d2a108196115bcc4f025d655 Mon Sep 17 00:00:00 2001 From: Jelle Bosscher Date: Fri, 4 Nov 2022 17:16:28 +0100 Subject: [PATCH] fixed broken arXiv link for the Ubuntu task (#4841) --- parlai/tasks/task_list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parlai/tasks/task_list.py b/parlai/tasks/task_list.py index 128a166655c..b3d71d43600 100644 --- a/parlai/tasks/task_list.py +++ b/parlai/tasks/task_list.py @@ -671,7 +671,7 @@ "Dialogs between an Ubuntu user and an expert trying to fix issue, " "we use the V2 version, which cleaned the data to some extent. " ), - "links": {"arXiv": "https://arxiv.org/abs/1506.08909."}, + "links": {"arXiv": "https://arxiv.org/abs/1506.08909"}, }, { "id": "WebQuestions",