← Search

Zichao Yang

13 accepted papers

2024

Unified Generation, Reconstruction, and Representation: Generalized Diffusion with Adaptive Latent Encoding-Decoding

ICML 2024poster

The vast applications of deep generative models are anchored in three core capabilities---*generating* new instances, *reconstructing* inputs, and learning compact *representations*---across various data types, such as discrete text/protein sequences and continuous images. Existing model families, l…

2023

Language Models Meet World Models: Embodied Experiences Enhance Language Models

NeurIPS 2023poster

While large language models (LMs) have shown remarkable capabilities across numerous tasks, they often struggle with simple reasoning and planning in physical environments, such as understanding object permanence or planning household activities. The limitation arises from the fact that LMs are trai…

2022

Don’t Take It Literally: An Edit-Invariant Sequence Loss for Text Generation

NAACL 2022long

Neural text generation models are typically trained by maximizing log-likelihood with the sequence cross entropy (CE) loss, which encourages an exact token-by-token match between a target sequence with a generated sequence. Such training objective is sub-optimal when the target sequence is not perfe…

2022

TreeMix: Compositional Constituency-based Data Augmentation for Natural Language Understanding

NAACL 2022long

Data augmentation is an effective approach to tackle over-fitting. Many previous works have proposed different data augmentations strategies for NLP, such as noise injection, word replacement, back-translation etc. Though effective, they missed one important characteristic of language–compositionali…

2021

Progressive Generation of Long Text with Pretrained Language Models

NAACL 2021long

Large-scale language models (LMs) pretrained on massive corpora of text, such as GPT-2, are powerful open-domain text generators. However, as our systematic examination reveals, it is still challenging for such models to generate coherent long passages of text (e.g., 1000 tokens), especially when th…

2018

Deep Generative Models with Learnable Knowledge Constraints

NeurIPS 2018poster

The broad set of deep generative models (DGMs) has achieved remarkable advances. However, it is often difficult to incorporate rich structured domain knowledge with the end-to-end DGMs. Posterior regularization (PR) offers a principled framework to impose structured constraints on probabilistic mode…

Cited by 99SourcePDFScholar
2018

Unsupervised Text Style Transfer using Language Models as Discriminators

NeurIPS 2018poster

Binary classifiers are employed as discriminators in GAN-based unsupervised style transfer models to ensure that transferred sentences are similar to sentences in the target domain. One difficulty with the binary discriminator is that error signal is sometimes insufficient to train the model to prod…

2017

Improved Variational Autoencoders for Text Modeling using Dilated Convolutions

ICML 2017poster

Recent work on generative text modeling has found that variational autoencoders (VAE) with LSTM decoders perform worse than simpler LSTM language models (Bowman et al., 2015). This negative result is so far poorly understood, but has been attributed to the propensity of LSTM decoders to ignore condi…

Cited by 485SourcePDFScholar
2017

Toward Controlled Generation of Text

ICML 2017poster

Generic generation and manipulation of text is challenging and has limited success compared to recent deep generative modeling in visual domain. This paper aims at generating plausible text sentences, whose attributes are controlled by learning disentangled latent representations with designated sem…