paper-with-me

Papers

Entity-driven Fact-aware Abstractive Summarization of Biomedical Literature

2022-03-30 · Amanuel Alambo, Tanvi Banerjee, Krishnaprasad Thirunarayan, Michael Raymer

As part of the large number of scientific articles being published every year, the publication rate of biomedical literature has been increasing. Consequently, there has been considerable effort to harness and summarize the massive amount of biomedical research articles. While transformer-based encoder-decoder models in a vanilla source document-to-summary setting have been extensively studied for abstractive summarization in different domains, their major limitations continue to be entity hallucination (a phenomenon where generated summaries constitute entities not related to or present in source article(s)) and factual inconsistency. This problem is exacerbated in a biomedical setting where named entities and their semantics (which can be captured through a knowledge base) constitute the essence of an article. The use of named entities and facts mined from background knowledge bases pertaining to the named entities to guide abstractive summarization has not been studied in biomedical article summarization literature. In this paper, we propose an entity-driven fact-aware framework for training end-to-end transformer-based encoder-decoder models for abstractive summarization of biomedical articles. We call the proposed approach, whose building block is a transformer-based model, EFAS, Entity-driven Fact-aware Abstractive Summarization. We conduct experiments using five state-of-the-art transformer-based models (two of which are specifically designed for long document summarization) and demonstrate that injecting knowledge into the training/inference phase of these models enables the models to achieve significantly better performance than the standard source document-to-summary setting in terms of entity-level factual accuracy, N-gram novelty, and semantic equivalence while performing comparably on ROUGE metrics. The proposed approach is evaluated on ICD-11-Summ-1000, and PubMed-50k.

📄 PDF Abstract BibTeX arXiv:2203.15959

Code (1)

amanuelf/biomed_abstractive_summarization 공식 구현

Tasks

Abstractive Text SummarizationArticlesDecoderDocument SummarizationHallucination

Similar Papers 제목 키워드 기반

An Entity-Driven Framework for Abstractive Summarization

2019-09-04 · IJCNLP 2019 11 · Eva Sharma, Luyang Huang, Zhe Hu, Lu Wang

Abstractive summarization systems aim to produce more coherent and concise summaries than their extractive counterparts. Popular neural models have achieved impressive results for single-document summarization, yet their…

Abstract generationAbstractive Text SummarizationDocument SummarizationReinforcement Learning+1

Faithful Abstractive Summarization via Fact-aware Consistency-constrained Transformer

2022-10-01 · CIKM 2022 10 · Yuanjie Lyu, Chen Zhu, Tong Xu, Zikai Yin 외

Abstractive summarization is a classic task in Natural Language Generation (NLG), which aims to produce a concise summary of the original document. Recently, great efforts have been made on sequence-to-sequence neural ne…

Abstractive Text SummarizationText Generation

Entity-Aware Abstractive Multi-Document Summarization

2021-08-01 · Findings (ACL) 2021 8 · Hao Zhou, Weidong Ren, Gongshen Liu, Bo Su 외
Document SummarizationMulti-Document Summarization

Entity-level Factual Consistency of Abstractive Text Summarization

2021-02-18 · EACL 2021 2 · Feng Nan, Ramesh Nallapati, Zhiguo Wang, Cicero Nogueira dos santos 외

A key challenge for abstractive summarization is ensuring factual consistency of the generated summary with respect to the original document. For example, state-of-the-art models trained on existing datasets exhibit enti…

Abstractive Text SummarizationHallucinationText Summarization

Entity-based SpanCopy for Abstractive Summarization to Improve the Factual Consistency

2022-09-07 · Wen Xiao, Giuseppe Carenini

Despite the success of recent abstractive summarizers on automatic evaluation metrics, the generated summaries still present factual inconsistencies with the source document. In this paper, we focus on entity-level factu…

Abstractive Text Summarization