Skip to the content.

Abstractive Text Summarization

Deliverable of UTS 32933 Research Project, Spring 2021

Web Application: Link

Supervisor: Professor. Wei Liu

What is it

The model

Demo

To see the working demo, click on the links

Overview of the Web Application

HomePage: (Introduction of the web application and how it works)

image

Text Summarizer page: (Where the model takes user input and start summarization)

image

Result Page: (Will display Texts input by user, Abstractive and Extractive summaries)

image image

Dependancies

The automatic text summarizer is deployed with Django framework.

To run and modify the model on your own device, you need to install the following dependancies in your virtual enrivonment:

Under the main directory: run commands:

$ python manage.py runserver


The webpage will start at django server with private address at: http://127.0.0.1:8000/


Contact

If you have any queries, feel free to create an issue or contact me via the email address 14013635@student.uts.edu.au

Reference

If you use this code or these models, please cite the following paper:

@misc{zhang2019pegasus,
    title={PEGASUS: Pre-training with Extracted Gap-sentences for Abstractive Summarization},
    author={Jingqing Zhang and Yao Zhao and Mohammad Saleh and Peter J. Liu},
    year={2019},
    eprint={1912.08777},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}