paper-with-me

홈 › Papers

Mind the Gap! Injecting Commonsense Knowledge for Abstractive Dialogue Summarization

2022-09-02 · COLING 2022 10 · Seungone Kim, Se June Joo, Hyungjoo Chae, Chaehyeong Kim, Seung-won Hwang, Jinyoung Yeo

In this paper, we propose to leverage the unique characteristics of dialogues sharing commonsense knowledge across participants, to resolve the difficulties in summarizing them. We present SICK, a framework that uses commonsense inferences as additional context. Compared to previous work that solely relies on the input dialogue, SICK uses an external knowledge model to generate a rich set of commonsense inferences and selects the most probable one with a similarity-based selection method. Built upon SICK, SICK++ utilizes commonsense as supervision, where the task of generating commonsense inferences is added upon summarizing the dialogue in a multi-task learning setting. Experimental results show that with injected commonsense knowledge, our framework generates more informative and consistent summaries than existing methods.

📄 PDF Abstract BibTeX arXiv:2209.00930

Code (1)

SeungoneKim/SICK_Summarization 공식 구현 pytorch

Tasks

Abstractive Dialogue SummarizationMulti-Task LearningText Summarization

Similar Papers 제목 키워드 기반

Incorporating Commonsense Knowledge into Abstractive Dialogue Summarization via Heterogeneous Graph Networks

2020-10-20 · CCL 2021 8 · Xiachong Feng, Xiaocheng Feng, Bing Qin, Ting Liu

Abstractive dialogue summarization is the task of capturing the highlights of a dialogue and rewriting them into a concise version. In this paper, we present a novel multi-speaker dialogue summarizer to demonstrate how l…

Abstractive Dialogue Summarizationdialogue summaryDialogue Understanding

Mind The Facts: Knowledge-Boosted Coherent Abstractive Text Summarization

2020-06-27 · Beliz Gunel, Chenguang Zhu, Michael Zeng, Xuedong Huang

Neural models have become successful at producing abstractive summaries that are human-readable and fluent. However, these models have two critical shortcomings: they often don't respect the facts that are either include…

Abstractive Text SummarizationDecoderLanguage ModelingLanguage Modelling+2

Improving Abstractive Summarization with Commonsense Knowledge

2021-09-01 · RANLP 2021 9 · Pranav Nair, Anil Kumar Singh

Large scale pretrained models have demonstrated strong performances on several natural language generation and understanding benchmarks. However, introducing commonsense into them to generate more realistic text remains …

Abstractive Text SummarizationText Generation

Taxonomy of Abstractive Dialogue Summarization: Scenarios, Approaches and Future Directions

2022-10-18 · Qi Jia, Yizhu Liu, Siyu Ren, Kenny Q. Zhu

Abstractive dialogue summarization is to generate a concise and fluent summary covering the salient information in a dialogue among two or more interlocutors. It has attracted great attention in recent years based on the…

Abstractive Dialogue SummarizationArticlesDocument Summarization

CORECODE: A Common Sense Annotated Dialogue Dataset with Benchmark Tasks for Chinese Large Language Models

2023-12-20 · Dan Shi, Chaobin You, Jiantao Huang, Taihao Li 외

As an indispensable ingredient of intelligence, commonsense reasoning is crucial for large language models (LLMs) in real-world scenarios. In this paper, we propose CORECODE, a dataset that contains abundant commonsense …

Causal InferenceCommon Sense Reasoning