CLIRLGApr 6, 2020

Query Focused Multi-Document Summarization with Distant Supervision

arXiv:2004.03027v113 citations
AI Analysis

This work addresses query-focused summarization for users needing concise summaries from multiple documents, but it is incremental as it builds on existing methods with a novel framework.

The paper tackled the problem of modeling query-cluster interactions for query-focused multi-document summarization by leveraging distant supervision from question answering to capture relationships between queries and documents, resulting in a framework that outperforms strong comparison systems on standard benchmarks.

We consider the problem of better modeling query-cluster interactions to facilitate query focused multi-document summarization (QFS). Due to the lack of training data, existing work relies heavily on retrieval-style methods for estimating the relevance between queries and text segments. In this work, we leverage distant supervision from question answering where various resources are available to more explicitly capture the relationship between queries and documents. We propose a coarse-to-fine modeling framework which introduces separate modules for estimating whether segments are relevant to the query, likely to contain an answer, and central. Under this framework, a trained evidence estimator further discerns which retrieved segments might answer the query for final selection in the summary. We demonstrate that our framework outperforms strong comparison systems on standard QFS benchmarks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes