diff --git a/parlai/tasks/task_list.py b/parlai/tasks/task_list.py index f9f4ae18f8d..c23919978af 100644 --- a/parlai/tasks/task_list.py +++ b/parlai/tasks/task_list.py @@ -490,10 +490,10 @@ "An open domain question answering dataset. " "Each example contains real questions that people searched " "for in Google and the content of the a Wikipedia article that " - "was amongst the top 5 search resutls for that query, " + "was amongst the top 5 search results for that query, " "and its annotations. The annotations have the options of a long " "answer that is seleced from span of major content entities in " - "the Wikipedia article (e.g., paragraphs, tables), a short answer" + "the Wikipedia article (e.g., paragraphs, tables), a short answer " "that is selected from one or more short span of words in the " "article, or 'yes/no'. The existence of any of these answer " "formats depends on whether the main question can be answered, "