paper-with-me

홈 › Papers

Extractive Summarization using Deep Learning

2017-08-15 · Sukriti Verma, Vagisha Nidhi

This paper proposes a text summarization approach for factual reports using a deep learning model. This approach consists of three phases: feature extraction, feature enhancement, and summary generation, which work together to assimilate core information and generate a coherent, understandable summary. We are exploring various features to improve the set of sentences selected for the summary, and are using a Restricted Boltzmann Machine to enhance and abstract those features to improve resultant accuracy without losing any important information. The sentences are scored based on those enhanced features and an extractive summary is constructed. Experimentation carried out on several articles demonstrates the effectiveness of the proposed approach. Source code available at: https://github.com/vagisha-nidhi/TextSummarizer

📄 PDF Abstract BibTeX arXiv:1708.04439

Code (2)

vagisha-nidhi/TextSummarizer 공식 구현
law-ai/summarization pytorch

Tasks

ArticlesDeep LearningExtractive SummarizationText Summarization

Methods 이 논문이 사용한 방법론

Restricted Boltzmann Machine 설명 없음

Similar Papers 제목 키워드 기반

A Tree-of-Thoughts Inspired Hybrid Approach for Legal Case Judgement Summarization using LLMs

2026-06-26 · Aniket Deroy, Kripabandhu Ghosh, Saptarshi Ghosh arxiv

In recent times, Large Language Models (LLMs) are increasingly being used for legal case judgement summarization. Most prior works have tried traditional extractive and abstractive summarization of case judgements. Howev…

Extractive Topical Summarization With Aspects

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Extractive summarization is a task of highlighting the most important parts of the text. We introduce a new approach to extractive summarization task using hidden topical structure and information about aspects of the te…

Extractive Summarization

Towards Supervised Extractive Text Summarization via RNN-based Sequence Classification

2019-11-13 · Eduardo Brito, Max Lübbering, David Biesner, Lars Patrick Hillebrand 외

This article briefly explains our submitted approach to the DocEng'19 competition on extractive summarization. We implemented a recurrent neural network based model that learns to classify whether an article's sentence b…

ClassificationExtractive SummarizationExtractive Text SummarizationGeneral Classification+2

Scaling Up Summarization: Leveraging Large Language Models for Long Text Extractive Summarization

2024-08-28 · Léo Hemamou, Mehdi Debiane

In an era where digital text is proliferating at an unprecedented rate, efficient summarization tools are becoming indispensable. While Large Language Models (LLMs) have been successfully applied in various NLP tasks, th…

Extractive SummarizationExtractive Text SummarizationLanguage ModelingLanguage Modelling+3

Extractive is not Faithful: An Investigation of Broad Unfaithfulness Problems in Extractive Summarization

2022-09-08 · Shiyue Zhang, David Wan, Mohit Bansal

The problems of unfaithful summaries have been widely discussed under the context of abstractive summarization. Though extractive summarization is less prone to the common unfaithfulness issues of abstractive summaries, …

Abstractive Text SummarizationExtractive Summarization