You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If answer is empty on addAnnotation() add "is_impossible":true otherwise false
{
"version":"v2.0",
"data":[
{
"title":"Beyonc\u00e9",
"paragraphs":[
{
"qas":[
{
"question":"When did Beyonce start becoming popular?",
"id":"56be85543aeaaa14008c9063",
"answers":[
{
"text":"in the late 1990s",
"answer_start":269
}
],
"is_impossible":false
},
{
"question":"What areas did Beyonce compete in when she was growing up?",
"id":"56be85543aeaaa14008c9065",
"answers":[
{
"text":"singing and dancing",
"answer_start":207
}
],
"is_impossible":false
},
The text was updated successfully, but these errors were encountered:
We would be very happy to support both SQuAD 1.1 and SQuAD 2.0 in the annotator. We just need to find a proper way to handle this feature from the user point of view.
Could you describe your solution? Or open a PR with what you have so we can review together?
id
onaddAnnotation()
methodaddAnnotation()
add"is_impossible":true
otherwisefalse
The text was updated successfully, but these errors were encountered: