A Reinforced Topic-Aware Convolutional Sequence-to-Sequence Model for Abstractive Text Summarization
- This paper introduces Convolutional Sequence to sequence model and incorporate topic information while training this with Reinforcement Learning (The SCST method).
- The experiments are done on Gigaword, DUC2004 and LCSTS datasets.
- THe ConvS2S framework is jointly modeled with topic-aware attention mechanism. Topic Information is meant to provide themed and contextual alignment information. To avoid exposure bias, it is trained with RL which directly optimizes on ROUGE, which is metric on which summaries are evaluated on. The model is initially trained with MLE + RL objective.
- This paper shows that the incorporation of topic level information can enhance content selection and summary generation in summarization.
- How well would the model perform when it is given document level information, and the model is currently only trained on shorter texts of data and short summaries given the dataset choice. What if this model is trained on CNN/Daily Mail or Newsroom?
- The reinforcement learning objective just offers slight improvements.