Hey everyone,
Hope you’re doing great!
I’m a beginner when it comes to using transformers
.
I’ve been working on book summarization project for a while, the idea is to split the book into chapters then the chapter into chunks and summarize the chunks separately.
I’ve tried several models and the summaries provided aren’t that good. Some of the problems are:
- Some sentences aren’t fully generated.
- The context is lost most of the time.
Do you guys have any suggestions please?
Also, I have found these two papers:
- Mind The Facts: Knowledge-Boosted Coherent Abstractive Text Summarization
- Enhancing Factual Consistency of Abstractive Summarization
But I couldn’t find any code implementation of these models. If you have any implementations please let me know.
Thank you for your time!
Have a good day.