International Journal of Engineering and Advanced Technology (IJEAT) ISSN: 2249 – 8958, Volume-9 Issue-3, February, 2020 Multi-Documents Extractive Text Summarization using Node Centrality Anish Mathew Kuriakose, V. Umadevi summarize the contents to be read by the users [2]. Also, it is Abstract: The advancement of technologies produce vast important to acquire certain highlights by preparing amount of data over the internet. The massive amount of information to abbreviate the time spent getting to data. These information flooded in the webpages become more difficult to issues have expanded enthusiasm for the field of text extract the meaningful insights. Social media websites are playing major role in publishing news events on the similar topic with summarization methods. different contents. Extracting the hidden information from the Undoubtedly, human life are improved by the abundant multiple webpages are tedious job for researchers and data that is being generated and available in the internet, but it industrialists. This paper mainly focuses on gathering makes fast access of data and yet it is difficult to summarize it information from multiple webpages and to produce summary [3]. The advancement of automated text summarization are from those contents under similar topic. Multi-document progressively intended by industrialists and researchers to extractive summarization has been developed using the graph based text summarization method. Proposed method builds a accomplish more prominent efficiencies through upgraded graph between the multi-documents using the Katz centrality of techniques. In the text mining research field, most of the work nodes. The performance of proposed GeSUM (Graph based has being carried out in text summarization area and lot of Extractive Summarization) is evaluated with the ROUGE metrics. new techniques are proposed for the improvement of text summarization, still the hype of the research is not decreased Keywords: Extractive text summarization, node centrality, Katz [1]. The above statement clearly indicates that, text centrality. summarization is a hot topic which comes under Natural I. INTRODUCTION Language Processing (NLP). It has the goal to provide huge content in a packed and conceivable structure. The most known categories for the text summarization are as follows he volume of electronic reports on the Internet have T [2]: speed up due to the quick advancement of Internet evolution. Extractive summarization which comprises of three Individual internet user can obtain and share the information phrases: portrayal of writings, sentence scoring, and from different sources due to the rapid growth of social media sentence choice websites. The Internet as of now gives access to billions of Abstractive summarization decipher the principle archives. As this builds each second, an unpredictable substance of reports by utilizing NLP methods, and development of information has been seen over a brief afterward rewrite the content with its own timeframe. Based on the user’s inputs, the web crawlers or understandings search engines such as Google, Bing, etc. are able to retrieve Based on the number of documents, the summarization can most related web pages. Even though the search engines also be categorized as single document summarization and which are having high performance computing are not able to multi-documents summarization. Data deluge in the internet integrate the retrieved document meaningfully. The search leads to have abundant amount of information. These engines are immature and lack of ability to provide the information are available in multiple webpages which are information they crawled. This issue lead the path to develop referring to a similar topic. This leads, the researchers and the necessary tools to process the data [1]. For collecting and industrialist to consider the multi-document summarization to aggregating the huge number of web documents or any type of produce summary from multiple documents [4]. Summaries documents, the most popular method “text summarization” is can likewise be sorted as either nonexclusive or question being used. Notwithstanding the most recent advancement highlighted [5]. Most by far of studies directed by scientists found in text summarization, the issue has not yet been have been based on nonexclusive summarization. In this sort completely settled. The most significant data in the huge of outline, a couple of constrained suppositions about the collection of text document is discovered by automated text reason for shaping the summarization are made, and the summarization techniques and it able to consolidate and general substance is kept up, while attempting to cover however much data as could reasonably be expected. Revised Manuscript Received on February 15, 2020. Question highlighted summarization is focused on inquiries * Correspondence Author controlled by the client and data identified with the subject in Anish Mathew Kuriakose, Research Scholar, Department of Computer Science, Jairams Arts and Science College Karur affiliated to Bharathidasan the content is returned [6]. University Tiruchirappalli, Tamil Nadu, India. Dr. V. Umadevi, Director, Department of Computer Science, Jairams Arts and Science College Karur affiliated to Bharathidasan University Tiruchirappalli, Tamil Nadu, India. Published By: Retrieval Number: C5970029320/2020©BEIESP Blue Eyes Intelligence Engineering DOI: 10.35940/ijeat.C5970.029320 2817 & Sciences Publication Multi-Documents Extractive Text Summarization using Node Centrality This research paper is organized as follows: Background A. Big Data Pre-processing study is discussed in the section 2. In section 3, the proposed Huge amount of texts are collected through the web algorithm is given with a neat architecture. In the proposed crawler which is developed by using python 3.7. The web structure for Multi-Document Summarization which are crawler collect the texts based on the event passed by the user. utilizing graph theory methods. The experimental results of Depends on the topic / event passed as input, the web crawler the proposed graph based extractive text summarization extract the similar contents from the multiple webpages. method is presented in section 4. To end with the paper is These documents contain high amount of noisy data. The raw concluded with future work and limitations in section 5. texts are then clean by the big data pre-processing methods. Audios, videos, images, URL, etc in the raw texts are II. RELATED WORK removed and the text contents are stored in a database. The In this literature study, a graph-based non-specific, cleaned texts are used for the further process. Algorithm 1 extractive and multi-document summarization techniques are shows the pseudo code for the big data preprocessing. discussed to extract correct summaries from the given large Algorithm 1: Big Data Preprocessing text of web documents. Extractive summarization method is Input: Event name, e an easiest way for the learners who are having difficulties to Output: Cleaned text documents, D read large content [7]. The ranking of word frequency is an 1 ui U important task in the text summarization with the part of speech tags such as nouns, proper nouns, places and objects 2 di D [8]. In the text summarization most of the works have been 3 e = {} carried out using the graph-based approach. 4 initialize i =0 In another research work, the author [9] have considered 5 for ui in U: the other features of the content such as boldened, italics, a if e in ui: underline and quotes as the important properties to find the b remove images, audios, videos in di significance of the sentence. The author [10] have considered c di = ui.text() the words that were presented in the title to extract the d increase i by 1 summary. The word in the title are most relevant to the 6 end for summary. The authors in the paper [11] have discussed about 7 return D the sentence scoring methods. The position of the sentence The first task of proposed summarization technique is to with highest occurrence of words in the document are collect the huge texts which are relevant to the given event determined by the sentence ranking. Ranking the phrases is name. Search engines retrieve all the data which are relevant also an important way of study to extract the summary from to the given event name. The most of content are not the large text. The author [12] have discussed the different necessary, since it returns the content which are discussed by types of scoring methods such as word, sentence and graph the blog writers and fake news producers. To avoid these based scoring. Graph is the easiest way to find the link issues, the proposed technique considered only the selected between one sentences to another sentences. It defined the news article websites. In the algorithm 1, ‘u’ denotes the URL structure by showing the relationships between the sentences. link of the selected news article websites. ‘e’ denotes event Graph represents the semantic flow of the contents. The link name. The given event name is searched in the contents that between one nodes to another depicts the continuity of the are available in all the given URL links. Noisy data such as meaning of the documents. The strongest and weakest images, audios, videos, etc which are present in the webpages relationship denotes the relevancy of the sentence flow [16]. are removed by the preprocessing function that is written Most of the graph-based text summarization have been using ‘BeautifulSoup’ of the python library. The cleaned text carried out using the LexRank and TexRank method. are stored as single document with a document identity for the TexRank which contains the edges between the vertices are further references. ‘d’ denotes text document. used to find the relationships among the different sentences B. GeSUM Technique [13]. Eigenvector based node centrality is used along with The proposed GeSUM (Graph based Extractive LexRank to produce the summary [14]. The authors [15] have Summarization) text summarization technique consists of two discussed the advantage of PageRank algorithm in the text main phases that are as follows: summarization.
Details
-
File Typepdf
-
Upload Time-
-
Content LanguagesEnglish
-
Upload UserAnonymous/Not logged-in
-
File Pages6 Page
-
File Size-