neural-attention-model-for-abstractive-sentence-summarization

送分小仙女□ 提交于 2019-12-18 11:26:34

A Neural Attention Model for Abstractive Sentence Summarization

TLDR; The authors apply a neural seq2seq model to sentence summarization. The model uses an attention mechanism (soft alignment).

Key Points

  • Summaries generated on the sentence level, not paragraph level
  • Summaries have fixed length output
  • Beam search decoder
  • Extractive tuning for scoring function to encourage the model to take words from the input sequence
  • Training data: Headline + first sentence pair.
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!