Sentence Summarization

19 papers with code • 0 benchmarks • 0 datasets

Generating a summary of a given sentence.

Most implemented papers

Positional Encoding to Control Output Sequence Length

takase/control-length NAACL 2019

Neural encoder-decoder models have been successful in natural language generation tasks.

Zero-Shot Cross-Lingual Abstractive Sentence Summarization through Teaching Generation and Attention

KelleyYin/Cross-lingual-Summarization ACL 2019

But there is no cross-lingual parallel corpus, whose source sentence language is different to the summary language, to directly train a cross-lingual ASSUM system.

Simple Unsupervised Summarization by Contextual Matching

jzhou316/Unsupervised-Sentence-Summarization ACL 2019

We propose an unsupervised method for sentence summarization using only language modeling.

Contrastive Attention Mechanism for Abstractive Sentence Summarization

travel-go/Abstractive-Text-Summarization IJCNLP 2019

We propose a contrastive attention mechanism to extend the sequence-to-sequence framework for abstractive sentence summarization task, which aims to generate a brief summary of a given source sentence.

All Word Embeddings from One Embedding

takase/alone_seq2seq NeurIPS 2020

The proposed method, ALONE (all word embeddings from one), constructs the embedding of a word by modifying the shared embedding with a filter vector, which is word-specific but non-trainable.

Controllable Abstractive Sentence Summarization with Guiding Entities

thecharm/abs-lrmodel COLING 2020

Entities are the major proportion and build up the topic of text summaries.

A Character-Level Length-Control Algorithm for Non-Autoregressive Sentence Summarization

manga-uofa/nacc 28 May 2022

Sentence summarization aims at compressing a long sentence into a short one that keeps the main gist, and has extensive real-world applications such as headline generation.

Generating Multiple-Length Summaries via Reinforcement Learning for Unsupervised Sentence Summarization

dmhyun/msrp 21 Dec 2022

We formulate the unsupervised summarization based on the Markov decision process with rewards representing the summary quality.