Git Product home page Git Product logo

query-text-summarization's Introduction

Automated Text Summarization

This automated research assistant outputs summarized bullet points of sub-topics by taking keywords input from user and output only related summary as bullet points.

Automated Text summarization tasks can be classified into extractive and abstractive summarization which could be further broken down into Single Document and Multi Document text summarization. Our goal is to generate multi-document abstractive summaries of sub-topics in this Automated Research Assistant (ARA); which is “understanding” the original text and “retelling” it in fewer words. However due to limited timeline I remained stick to the extractive summaries of sub-topics.

Design Overview

alt text

Goals

The design of our ARA could have following goals:

 Reading and preprocessing documents from plain text files which includes tokenization, stop words removal, case change and stemming.

 Document Clustering of input documents to group similar documents in clusters.

 Topic Modelling due to no label or keyword information, unsupervised technique to be used for topic modelling.

 Topic Input from the user for topics and subtopics.

 Relevant Documents retrieval against input topics and subtopics. The similarity is to be measured between input topic and topic modelling output to identify most relevant cluster.

 Summarization using ‘TextRank’ approach to model text as graph networks and retrieve high importance sentences as summaries.

File Descripion

The submitted task contains 04 files, details and instructions as following:

summarizer.py is the main file which can be run from Command Prompt as

python summarizer.py

without arguments. On execution it first asks for the path where articles are location, e.g. to build on given articles, ‘./articles/’ is required. Next it asks for Topic and Sub Topics.

preprocess.py contains the pre-processing function.

extractive.py applies ‘TextRank’ algorithm and contains ‘summarize’ function for extractive summarization.

summary.py contains the function for finding similar sentences to relevant to subtopics.

query-text-summarization's People

Contributors

noumanriazkhan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.