paper-with-me

Papers

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

2022-05-28 · Puyuan Liu, Xiang Zhang, Lili Mou

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. In previous work, researchers have developed various approaches to improve the ROUGE score, which is the main evaluation metric for summarization, whereas controlling the summary length has not drawn much attention. In our work, we address a new problem of explicit character-level length control for summarization, and propose a dynamic programming algorithm based on the Connectionist Temporal Classification (CTC) model. Results show that our approach not only achieves higher ROUGE scores but also yields more complete sentences.

📄 PDF Abstract BibTeX arXiv:2205.14522

Code (1)

manga-uofa/nacc 공식 구현 pytorch

Tasks

Headline GenerationSentenceSentence Summarization

Similar Papers 제목 키워드 기반

Length-Controllable Image Captioning

2020-07-19 · ECCV 2020 8 · Chaorui Deng, Ning Ding, Mingkui Tan, Qi Wu

The last decade has witnessed remarkable progress in the image captioning task; however, most existing methods cannot control their captions, \emph{e.g.}, choosing to describe the image either roughly or in detail. In th…

controllable image captioningDecoderDiversityImage Captioning

A Decoding Algorithm for Length-Control Summarization Based on Directed Acyclic Transformers

2025-02-06 · Chenyang Huang, Hao Zhou, Cameron Jen, Kangjie Zheng 외

Length-control summarization aims to condense long texts into a short one within a certain length limit. Previous approaches often use autoregressive (AR) models and treat the length requirement as a soft constraint, whi…

FilmWeaver: Weaving Consistent Multi-Shot Videos with Cache-Guided Autoregressive Diffusion

2025-12-12 · Xiangyang Luo, Qingyu Li, Xiaokun Liu, Wenyu Qin 외 arxiv

Current video generation models perform well at single-shot synthesis but struggle with multi-shot videos, facing critical challenges in maintaining character and background consistency across shots and flexibly generati…

Video Generation

Learning Non-Autoregressive Models from Search for Unsupervised Sentence Summarization

2022-05-28 · ACL 2022 5 · Puyuan Liu, Chenyang Huang, Lili Mou

Text summarization aims to generate a short summary for an input text. In this work, we propose a Non-Autoregressive Unsupervised Summarization (NAUS) approach, which does not require parallel data for training. Our NAUS…

SentenceSentence SummarizationText SummarizationUnsupervised Sentence Summarization

Learning Non-Autoregressive Models from Search for Unsupervised Sentence Summarization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Text summarization aims to generate a short summary for an input text. In this work, we propose a Non-Autoregressive Unsupervised Summarization (NAUS) approach, which does not require parallel data for training. Our NAUS…

Headline GenerationSentenceSentence SummarizationText Summarization+1