mcjoshi / parseSQuAD

Contains Scripts to preprocess SQuAD dataset in many different formats to incorporate it into many popular existing models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre-Processing SQuAD dataset

Contains different variations of SQuAD dataset preprocessing scripts i wrote to try out how different existing models work.

Previous tried methods

Will have to search in my pc and update in future.

BIO notation

Annotating the answers in paragraph in BIO format to experiment how it helps in Question Generation.

python3 parse_bio.py

About

Contains Scripts to preprocess SQuAD dataset in many different formats to incorporate it into many popular existing models

License:MIT License


Languages

Language:Python 100.0%