Yifan-Gao / conversational-QG

[ACL 2019]: Interconnected Question Generation with Coreference Alignment and Conversation Flow Modeling
https://www.aclweb.org/anthology/P19-1480/
88 stars 21 forks source link

How to run different models that used in your paper for ablation study? #3

Closed AlbertChen1991 closed 5 years ago

AlbertChen1991 commented 5 years ago

Does the model with CorefGenerator in your code denote the CFNet model in your paper? And the model with CopyGenerator denote MSNet? I tried to disable the coref_vocab and coref_attn commands to run the base model, but a ZeroDivisionError occurs.

Yifan-Gao commented 5 years ago

No, currently the released implementation only supports CFNet.

AlbertChen1991 commented 5 years ago

I just want to test the performance of the base model and estimate how mach the Coreference Alignment and Conversation Flow Modeling will improve upon the base model. Would you release the code of MSNet?

Yifan-Gao commented 5 years ago

Thanks for your interest. But currently I do not have the bandwidth to clean up the baseline code and release. I may do it in the future. You can also try to implement the baseline by yourself. There is little difference between baseline model and pointer-generator.