Automated Paraphrasing Text

Description
Paraphrasing is a way to express the meaning of something using different words in order to make it easier for audience to understand.

Technical Background

This demo is built on Python and it uses transformer library with some other famous python packages like pyTorch, timm, sentencepiece and sentence-spiltter. Transformers package contains over 30 pre-trained models and 100 languages, along with eight major architectures for natural language understanding (NLU) and natural language generation (NLG). While Pytorch is use in many deep learning tasks.

Use Cases

The basic objective of a paraphrase is to translate the original message into your own words in order to demonstrate that you have understood the paragraph sufficiently to restate it. The reader should clearly comprehend the author's viewpoint on the subject from the paraphrasing. We can use this demo to paraphrase some text.

How can we use this demo?

This app uses natural language processing to create paraphrasing of your input text. You can use the given examples as well by just clicking on it.