[www.github.com/vahmohh/masters-thesis](https://www.github.com/vahmohh/masters-thesis) The model has been built upon the pre-trained T5 model by fine-tuning it on SQuAD dataset for the porpuse of automatic question and answer generation. The following format should be used for generating questions. ```sh generate question: domain_specific_text answer_1 answer_2 ... answer_n ``` Output: ```sh question_1 question_2 ... question_n ``` The following format should be used for generating answers. ```sh generate answer: domain_specific_text ``` Output: ```sh answer_1 answer_2 ... answer_n ```