# Query-focused Sentence Compression in Linear Time

**Authors:** Abram Handler, Brendan O'Connor

arXiv: 1904.09051 · 2019-09-19

## TL;DR

This paper presents a linear-time, query-focused sentence compression method that efficiently produces constrained shortenings, significantly faster than ILP-based approaches, improving user interface responsiveness without needing complex solvers or GPUs.

## Contribution

Introduces a novel linear-time transition-based sentence compression technique for query-focused applications, outperforming ILP methods in speed and accuracy.

## Key findings

- Achieves 11X speedup over ILP baselines
- Better reconstructs gold constrained shortenings
- Does not require ILP solver or GPU hardware

## Abstract

Search applications often display shortened sentences which must contain certain query terms and must fit within the space constraints of a user interface. This work introduces a new transition-based sentence compression technique developed for such settings. Our query-focused method constructs length and lexically constrained compressions in linear time, by growing a subgraph in the dependency parse of a sentence. This theoretically efficient approach achieves an 11X empirical speedup over baseline ILP methods, while better reconstructing gold constrained shortenings. Such speedups help query-focused applications, because users are measurably hindered by interface lags. Additionally, our technique does not require an ILP solver or a GPU.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1904.09051/full.md

## References

47 references — full list in the complete paper: https://tomesphere.com/paper/1904.09051/full.md

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