paper-with-me

Papers

Capturing Relations between Scientific Papers: An Abstractive Model for Related Work Section Generation

2021-08-01 · ACL 2021 5 · Xiuying Chen, Hind Alamro, Mingzhe Li, Shen Gao, Xiangliang Zhang, Dongyan Zhao, Rui Yan

Given a set of related publications, related work section generation aims to provide researchers with an overview of the specific research area by summarizing these works and introducing them in a logical order. Most of existing related work generation models follow the inflexible extractive style, which directly extract sentences from multiple original papers to form a related work discussion. Hence, in this paper, we propose a Relation-aware Related work Generator (RRG), which generates an abstractive related work from the given multiple scientific papers in the same research area. Concretely, we propose a relation-aware multi-document encoder that relates one document to another according to their content dependency in a relation graph. The relation graph and the document representation are interacted and polished iteratively, complementing each other in the training process. We also contribute two public datasets composed of related work sections and their corresponding papers. Extensive experiments on the two datasets show that the proposed model brings substantial improvements over several strong baselines. We hope that this work will promote advances in related work generation task.

📄 PDF Abstract BibTeX

Code (1)

iriscxy/relatedworkgeneration 공식 구현

Tasks

Relation

Similar Papers 제목 키워드 기반

Enhancing Abstractive Summarization of Scientific Papers Using Structure Information

2025-05-20 · Tong Bao, Heng Zhang, Chengzhi Zhang

Abstractive summarization of scientific papers has always been a research focus, yet existing methods face two main challenges. First, most summarization models rely on Encoder-Decoder architectures that treat papers as …

Abstractive Text SummarizationFeature Engineering

Citance-Contextualized Summarization of Scientific Papers

2023-11-04 · Shahbaz Syed, Ahmad Dawar Hakimi, Khalid Al-Khatib, Martin Potthast

Current approaches to automatic summarization of scientific papers generate informative summaries in the form of abstracts. However, abstracts are not intended to show the relationship between a paper and the references …

Sentence

A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents

2018-04-16 · NAACL 2018 6 · Arman Cohan, Franck Dernoncourt, Doo Soon Kim, Trung Bui 외

Neural abstractive summarization models have led to promising results in summarizing relatively short documents. We propose the first model for abstractive summarization of single, longer-form documents (e.g., research p…

Abstractive Text SummarizationDecoderText SummarizationUnsupervised Extractive Summarization

Target-aware Abstractive Related Work Generation with Contrastive Learning

2022-05-26 · Xiuying Chen, Hind Alamro, Mingzhe Li, Shen Gao 외

The related work section is an important component of a scientific paper, which highlights the contribution of the target paper in the context of the reference papers. Authors can save their time and effort by using the …

Contrastive LearningTAG

CitationSum: Citation-aware Graph Contrastive Learning for Scientific Paper Summarization

2023-01-26 · Zheheng Luo, Qianqian Xie, Sophia Ananiadou

Citation graphs can be helpful in generating high-quality summaries of scientific papers, where references of a scientific paper and their correlations can provide additional knowledge for contextualising its background …

Contrastive LearningText Summarization