paper-with-me

Papers

Attention based Sentence Extraction from Scientific Articles using Pseudo-Labeled data

2018-02-13 · Parth Mehta, Gaurav Arora, Prasenjit Majumder

In this work, we present a weakly supervised sentence extraction technique for identifying important sentences in scientific papers that are worthy of inclusion in the abstract. We propose a new attention based deep learning architecture that jointly learns to identify important content, as well as the cue phrases that are indicative of summary worthy sentences. We propose a new context embedding technique for determining the focus of a given paper using topic models and use it jointly with an LSTM based sequence encoder to learn attention weights across the sentence words. We use a collection of articles publicly available through ACL anthology for our experiments. Our system achieves a performance that is better, in terms of several ROUGE metrics, as compared to several state of art extractive techniques. It also generates more coherent summaries and preserves the overall structure of the document.

📄 PDF Abstract BibTeX arXiv:1802.04675

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesSentenceTopic Models

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

SciBERTSUM: Extractive Summarization for Scientific Documents

2022-01-21 · Athar Sefid, C Lee Giles

The summarization literature focuses on the summarization of news articles. The news articles in the CNN-DailyMail are relatively short documents with about 30 sentences per document on average. We introduce SciBERTSUM, …

ArticlesExtractive SummarizationSentence

Large-scale Hierarchical Alignment for Data-driven Text Rewriting

2018-10-18 · RANLP 2019 9 · Nikola I. Nikolov, Richard H. R. Hahnloser

We propose a simple unsupervised method for extracting pseudo-parallel monolingual sentence pairs from comparable corpora representative of two different text styles, such as news articles and scientific papers. Our appr…

ArticlesSentenceStyle TransferText Simplification

Mining and Analyzing the Future Works in Scientific Articles

2015-07-08 · Yue Hu, Xiaojun Wan

Future works in scientific articles are valuable for researchers and they can guide researchers to new research directions or ideas. In this paper, we mine the future works in scientific articles in order to 1) provide a…

ArticlesClassificationGeneral Classification

Duluth at SemEval-2021 Task 11: Applying DeBERTa to Contributing Sentence Selection and Dependency Parsing for Entity Extraction

2021-08-01 · SEMEVAL 2021 · Anna Martin, Ted Pedersen

This paper describes the Duluth system that participated in SemEval-2021 Task 11, NLP Contribution Graph. It details the extraction of contribution sentences and scientific entities and their relations from scholarly art…

ArticlesDependency ParsingSentenceSentence Classification

Information Retrieval and Extraction on COVID-19 Clinical Articles Using Graph Community Detection and Bio-BERT Embeddings

2020-07-01 · ACL 2020 7 · Debasmita Das, Yatin Katyal, Janu Verma, Shashank Dubey 외

In this paper, we present an information retrieval system on a corpus of scientific articles related to COVID-19. We build a similarity network on the articles where similarity is determined via shared citations and biol…

ArticlesCommunity DetectionExtractive SummarizationInformation Retrieval+3