SemEval-2022 Task 09: R2VQ - Competence-based Multimodal Question Answering Forum

Go back to competition Back to thread list Post in this thread

> how to display the answer of "unanswerable"?

Dear Organizers:
When I cann't answer a question of a recipe, what should I put in the 'value' of the submission json file?
I try to put a empty string :"" in the answer value. But it seems that it's not explained as "unanswerable"?
So, what should I submit to mean a "unanswerable" answer?
Thanks!

Posted by: ruan @ Jan. 24, 2022, 2 a.m.

In the response json please post null instead of "" or "N/A".
```
"18-3": null,
```

Please note that "null" (quoted) will be incorrect.

Posted by: j.piersa @ Jan. 24, 2022, 9:19 a.m.

Get it, thanks!

Posted by: ruan @ Jan. 24, 2022, 11:32 a.m.
Post in this thread