Language of Thought Shapes Output Diversity in Large Language Models
Shaoyang Xu, Wenxuan Zhang
TL;DR
This work investigates the language of thought as a structural control axis for augmenting output diversity in large language models (LLMs). By forcing intermediate thinking in various languages and evaluating English-final outputs, the authors demonstrate that different thinking languages occupy distinct regions in a thinking space and that thinking distances to English, $d_j(l,\text{en})$, correlate positively with diversity metrics. Two sampling strategies are proposed—Single-Language Sampling and Mixed-Language Sampling—and both show that non-English thinking expands diversity, with larger gains for languages farther from English and with compositional benefits when multiple languages are used. The approach yields practical benefits in pluralistic alignment, increasing coverage of cultural knowledge and value orientations, as evidenced on datasets like Blend and WVS, and under varying temperature and sampling counts. The work provides publicly available code and highlights a new paradigm for leveraging multilingual thinking to broaden the thinking space of LLMs.
Abstract
Output diversity is crucial for Large Language Models as it underpins pluralism and creativity. In this work, we reveal that controlling the language used during model thinking-the language of thought-provides a novel and structural source of output diversity. Our preliminary study shows that different thinking languages occupy distinct regions in a model's thinking space. Based on this observation, we study two repeated sampling strategies under multilingual thinking-Single-Language Sampling and Mixed-Language Sampling-and conduct diversity evaluation on outputs that are controlled to be in English, regardless of the thinking language used. Across extensive experiments, we demonstrate that switching the thinking language from English to non-English languages consistently increases output diversity, with a clear and consistent positive correlation such that languages farther from English in the thinking space yield larger gains. We further show that aggregating samples across multiple thinking languages yields additional improvements through compositional effects, and that scaling sampling with linguistic heterogeneity expands the model's diversity ceiling. Finally, we show that these findings translate into practical benefits in pluralistic alignment scenarios, leading to broader coverage of cultural knowledge and value orientations in LLM outputs. Our code is publicly available at https://github.com/iNLP-Lab/Multilingual-LoT-Diversity.
