English

Sentence Compression as Deletion with Contextual Embeddings

Information Retrieval 2020-06-08 v1 Computation and Language Machine Learning

Abstract

Sentence compression is the task of creating a shorter version of an input sentence while keeping important information. In this paper, we extend the task of compression by deletion with the use of contextual embeddings. Different from prior work usually using non-contextual embeddings (Glove or Word2Vec), we exploit contextual embeddings that enable our model capturing the context of inputs. More precisely, we utilize contextual embeddings stacked by bidirectional Long-short Term Memory and Conditional Random Fields for dealing with sequence labeling. Experimental results on a benchmark Google dataset show that by utilizing contextual embeddings, our model achieves a new state-of-the-art F-score compared to strong methods reported on the leader board.

Keywords

Cite

@article{arxiv.2006.03210,
  title  = {Sentence Compression as Deletion with Contextual Embeddings},
  author = {Minh-Tien Nguyen and Bui Cong Minh and Dung Tien Le and Le Thai Linh},
  journal= {arXiv preprint arXiv:2006.03210},
  year   = {2020}
}

Comments

12 pages, 3 figures, accepted by ICCCI 2020

R2 v1 2026-06-23T16:04:30.613Z