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

**Authors:** Hadrien Van Lierde, Tommy W. S. Chow

arXiv: 1906.09445 · 2019-06-25

## TL;DR

This paper introduces a novel fuzzy hypergraph model for query-oriented extractive text summarization that captures semantic similarities via topical representations, improving content coverage over existing graph-based methods.

## Contribution

The paper presents a fuzzy hypergraph approach using probabilistic topic modeling to better capture semantic similarities in document summarization, enhancing content coverage.

## Key findings

- Outperforms existing graph-based methods in content coverage.
- Effectively captures semantic similarities through topical fuzzy hyperedges.
- Provides a polynomial time algorithm for summary optimization.

## Abstract

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 approaches fail to capture semantic similarities between sentences when they express a similar information but have few words in common and are thus lexically dissimilar. To overcome this issue, we propose to extract semantic similarities based on topical representations of sentences. Inspired by the Hierarchical Dirichlet Process, we propose a probabilistic topic model in order to infer topic distributions of sentences. As each topic defines a semantic connection among a group of sentences with a certain degree of membership for each sentence, we propose a fuzzy hypergraph model in which nodes are sentences and fuzzy hyperedges are topics. To produce an informative summary, we extract a set of sentences from the corpus by simultaneously maximizing their relevance to a user-defined query, their centrality in the fuzzy hypergraph and their coverage of topics present in the corpus. We formulate a polynomial time algorithm building on the theory of submodular functions to solve the associated optimization problem. A thorough comparative analysis with other graph-based summarization systems is included in the paper. Our obtained results show the superiority of our method in terms of content coverage of the summaries.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.09445/full.md

## Figures

11 figures with captions in the complete paper: https://tomesphere.com/paper/1906.09445/full.md

## References

43 references — full list in the complete paper: https://tomesphere.com/paper/1906.09445/full.md

---
Source: https://tomesphere.com/paper/1906.09445