paper-with-me

홈 › Papers

Instructive Dialogue Summarization with Query Aggregations

2023-10-17 · Bin Wang, Zhengyuan Liu, Nancy F. Chen

Conventional dialogue summarization methods directly generate summaries and do not consider user's specific interests. This poses challenges in cases where the users are more focused on particular topics or aspects. With the advancement of instruction-finetuned language models, we introduce instruction-tuning to dialogues to expand the capability set of dialogue summarization models. To overcome the scarcity of instructive dialogue summarization data, we propose a three-step approach to synthesize high-quality query-based summarization triples. This process involves summary-anchored query generation, query filtering, and query-based summary generation. By training a unified model called InstructDS (Instructive Dialogue Summarization) on three summarization datasets with multi-purpose instructive triples, we expand the capability of dialogue summarization models. We evaluate our method on four datasets, including dialogue summarization and dialogue reading comprehension. Experimental results show that our approach outperforms the state-of-the-art models and even models with larger sizes. Additionally, our model exhibits higher generalizability and faithfulness, as confirmed by human subjective evaluations.

📄 PDF Abstract BibTeX arXiv:2310.10981

Code (1)

BinWang28/InstructDS 공식 구현 pytorch

Tasks

Machine Reading ComprehensionReading ComprehensionText Summarization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Source-summary Entity Aggregation in Abstractive Summarization

2022-10-01 · COLING 2022 10 · José Ángel González, Annie Louis, Jackie Chi Kit Cheung

In a text, entities mentioned earlier can be referred to in later discourse by a more general description. For example, Celine Dion and Justin Bieber can be referred to by Canadian singers or celebrities. In this work, w…

Abstractive Text Summarization

Reasoning or Not? A Comprehensive Evaluation of Reasoning LLMs for Dialogue Summarization

2025-07-02 · Keyan Jin, Yapeng Wang, Leonel Santos, Tao Fang 외 arxiv

Dialogue summarization is a challenging task with significant practical value in customer service, meeting analysis, and conversational AI. Although large language models (LLMs) have achieved substantial progress in summ…

Disentangling Instructive Information from Ranked Multiple Candidates for Multi-Document Scientific Summarization

2024-04-16 · Pancheng Wang, Shasha Li, Dong Li, Kehan Long 외

Automatically condensing multiple topic-related scientific papers into a succinct and concise summary is referred to as Multi-Document Scientific Summarization (MDSS). Currently, while commonly used abstractive MDSS meth…

Decoder

Leveraging Non-dialogue Summaries for Dialogue Summarization

2022-10-17 · TU (COLING) 2022 10 · Seongmin Park, Dongchan Shin, Jihwa Lee

To mitigate the lack of diverse dialogue summarization datasets in academia, we present methods to utilize non-dialogue summarization data for enhancing dialogue summarization systems. We apply transformations to documen…

Document Summarization

TESA: A Task in Entity Semantic Aggregation for Abstractive Summarization

2020-11-01 · EMNLP 2020 11 · Cl{\'e}ment Jumel, Annie Louis, Jackie Chi Kit Cheung

Human-written texts contain frequent generalizations and semantic aggregation of content. In a document, they may refer to a pair of named entities such as {`}London{'} and {`}Paris{'} with different expressions: {``}the…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling