Paraphrasing a sentence and changing the tone of it

I am trying to make a model that is capable of translating a sentence into a new and a better form. I would like the model to change the tone and also give it some character. I am using this in my web app UI, simply allowing the users to witness new description as they refresh the page. For example, You are logged out - Looks like you have logged out. Something of such sort, any idea on this?

Topic transformer machine-translation nlp machine-learning

Category Data Science


You can use the text augmentation techniques mentioned here. https://github.com/makcedward/nlpaug/blob/master/example/textual_augmenter.ipynb


I don't know how they do it, but https://www.wordtune.com/#rewrite-demo is the most impressive paraphraser I've seen. Maybe they explain their approach somewhere?

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.