Question Generation using Transformers

Steps to run the code

  1. Open the notebook for the desired model in Google Colab. We have 3 models:

    • T5 Open In Colab

    • BERT2BERT Open In Colab

    • T5 with BERT Open In Colab

  2. Follow the instructions in the text cells to change the context and reference files. By default, they use the story The Brave Tin Soldier from the FairyTaleQA dataset.

  3. Run all the code blocks.

Credits

  1. https://github.com/patil-suraj/question_generation

  2. https://github.com/amontgomerie/question_generator/

Additional credits mentioned in the ppt.