paper-with-me

홈 › Papers

Query-oriented text summarization based on hypergraph transversals

2019-02-02 · Hadrien Van Lierde, Tommy W. S. Chow

Existing graph- and hypergraph-based algorithms for document summarization represent the sentences of a corpus as the nodes of a graph or a hypergraph in which the edges represent relationships of lexical similarities between sentences. Each sentence of the corpus is then scored individually, using popular node ranking algorithms, and a summary is produced by extracting highly scored sentences. This approach fails to select a subset of jointly relevant sentences and it may produce redundant summaries that are missing important topics of the corpus. To alleviate this issue, a new hypergraph-based summarizer is proposed in this paper, in which each node is a sentence and each hyperedge is a theme, namely a group of sentences sharing a topic. Themes are weighted in terms of their prominence in the corpus and their relevance to a user-defined query. It is further shown that the problem of identifying a subset of sentences covering the relevant themes of the corpus is equivalent to that of finding a hypergraph transversal in our theme-based hypergraph. Two extensions of the notion of hypergraph transversal are proposed for the purpose of summarization, and polynomial time algorithms building on the theory of submodular functions are proposed for solving the associated discrete optimization problems. The worst-case time complexity of the proposed algorithms is squared in the number of terms, which makes it cheaper than the existing hypergraph-based methods. A thorough comparative analysis with related models on DUC benchmark datasets demonstrates the effectiveness of our approach, which outperforms existing graph- or hypergraph-based methods by at least 6% of ROUGE-SU4 score.

📄 PDF Abstract BibTeX arXiv:1902.00672

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationSentenceText Summarization

Similar Papers 제목 키워드 기반

Learning with fuzzy hypergraphs: a topical approach to query-oriented text summarization

2019-06-22 · Hadrien Van Lierde, Tommy W. S. Chow

Existing graph-based methods for extractive document summarization represent sentences of a corpus as the nodes of a graph or a hypergraph in which edges depict relationships of lexical similarity between sentences. Such…

Document SummarizationExtractive Document SummarizationExtractive Text SummarizationSentence+1

Average Size of Implicational Bases

2018-02-12 · Giacomo Kahn, Alexandre Bazin

Implicational bases are objects of interest in formal concept analysis and its applications. Unfortunately, even the smallest base, the Duquenne-Guigues base, has an exponential size in the worst case. In this paper, we …

Deciding Monotone Duality and Identifying Frequent Itemsets in Quadratic Logspace

2012-12-09 · Georg Gottlob

The monotone duality problem is defined as follows: Given two monotone formulas f and g in iredundant DNF, decide whether f and g are dual. This problem is the same as duality testing for hypergraphs, that is, checking w…

Problem Decomposition

HEGEL: Hypergraph Transformer for Long Document Summarization

2022-10-09 · Haopeng Zhang, Xiao Liu, Jiawei Zhang

Extractive summarization for long documents is challenging due to the extended structured input context. The long-distance sentence dependency hinders cross-sentence relations modeling, the critical step of extractive su…

Document SummarizationExtractive SummarizationSentence

Using Query Expansion in Manifold Ranking for Query-Oriented Multi-Document Summarization

2021-07-31 · CCL 2021 8 · Quanye Jia, Rui Liu, Jianying Lin

Manifold ranking has been successfully applied in query-oriented multi-document summarization. It not only makes use of the relationships among the sentences, but also the relationships between the given query and the se…

Document SummarizationMulti-Document Summarization