quentin-burthier / DCA

PyTorch implementation of Deep Communicating Agents for Abstractive Summarization
MIT License
8 stars 2 forks source link

Can this coder reproduce the results of the orgininal paper? #1

Open huangyuxin2004 opened 4 years ago

huangyuxin2004 commented 4 years ago

Thanks for your contribution. I'd like to confirm whether this work can reproduce the results of the paper. I also have another question, the testing set of CNN/DAIL dataset have the separator of , In testing stage, do these symbols need to be removed? I'm not sure if the experimental results of this paper remove these special symbols.

quentin-burthier commented 4 years ago

Hi, this is also the question I want to answer and this still requires a bit of work.

Regarding the preprocessing, I have not seen any mention of differences between the preprocessing of the training and validation sets and the preprocessing of the test set in the paper.

zide05 commented 4 years ago

I have the same question, have you reproduce the results of the paper using this code?