paper-with-me

Papers

Improving Long Text Understanding with Knowledge Distilled from Summarization Model

2024-05-08 · Yan Liu, Yazheng Yang, Xiaokang Chen

Long text understanding is important yet challenging for natural language processing. A long article or document usually contains many redundant words that are not pertinent to its gist and sometimes can be regarded as noise. With recent advances of abstractive summarization, we propose our \emph{Gist Detector} to leverage the gist detection ability of a summarization model and integrate the extracted gist into downstream models to enhance their long text understanding ability. Specifically, Gist Detector first learns the gist detection knowledge distilled from a summarization model, and then produces gist-aware representations to augment downstream models. We evaluate our method on three different tasks: long document classification, distantly supervised open-domain question answering, and non-parallel text style transfer. The experimental results show that our method can significantly improve the performance of baseline models on all tasks.

📄 PDF Abstract BibTeX arXiv:2405.04955

Code (0)

등록된 구현이 없습니다.

Tasks

Abstractive Text SummarizationDocument ClassificationOpen-Domain Question AnsweringQuestion AnsweringStyle TransferText Style Transfer

Similar Papers 제목 키워드 기반

Enhance Long Text Understanding via Distilled Gist Detector from Abstractive Summarization

2021-10-10 · Yan Liu, Yazheng Yang

Long text understanding is important yet challenging in natural language processing. A long article or essay usually contains many redundant words that are not pertinent to its gist and sometimes can be regarded as noise…

Abstractive Text SummarizationDocument ClassificationOpen-Domain Question AnsweringQuestion Answering+2

NarraSum: A Large-Scale Dataset for Abstractive Narrative Summarization

2022-12-02 · Chao Zhao, Faeze Brahman, Kaiqiang Song, Wenlin Yao 외

Narrative summarization aims to produce a distilled version of a narrative to describe its most salient events and characters. Summarizing a narrative is challenging as it requires an understanding of event causality and…

Natural Language Understanding

Extracting Summary Knowledge Graphs from Long Documents

2020-09-19 · Zeqiu Wu, Rik Koncel-Kedziorski, Mari Ostendorf, Hannaneh Hajishirzi

Knowledge graphs capture entities and relations from long documents and can facilitate reasoning in many downstream applications. Extracting compact knowledge graphs containing only salient entities and relations is impo…

Graph LearningKnowledge GraphsText Summarization

MovieSum: An Abstractive Summarization Dataset for Movie Screenplays

2024-08-12 · Rohit Saxena, Frank Keller

Movie screenplay summarization is challenging, as it requires an understanding of long input contexts and various elements unique to movies. Large language models have shown significant advancements in document summariza…

Abstractive Text SummarizationDocument SummarizationLong-Form Narrative Summarization

DisCo: Distilled Student Models Co-training for Semi-supervised Text Mining

2023-05-20 · Weifeng Jiang, Qianren Mao, Chenghua Lin, JianXin Li 외

Many text mining models are constructed by fine-tuning a large deep pre-trained language model (PLM) in downstream tasks. However, a significant challenge nowadays is maintaining performance when we use a lightweight mod…

Extractive SummarizationKnowledge DistillationLanguage ModelingLanguage Modelling+3