MPQG
MPQG copied to clipboard
Code corresponding to our paper "Leveraging Context Information for Natural Question Generation"
I have decoded and get the test.sota.tok file, how can i get the evaluation of it?
Hey @freesunshine0316, Would you please confirm the stats of train/dev/test in your experiment? With the released data, I am getting: ~ 75500/17934/11805 Is this correct? Thanks
Hi, I'm trying to understand how text1, text2 and text3 are being derived in your experiment as there is no understanding of that in the paper. What is your logic...
How can we extend the vocabulary ? Currently when we generate questions we get a lot of unk tokens.
I execute the source code and the parameters have not changed, but the score I got was only 11(BLEU-4). The score released by paper is 13.98(BLEU-4). I want to ask...
I read the paper "Leveraging Context Information for Natural Question Generation". Section 2.2 says: > Each encoder state hj is the concatenation of two bi-directional LSTM states (Section 3.2 also...