paper-with-me

Papers

PDSum: Prototype-driven Continuous Summarization of Evolving Multi-document Sets Stream

2023-02-10 · Susik Yoon, Hou Pong Chan, Jiawei Han

Summarizing text-rich documents has been long studied in the literature, but most of the existing efforts have been made to summarize a static and predefined multi-document set. With the rapid development of online platforms for generating and distributing text-rich documents, there arises an urgent need for continuously summarizing dynamically evolving multi-document sets where the composition of documents and sets is changing over time. This is especially challenging as the summarization should be not only effective in incorporating relevant, novel, and distinctive information from each concurrent multi-document set, but also efficient in serving online applications. In this work, we propose a new summarization problem, Evolving Multi-Document sets stream Summarization (EMDS), and introduce a novel unsupervised algorithm PDSum with the idea of prototype-driven continuous summarization. PDSum builds a lightweight prototype of each multi-document set and exploits it to adapt to new documents while preserving accumulated knowledge from previous documents. To update new summaries, the most representative sentences for each multi-document set are extracted by measuring their similarities to the prototypes. A thorough evaluation with real multi-document sets streams demonstrates that PDSum outperforms state-of-the-art unsupervised multi-document summarization algorithms in EMDS in terms of relevance, novelty, and distinctiveness and is also robust to various evaluation settings.

📄 PDF Abstract BibTeX arXiv:2302.05550

Code (1)

cliveyn/pdsum 공식 구현 pytorch

Tasks

Document SummarizationMulti-Document Summarization

Similar Papers 제목 키워드 기반

AI-Driven Self-Evolving Software: A Promising Path Toward Software Automation

2025-10-01 · Liyi Cai, Yijie Ren, Yitong Zhang, Jia Li arxiv

Software automation has long been a central goal of software engineering, striving for software development that proceeds without human intervention. Recent efforts have leveraged Artificial Intelligence (AI) to advance …

APEX$^2$: Adaptive and Extreme Summarization for Personalized Knowledge Graphs

2024-12-23 · Zihao Li, Dongqi Fu, Mengting Ai, Jingrui He

Knowledge graphs (KGs), which store an extensive number of relational facts, serve various applications. Recently, personalized knowledge graphs (PKGs) have emerged as a solution to optimize storage costs by customizing …

Extreme SummarizationKnowledge Graphs

DP-DGAD: A Generalist Dynamic Graph Anomaly Detector with Dynamic Prototypes

2025-08-01 · Jialun Zheng, Jie Liu, Jiannong Cao, Xiao Wang 외 arxiv

Dynamic graph anomaly detection (DGAD) is essential for identifying anomalies in evolving graphs across domains such as finance, traffic, and social networks. Recently, generalist graph anomaly detection (GAD) models hav…

Graph Anomaly Detection

Ancestral Mamba: Enhancing Selective Discriminant Space Model with Online Visual Prototype Learning for Efficient and Robust Discriminant Approach

2025-03-26 · Jiahao Qin, Feng Liu, Lu Zong

In the realm of computer graphics, the ability to learn continuously from non-stationary data streams while adapting to new visual patterns and mitigating catastrophic forgetting is of paramount importance. Existing appr…

Continual LearningMamba

Length-controllable Abstractive Summarization by Guiding with Summary Prototype

2020-01-21 · Itsumi Saito, Kyosuke Nishida, Kosuke Nishida, Atsushi Otsuka 외

We propose a new length-controllable abstractive summarization model. Recent state-of-the-art abstractive summarization models based on encoder-decoder models generate only one summary per source text. However, controlla…

Abstractive Text SummarizationDecoder