Search papers, labs, and topics across Lattice.
This paper addresses the cultural bias in large language models (LLMs) that often misalign with local values in multilingual societies, specifically focusing on Sri Lanka. By conducting a trilingual survey of 205 respondents, the authors identify 40 majority-endorsed societal values and create LKValues, a resource suite that includes LKvaluesIT, a Sinhala-English instruction corpus, and LKvaluesBench, a value-sensitive evaluation benchmark. The fine-tuning of various LLMs using LKValues demonstrates improvements in value alignment, particularly for the Qwen-family models, although the extent of these gains varies by model family.
New benchmarks reveal that even advanced LLMs struggle with cultural value alignment, but targeted fine-tuning using Sri Lankan values can significantly enhance their performance.
Value alignment of Large Language Models (LLMs) has been shown to be culturally biased toward Western norms. This results in the mishandling of local values in multilingual societies such as Sri Lanka that have their unique cultural dynamics. Existing benchmarks overlook Sri Lankan-contextualized values in its official language Sinhala, hindering culturally sensitive evaluation and fine-tuning. To bridge this gap, we propose LKValues, the first survey-grounded resource suite for Sri Lankan value alignment. From a trilingual survey of 205 respondents, blending adapted global frameworks and LLM-elicited local constructs, we derive 40 majority-endorsed societal values. Using these values, we construct LKvaluesIT, a Sinhala-English news-derived instruction corpus containing 150k scenario-based instances, and LKvaluesBench, a value-sensitive evaluation benchmark of 1,000 instances. We evaluate a set of proprietary and open-weight LLMs with LKvaluesBench. We fine-tune three open-weight base models (Qwen3.5-4B-Base, Qwen3.5-9B-Base, and Aya-Expanse-8B-Base). Our experiments show that newer and larger LLMs still exhibit low-resource and cultural value-alignment gaps. LKValues fine-tuning improves Qwen-family models in English and Sinhala, reducing invalid outputs and cross-lingual disparities, though gains remain model-family dependent. These highlight LKValues efficacy in embedding Sri Lankan values, offering a replicable pipeline for low-resource, country-specific pluralist value alignment. The dataset is publicly available at https://github.com/NextME14/LKValues.