Skip to content

Commit

Permalink
add pcae to semi-sup method
Browse files Browse the repository at this point in the history
  • Loading branch information
ImKeTT committed Sep 27, 2022
1 parent 587691e commit 158bb99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ List format follows:
1. **ICML (Monash)** / [Variational Autoencoder with Disentanglement Priors for Low-Resource Task-Specific Natural Language Generation](https://arxiv.org/abs/2202.13363) / **G2T**, BERT encoder for overall feature extraction and two different MLP encoder for label and content encoding severally. Used prefix-tuning and GPT-2 decoder for zero/few-shot style transfer generation. / Nan
2. **Arxiv (Stanford)** / [Diffusion-LM Improves Controllable Text Generation](https://arxiv.org/abs/2205.14217) / **K2T**, syntactic control over continuous difussion language model in continuous word embedding space (as the latent space and optimized in VAE paradigm) with Plug and Play component. / [Code](https://github.com/XiangLi1999/Diffusion-LM)
3. **ICML (UCLA)** / [Latent Diffusion Energy-Based Model for Interpretable Text Modeling](https://arxiv.org/pdf/2206.05895.pdf) / **G2T**, use diffusion process on latent space with prior sampling with EBM, variational bayes for latent posterior approximation. Similar paradigm of [S-VAE](https://arxiv.org/pdf/1406.5298.pdf) to deal with labels in semi-supervision. / [Code](https://github.com/yuPeiyu98/LDEBM)
4. **KBS (Tsinghua)** / [PCAE: A Framework of Plug-in Conditional Auto-Encoder for Controllable Text Generation](https://www.sciencedirect.com/science/article/pii/S0950705122008942) / **G2T**, invent *Broadcasting Net* to repeatly add control signals into latent space to create a concentrate and manipulable latent space in VAE. Experimenced on both RNN and BART VAE models. / [Code](https://github.com/ImKeTT/pcae)

### 2021

Expand Down

0 comments on commit 158bb99

Please sign in to comment.