Search papers, labs, and topics across Lattice.
This paper introduces the Query-Focused Event Summarization (QFES) task and presents the QFESum dataset, which comprises 16,684 documents across 8 thematic events and 104 user queries. To tackle the limitations of existing query-focused summarization methods, the authors propose a two-stage framework that integrates Query-Focused Retrieval with Adaptive Thresholding (RAT) and Query-Focused Summarization based on Hierarchical Clustering (SHC). Experimental results demonstrate that this approach significantly outperforms baseline methods, highlighting its effectiveness in generating tailored summaries from large-scale corpora.
Query-Focused Event Summarization reveals that tailored summaries can be effectively generated from vast document collections, outperforming traditional methods.
A thematic corpus is a collection of semantically coherent documents that collectively describe different aspects of a shared thematic event. Such a corpus typically contains hundreds or even thousands of documents. While users' interests in a thematic event often span multiple dimensions, Query-Focused Summarization (QFS) aims to generate summaries tailored to users' queries. However, existing QFS datasets lack event-oriented summarization, and most QFS methods struggle with large-scale corpora. To address these challenges, we propose the Query-Focused Event Summarization (QFES) task and construct the QFESum dataset, which contains 8 thematic events, 16,684 documents, and 104 queries. Furthermore, we introduce a two-stage QFES framework consisting of Query-Focused Retrieval with Adaptive Thresholding (RAT) and Query-Focused Summarization based on Hierarchical Clustering (SHC). Experimental results on QFESum show that RAT and SHC consistently outperform the baselines, demonstrating their effectiveness for QFES. The dataset and code are publicly available at https://github.com/sarcasm-hcy02/QFES-QFESum.