Code: https://github.com/nlpyang/PreSumm
But the model seems to be missing with the Decoder/Scoring component seems to be missing here -- so focus more on the paper.
Do a literature review as needed on Extractive Summarisation.
Please remind me to go over this again over the weekend, and I'll try to answer the questions as well as add notes where necessary
Please ensure that the Dropbox link does not have edit access for everyone on web, you can give me edit access on my personal email id
Now that you have some basic understanding of how to implement at least one decoder, go ahead and implement (or cite and borrow) that decoder with ULMFit for CNN/Dailymail dataset.
Paper: https://arxiv.org/pdf/1908.08345.pdf
Refer Section 3.2 in particular
Code: https://github.com/nlpyang/PreSumm But the model seems to be missing with the Decoder/Scoring component seems to be missing here -- so focus more on the paper.
Do a literature review as needed on Extractive Summarisation.