This repository contains codes used to perform question generation that can be used as a metric.
- This method can be used to generate Confirmation Questions based on the set regular expression.
- The method is easy to implement and scale based on the selected words.
- This method uses the pretrained BioBERT model to generate the questions.
- Pre-training would be required to obtain an optimal question generation.
- Further checking is required to improve the quality of questions generated here.
- This method uses the T5ForConditionalGeneration model to generate the questions.
- Similar to BioBART based this would also require pre-training.
- With the new rules of free tier, it shows "You exceeded your current quota, please check your plan and billing details"
- This method would be optimal to generate the questions in detail.
- This method would also be the easiest when prompt engineering is done.