AttSum: Joint Learning of Focusing and Summarization with Neural Attention
Ziqiang Cao, Wenjie Li, Sujian Li, Furu Wei, Yanran Li

TL;DR
AttSum is a neural network-based extractive summarization system that jointly learns to rank sentences by relevance and saliency using attention mechanisms, achieving competitive results without handcrafted features.
Contribution
It introduces a novel joint learning framework with attention for query-focused summarization, addressing limitations of previous isolated task approaches.
Findings
AttSum outperforms some existing methods on DUC datasets.
The attention mechanism effectively models human-like reading behavior.
No hand-crafted features are needed for competitive performance.
Abstract
Query relevance ranking and sentence saliency ranking are the two main tasks in extractive query-focused summarization. Previous supervised summarization systems often perform the two tasks in isolation. However, since reference summaries are the trade-off between relevance and saliency, using them as supervision, neither of the two rankers could be trained well. This paper proposes a novel summarization system called AttSum, which tackles the two tasks jointly. It automatically learns distributed representations for sentences as well as the document cluster. Meanwhile, it applies the attention mechanism to simulate the attentive reading of human behavior when a query is given. Extensive experiments are conducted on DUC query-focused summarization benchmark datasets. Without using any hand-crafted features, AttSum achieves competitive performance. It is also observed that the sentences…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Advanced Graph Neural Networks
