CLApr 9, 2020

A Multilingual Study of Multi-Sentence Compression using Word Vertex-Labeled Graphs and Integer Linear Programming

arXiv:2004.04468v14 citations
AI Analysis

This work addresses the problem of generating concise summaries from multiple sentences for applications like summarization and question-answering, though it is incremental as it builds on existing graph-based methods.

The paper tackled multi-sentence compression by proposing an Integer Linear Programming method with word vertex-labeled graphs to generate informative and grammatical compressions, outperforming state-of-the-art systems on news datasets in French, Portuguese, and Spanish with improved ROUGE scores for shorter outputs.

Multi-Sentence Compression (MSC) aims to generate a short sentence with the key information from a cluster of similar sentences. MSC enables summarization and question-answering systems to generate outputs combining fully formed sentences from one or several documents. This paper describes an Integer Linear Programming method for MSC using a vertex-labeled graph to select different keywords, with the goal of generating more informative sentences while maintaining their grammaticality. Our system is of good quality and outperforms the state of the art for evaluations led on news datasets in three languages: French, Portuguese and Spanish. We led both automatic and manual evaluations to determine the informativeness and the grammaticality of compressions for each dataset. In additional tests, which take advantage of the fact that the length of compressions can be modulated, we still improve ROUGE scores with shorter output sentences.

Foundations

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

Your Notes