MGSum icon indicating copy to clipboard operation
MGSum copied to clipboard

Code for ACL'20 paper "Multi-Granularity Interaction Network for Extractive and Abstractive Multi-Document Summarization" .

Results 3 MGSum issues
Sort by recently updated
recently updated
newest added

请问可以提供一下数据集吗,数据集链接我打不开,可以的话请发到我的邮箱[email protected],非常感谢。

we notice that the training instruction in README.MD did not match any stop condition of training process in `train.py`, line 98: ``` while lr > args.min_lr and epoch_itr.epoch < max_epoch...