hsinyuan-huang/FlowQA

a question in predict for CoQA

Opened this issue · 2 comments

Hello, I want to ask a question. In the training, each question is provided with previous N gold answers, and it is also operated on the development set, but at the time of testing, I don't know what the gold answer is. I don't know how to deal with this? Use the answer predicted by model on the previous questions?

Yes, you can definitely do that.

Thank you very much.