kushalj001 / pytorch-question-answering

Important paper implementations for Question Answering using PyTorch
MIT License
274 stars 50 forks source link

Start_index #8

Closed Marwa199527 closed 3 years ago

Marwa199527 commented 3 years ago

Thank you @kushalj001 for your great work, it really helped me. What I want to ask you and I really hope that you reply to me as soon as possible. Am using an Arabic data set which is in squad format there are almost 2300 answers were dropped because they have a wrong start index which is a lot. 1) How can I fix the start index in my data. 2) I did not understand how your function found these errors in the start index. 3) And I know that you explain why this problem happened, but I did not really understand the cause of it. Please answer the above questions, I will be really grateful if you did.

kushalj001 commented 3 years ago
Marwa199527 commented 3 years ago

Thank you very much @kushalj001