-
Notifications
You must be signed in to change notification settings - Fork 32.2k
Open
Labels
Description
🌟 New model addition
Model description
POINTER is a progressive and non-autoregressive text generation pre-training approach, published on EMNLP 2020 by Microsoft Research. POINTER generates fluent text in a progressive and parallel manner. With empirical logarithmic time, POINTER outperforms existing non-autoregressive text generation approaches in hard-constrained text generation.
The model uses basically BERT-large architecture. However, an additional token is added to the vocab. The inference is performed by passing the input iteratively to the model. Since there is no existing model architecture in Huggingface that is compatible, I am not sure how to incorporate this into the model card.
Open source status
- the model implementation is available: (https://github.com/dreasysnail/POINTER)
- the model weights are available: here
- who are the authors: @dreasysnail
Reactions are currently unavailable