Post-Training Large Language Models for Diverse High-Quality Responses

Abstract

Reinforcement learning has emerged as a popular method for post-training large language models (LLMs). While improving the model's performance on downstream tasks, it often reduces the model's output diversity, leading to narrow, canonical responses. Existing methods to enhance diversity are limited, either by operating at inference time or by focusing on lexical differences. We propose a novel training method named DQO (Diversity Quality Optimization) based on determinantal point processes (DPPs) to jointly optimize LLMs for quality and semantic diversity. Our approach samples and embeds a group of responses for each prompt, then uses the determinant of a kernel-based similarity matrix to measure diversity as the volume spanned by the embeddings of these responses. Experiments across instruction-following, summarization, story generation, and reasoning tasks demonstrate that our method substantially improves semantic diversity without sacrificing model quality.

Cite

Text

Chen et al. "Post-Training Large Language Models for Diverse High-Quality Responses." International Conference on Learning Representations, 2026.

Markdown

[Chen et al. "Post-Training Large Language Models for Diverse High-Quality Responses." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/chen2026iclr-posttraining/)

BibTeX

@inproceedings{chen2026iclr-posttraining,
  title     = {{Post-Training Large Language Models for Diverse High-Quality Responses}},
  author    = {Chen, Yilei and Chakraborty, Souradip and Wolf, Lorenz and Paschalidis, Ioannis and Pacchiano, Aldo},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/chen2026iclr-posttraining/}
}