paper-with-me

Papers

SumPubMed: Summarization Dataset of PubMed Scientific Articles

2021-08-01 · ACL 2021 5 · Vivek Gupta, Prerna Bharti, Pegah Nokhiz, Harish Karnick

Most earlier work on text summarization is carried out on news article datasets. The summary in these datasets is naturally located at the beginning of the text. Hence, a model can spuriously utilize this correlation for summary generation instead of truly learning to summarize. To address this issue, we constructed a new dataset, SumPubMed , using scientific articles from the PubMed archive. We conducted a human analysis of summary coverage, redundancy, readability, coherence, and informativeness on SumPubMed . SumPubMed is challenging because (a) the summary is distributed throughout the text (not-localized on top), and (b) it contains rare domain-specific scientific terms. We observe that seq2seq models that adequately summarize news articles struggle to summarize SumPubMed . Thus, SumPubMed opens new avenues for the future improvement of models as well as the development of new evaluation metrics.

📄 PDF Abstract BibTeX

Code (1)

vgupta123/sumpubmed 공식 구현

Tasks

ArticlesInformativenessText Summarization

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Seq2Seq Seq2Seq, or Sequence To Sequence, is a model used in sequence prediction tasks, such as language modelling and machine translation. The idea is to use one…

Similar Papers 제목 키워드 기반

Discourse-Aware Unsupervised Summarization of Long Scientific Documents

2020-05-01 · Yue Dong, Andrei Mircea, Jackie C. K. Cheung

We propose an unsupervised graph-based ranking model for extractive summarization of long scientific documents. Our method assumes a two-level hierarchical graph representation of the source document, and exploits asymme…

ArticlesExtractive SummarizationSentenceUnsupervised Extractive Summarization

Discourse-Aware Unsupervised Summarization for Long Scientific Documents

2021-04-01 · EACL 2021 2 · Yue Dong, Andrei Mircea, Jackie Chi Kit Cheung

We propose an unsupervised graph-based ranking model for extractive summarization of long scientific documents. Our method assumes a two-level hierarchical graph representation of the source document, and exploits asymme…

ArticlesExtractive SummarizationSentence

A Hybrid Approach to Generation of Missing Abstracts in Biomedical Literature

2016-12-01 · COLING 2016 12 · Suchet Chachra, Asma Ben Abacha, Sonya Shooshan, Laritza Rodriguez 외

Readers usually rely on abstracts to identify relevant medical information from scientific articles. Abstracts are also essential to advanced information retrieval methods. More than 50 thousand scientific publications i…

ArticlesInformation RetrievalKeyphrase ExtractionNatural Language Inference+2

Zero-Shot Aspect-Based Scientific Document Summarization using Self-Supervised Pre-training

2022-05-01 · BioNLP (ACL) 2022 5 · Amir Soleimani, Vassilina Nikoulina, Benoit Favre, Salah Ait Mokhtar

We study the zero-shot setting for the aspect-based scientific document summarization task. Summarizing scientific documents with respect to an aspect can remarkably improve document assistance systems and readers experi…

Document SummarizationScientific Document Summarization

Annotating Relations in Scientific Articles

2014-05-01 · LREC 2014 5 · Adam Meyers, Giancarlo Lee, Angus Grieve-Smith, Yifan He 외

Relations (ABBREVIATE, EXEMPLIFY, ORIGINATE, REL{\_}WORK, OPINION) between entities (citations, jargon, people, organizations) are annotated for PubMed scientific articles. We discuss our specifications, pre-processing a…

ArticlesRelation Extraction