This repository contains the code for the NeurIPS 2021 paper: Controlled Text Generation as Continuous Optimization with Multiple Constraints
The main file to run this decoding algorithm is decode.py
. All models used in this code are based on huggingface transformers.
see examples
see examples
This code currently supports the following losses:
To add more losses/constraints, follow examples from 'mucoco/losses/'
The source code is licensed under the MIT license, which you can find in the LICENSE.md file