多视图卷积神经网络用于多文档抽取式摘要

Multiview Convolutional Neural Networks for Multidocument Extractive Summarization

IEEE Transactions on Cybernetics · 2016
被引 85
ABS 3

中文导读

提出多视图卷积神经网络,利用词向量表示句子,自动学习句子特征并排序,避免手工特征工程,在多文档摘要任务上超越现有方法。

Abstract

Multidocument summarization has gained popularity in many real world applications because vital information can be extracted within a short time. Extractive summarization aims to generate a summary of a document or a set of documents by ranking sentences and the ranking results rely heavily on the quality of sentence features. However, almost all previous algorithms require hand-crafted features for sentence representation. In this paper, we leverage on word embedding to represent sentences so as to avoid the intensive labor in feature engineering. An enhanced convolutional neural networks (CNNs) termed multiview CNNs is successfully developed to obtain the features of sentences and rank sentences jointly. Multiview learning is incorporated into the model to greatly enhance the learning capability of original CNN. We evaluate the generic summarization performance of our proposed method on five Document Understanding Conference datasets. The proposed system outperforms the state-of-the-art approaches and the improvement is statistically significant shown by paired t -test.

自动摘要深度学习自然语言处理卷积神经网络