cdqa-suite / cdQA-annotator

⛔ [NOT MAINTAINED] A web-based annotator for closed-domain question answering datasets with SQuAD format.
Apache License 2.0
88 stars 43 forks source link

JSON output is not able to be trained. #35

Closed JamesLawton closed 5 years ago

JamesLawton commented 5 years ago

I create a SQUAD compatible dataset using a set of PDF documents. I then upload this to the annotator, however the downloaded annotation JSON is missing question ids? Is this a feature to be implemented?

fmikaelian commented 5 years ago

Hi @crossoveranx

It is a known issue, I'll implement a fix over the weekend 😃

If you cannot wait you can still add the question ids using @andrelmfarias python snippet (see https://github.com/cdqa-suite/cdQA/issues/253#issuecomment-531192394)