paper-with-me

홈 › Papers

Conceptual Text Summarizer: A new model in continuous vector space

2017-10-30 · Mohammad Ebrahim Khademi, Mohammad Fakhredanesh, Seyed Mojtaba Hoseini

Traditional methods of summarization are not cost-effective and possible today. Extractive summarization is a process that helps to extract the most important sentences from a text automatically and generates a short informative summary. In this work, we propose an unsupervised method to summarize Persian texts. This method is a novel hybrid approach that clusters the concepts of the text using deep learning and traditional statistical methods. First we produce a word embedding based on Hamshahri2 corpus and a dictionary of word frequencies. Then the proposed algorithm extracts the keywords of the document, clusters its concepts, and finally ranks the sentences to produce the summary. We evaluated the proposed method on Pasokh single-document corpus using the ROUGE evaluation measure. Without using any hand-crafted features, our proposed method achieves state-of-the-art results. We compared our unsupervised method with the best supervised Persian methods and we achieved an overall improvement of ROUGE-2 recall score of 7.5%.

📄 PDF Abstract BibTeX arXiv:1710.10994

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Summarization

Similar Papers 제목 키워드 기반

A good space: Lexical predictors in word space evaluation

2012-05-01 · LREC 2012 5 · Christian Smith, Henrik Danielsson, Arne J{\"o}nsson

Vector space models benefit from using an outside corpus to train the model. It is, however, unclear what constitutes a good training corpus. We have investigated the effect on summary quality when using various language…

Text CategorizationWord Sense Disambiguation

Interpreting Embedding Spaces by Conceptualization

2022-08-22 · Adi Simhi, Shaul Markovitch

One of the main methods for computational interpretation of a text is mapping it into a vector in some embedding space. Such vectors can then be used for a variety of textual processing tasks. Recently, most embedding sp…

Learning Conceptual Spaces with Disentangled Facets

2019-11-01 · CONLL 2019 11 · Rana Alshaikh, Zied Bouraoui, Steven Schockaert

Conceptual spaces are geometric representations of meaning that were proposed by G ̈ardenfors (2000). They share many similarities with the vector space embeddings that are commonly used in natural language processing. …

Word Embeddings

Extract with Order for Coherent Multi-Document Summarization

2017-06-12 · WS 2017 8 · Mir Tafseer Nayeem, Yllias Chali

In this work, we aim at developing an extractive summarizer in the multi-document setting. We implement a rank based sentence selection using continuous vector representations along with key-phrases. Furthermore, we prop…

Document Summarizationdocument understandingMulti-Document SummarizationSentence

Neural Vector Conceptualization for Word Vector Space Interpretation

2019-04-02 · WS 2019 6 · Robert Schwarzenberg, Lisa Raithel, David Harbecke

Distributed word vector spaces are considered hard to interpret which hinders the understanding of natural language processing (NLP) models. In this work, we introduce a new method to interpret arbitrary samples from a w…