Skip to content

Abstractive Models

Joe Kawai edited this page Jul 31, 2018 · 3 revisions

Abstractive Text Summarization refers to generating summaries from scratch. This is usually more complex compared to Extractive Text Summarization techniques and usually uses a neural network.

This chapter will detail the two different nerual network used; Seq2Seq and Pointer-Generator Networks. Apart from the networks, the different tools used in analysis and training are covered.