Spaces:
Sleeping
Sleeping
[Bug] Empty Page - Question on Schema
#2
by NandyG - opened
Currently the qa generator randomly picks pages and tries to generate questions.
if empty page was picked, then the questions is generated on the output format scheme.
Example Question Generated:
{
"question":"Which of the following is a well-formatted instance of the given schema?"
"options":[
0:"{"foo": ["bar", "baz"]}"
1:"{"properties": {"foo": ["bar", "baz"]}}"
2:"{"foo": ["bar", "baz"]}"
3:"{"foo": ["bar", "baz"]}"
]
"answer":"{"foo": ["bar", "baz"]}"
}