Effective_Extractive_Summarization icon indicating copy to clipboard operation
Effective_Extractive_Summarization copied to clipboard

Code for ACL 2019 paper: "Searching for Effective Neural Extractive Summarization: What Works and What's Next"

Results 2 Effective_Extractive_Summarization issues
Sort by recently updated
recently updated
newest added

While running the testing script I am encountering the following error: File "main.py", line 345, in test(args, 'test') File "main.py", line 249, in test ext_idx = extractor(raw_art_sents) File "/content/Effective_Extractive_Summarization/decoding.py", line...

Hello, I am using your model. But I need to train with other datasets. And I'm having a problem. The main reason is that the JSON data is not properly...