Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[None] gold questions #28
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've instrumented evaluate.py to count the number of gold questions that have a gold answer of
[None]. In the dev set, evaluated via the docker instructions on the front page, there are 657 / 8421 = 8% questions with a[None]result. I've manually looked at a few such questions, and they seem to have various errors, most notably lacking space before commas and>instead of>=.Is this a known issue?