paper-with-me

Papers

Structured Summarization: Unified Text Segmentation and Segment Labeling as a Generation Task

2022-09-28 · Hakan Inan, Rashi Rungta, Yashar Mehdad

Text segmentation aims to divide text into contiguous, semantically coherent segments, while segment labeling deals with producing labels for each segment. Past work has shown success in tackling segmentation and labeling for documents and conversations. This has been possible with a combination of task-specific pipelines, supervised and unsupervised learning objectives. In this work, we propose a single encoder-decoder neural network that can handle long documents and conversations, trained simultaneously for both segmentation and segment labeling using only standard supervision. We successfully show a way to solve the combined task as a pure generation task, which we refer to as structured summarization. We apply the same technique to both document and conversational data, and we show state of the art performance across datasets for both segmentation and labeling, under both high- and low-resource settings. Our results establish a strong case for considering text segmentation and segment labeling as a whole, and moving towards general-purpose techniques that don't depend on domain expertise or task-specific components.

📄 PDF Abstract BibTeX arXiv:2209.13759

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSegmentationText Segmentation

Similar Papers 제목 키워드 기반

Document Summarization with Text Segmentation

2023-01-20 · Lesly Miculicich, Benjamin Han

In this paper, we exploit the innate document segment structure for improving the extractive summarization task. We build two text segmentation models and find the most optimal strategy to introduce their output predicti…

ArticlesDocument SummarizationExtractive SummarizationSegmentation+2

CNSight: Evaluation of Clinical Note Segmentation Tools

2025-12-28 · Risha Surana, Adrian Law, Sunwoo Kim, Rishab Sridhar 외 arxiv

Clinical notes are often stored in unstructured or semi-structured formats after extraction from electronic medical record (EMR) systems, which complicates their use for secondary analysis and downstream clinical applica…

Information Extraction

Exploiting Discourse-Level Segmentation for Extractive Summarization

2019-11-01 · WS 2019 11 · Zhengyuan Liu, Nancy Chen

Extractive summarization selects and concatenates the most essential text spans in a document. Most, if not all, neural approaches use sentences as the elementary unit to select content for summarization. However, semant…

DescriptiveExtractive SummarizationSegmentation

Toward Unifying Text Segmentation and Long Document Summarization

2022-10-28 · Sangwoo Cho, Kaiqiang Song, Xiaoyang Wang, Fei Liu 외

Text segmentation is important for signaling a document's structure. Without segmenting a long document into topically coherent sections, it is difficult for readers to comprehend the text, let alone find important infor…

ArticlesDocument SummarizationExtractive SummarizationSegmentation+3

VT-SSum: A Benchmark Dataset for Video Transcript Segmentation and Summarization

2021-06-10 · Tengchao Lv, Lei Cui, Momcilo Vasilijevic, Furu Wei

Video transcript summarization is a fundamental task for video understanding. Conventional approaches for transcript summarization are usually built upon the summarization data for written language such as news articles,…

ArticlesSegmentationText SummarizationVideo Understanding