Commit 9e0b7102 authored by Jonathan Tow's avatar Jonathan Tow
Browse files

Correct misspellings

parent 3f13d15f
...@@ -24,7 +24,7 @@ from pathlib import Path ...@@ -24,7 +24,7 @@ from pathlib import Path
from zipfile import ZipFile from zipfile import ZipFile
_CITATIONS = """ _CITATION = """
@misc{dua2019drop, @misc{dua2019drop,
title={DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs}, title={DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs},
author={Dheeru Dua and Yizhong Wang and Pradeep Dasigi and Gabriel Stanovsky and Sameer Singh and Matt Gardner}, author={Dheeru Dua and Yizhong Wang and Pradeep Dasigi and Gabriel Stanovsky and Sameer Singh and Matt Gardner},
......
...@@ -18,7 +18,7 @@ from lm_eval.base import MultipleChoiceTask ...@@ -18,7 +18,7 @@ from lm_eval.base import MultipleChoiceTask
from . common import HFTask from . common import HFTask
_CITATON = """ _CITATION = """
@inproceedings{aroca-ouellette-etal-2021-prost, @inproceedings{aroca-ouellette-etal-2021-prost,
title = "{PROST}: {P}hysical Reasoning about Objects through Space and Time", title = "{PROST}: {P}hysical Reasoning about Objects through Space and Time",
author = "Aroca-Ouellette, St{\'e}phane and author = "Aroca-Ouellette, St{\'e}phane and
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment