Closed AlbertChen1991 closed 5 years ago
No, currently the released implementation only supports CFNet.
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?
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.
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.