maszhongming / Effective_Extractive_Summarization

Code for ACL 2019 paper: "Searching for Effective Neural Extractive Summarization: What Works and What's Next"
91 stars 15 forks source link

Is there anyway I can input a body of text and get the summary as output? #4

Closed aamin21 closed 4 years ago

maszhongming commented 4 years ago

You can follow the README to train a model, and then you can feed it your own text and get a summary as output. However, it should be noted that the text you feed to the model should be consistent with the dataset format provided by us, otherwise you may need to write some data processing code.