Home

Awesome

Point-Then-Operate

This repository contains PyTorch implementations of the ACL2019 paper "A Hierarchical Reinforced Sequence Operation Method for Unsupervised Text Style Transfer". [paper] | [slides]

<p align="center"> <img src="static/Example.png" height="200" /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <img src="static/PTO.png" height="200" /> </p>

Overview

Dependencies

Usage

Test with Pre-Trained Models

Train the Models

Citation

Please cite our ACL paper if this repository inspired your work.

@inproceedings{WuRLS19,
  author    = {Chen Wu and
               Xuancheng Ren and
               Fuli Luo and
               Xu Sun},
  title     = {A Hierarchical Reinforced Sequence Operation Method for Unsupervised Text Style Transfer},
  booktitle = {Proceedings of the 57th Conference of the Association for Computational Linguistics, {ACL} 2019, Florence, Italy, July 28- August 2, 2019, Volume 1: Long Papers},
  pages     = {4873--4883},
  year      = {2019},
  url       = {https://www.aclweb.org/anthology/P19-1482/}
}

Contact