Language Model Fine-Tuning on Scaled Survey Data for Predicting Distributions of Public Opinions
Joseph Suh, Erfan Jahanparast, Suhong Moon, Minwoo Kang, Serina Chang
TL;DR
This paper addresses predicting distributions of public opinions using LLMs by directly fine-tuning on structured survey data. It introduces SubPOP, a large-scale dataset of subpopulation-response distributions, and demonstrates that fine-tuning significantly reduces distributional mismatch (WD) to human responses, with strong generalization to unseen topics, subpopulations, and survey families. The authors formalize a forward KL objective and use LoRA for efficient fine-tuning, showing that distribution modeling outperforms prompt-based approaches and Modular Pluralism. The work holds practical value for designing efficient surveys and generating realistic synthetic distributions, while also outlining data scaling and steerability considerations for future work.
Abstract
Large language models (LLMs) present novel opportunities in public opinion research by predicting survey responses in advance during the early stages of survey design. Prior methods steer LLMs via descriptions of subpopulations as LLMs' input prompt, yet such prompt engineering approaches have struggled to faithfully predict the distribution of survey responses from human subjects. In this work, we propose directly fine-tuning LLMs to predict response distributions by leveraging unique structural characteristics of survey data. To enable fine-tuning, we curate SubPOP, a significantly scaled dataset of 3,362 questions and 70K subpopulation-response pairs from well-established public opinion surveys. We show that fine-tuning on SubPOP greatly improves the match between LLM predictions and human responses across various subpopulations, reducing the LLM-human gap by up to 46% compared to baselines, and achieves strong generalization to unseen surveys and subpopulations. Our findings highlight the potential of survey-based fine-tuning to improve opinion prediction for diverse, real-world subpopulations and therefore enable more efficient survey designs. Our code is available at https://github.com/JosephJeesungSuh/subpop.
