# BERT_QuestionGeneration **Repository Path**: yukyin/BERT_QuestionGeneration ## Basic Information - **Project Name**: BERT_QuestionGeneration - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BERT_QuestionGeneration This is an implementation of using BERT for question generation using PyTorch and the Huggingface Transformers library, based on this paper - "A Recurrent BERT-based Model for Question Generation" by Ying-Hong Chan and Yao-Chung Fan. Thanks to the authors for their work. Please note that this is a work in progress and full functionality hasn't been added yet.