dmlc / gluon-nlp

NLP made easy
https://nlp.gluon.ai/
Apache License 2.0
2.55k stars 538 forks source link

[Example] Add summarization example with finetuning BART model #1484

Open sxjscience opened 3 years ago

sxjscience commented 3 years ago

Description

Currently, we still lack a summarization example and will need to add the dataset and example.

@leezu @szha

szha commented 3 years ago

Agreed. There's a large body of work in that space, both in extractive and nowadays abstractive summarization. I think we should survey and pick. Some good comprehensive pools to choose from: http://nlpprogress.com/english/summarization.html, https://paperswithcode.com/task/text-summarization

sxjscience commented 3 years ago

Actually, can we spare some efforts in adding an example this month?