← Search

Haozhe Ji

6 accepted papers

2024

Towards Efficient Exact Optimization of Language Model Alignment

ICML 2024poster

The alignment of language models with human preferences is vital for their application in real-world tasks. The problem is formulated as optimizing the model's policy to maximize the expected reward that reflects human preferences with minimal deviation from the initial policy. While considered as a…

2023

Tailoring Language Generation Models under Total Variation Distance

ICLR 2023top-5%

The standard paradigm of neural language generation adopts maximum likelihood estimation (MLE) as the optimizing method. From a distributional view, MLE in fact minimizes the Kullback-Leibler divergence (KLD) between the distribution of the real data and that of the model. However, this approach for…

2022

Curriculum-Based Self-Training Makes Better Few-Shot Learners for Data-to-Text Generation

IJCAI 2022poster

Despite the success of text-to-text pre-trained models in various natural language generation (NLG) tasks, the generation performance is largely restricted by the number of labeled data in downstream tasks, particularly in data-to-text generation tasks. Existing works mostly utilize abundant unlabel…

2022

LaMemo: Language Modeling with Look-Ahead Memory

NAACL 2022long

Although Transformers with fully connected self-attentions are powerful to model long-term dependencies, they are struggling to scale to long texts with thousands of words in language modeling. One of the solutions is to equip the model with a recurrence memory. However, existing approaches directly…

2021

DiscoDVT: Generating Long Text with Discourse-Aware Discrete Variational Transformer

EMNLP 2021main

Despite the recent advances in applying pre-trained language models to generate high-quality texts, generating long passages that maintain long-range coherence is yet challenging for these models. In this paper, we propose DiscoDVT, a discourse-aware discrete variational Transformer to tackle the in…