SkillAgentSearch skills...

Clqg

code for ACL 2019 paper "cross lingual training for automatic question generation"

Install / Use

/learn @vishwajeet93/Clqg
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Configuration Files:

  1. config_generator_train_BPE.yaml - Contains the configuration to train the supervised Question generation task.
  2. config_generator_pretrain_BPE.yaml - Contains the configuration to train the unsupervised task (with back translation)

To run unsupervised pretraining:

python train_unsupervised.py -c configs/config_generator_pretrain_BPE.yaml

To train the supervised question generation task:

python train_qgen.py -c configs/config_generator_train_BPE.yaml

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated3y ago
Forks0

Languages

Python

Security Score

60/100

Audited on Mar 6, 2023

No findings