ArXiv

LKValues: Aligning Large Language Models with Sri Lankan Societal Values

Authors
Nethmi Muthugala, Supryadi, Surangika Ranathunga...
Categories
cs.CL
arXiv
https://arxiv.org/abs/2607.20410v1
PDF
https://arxiv.org/pdf/2607.20410v1

Brief

LKValues introduces the first survey-grounded Sri Lankan value-alignment suite: a trilingual survey of 205 respondents yielded 40 majority-endorsed societal values, used to build LKvaluesIT (150k Sinhala–English instruction scenarios) and LKvaluesBench (1,000 evaluation instances). The authors fine-tuned three open-weight models (Qwen3.5-4B, Qwen3.5-9B, Aya-Expanse-8B) and found LKValues tuning reduced invalid outputs and cross‑lingual disparities in Qwen models, though larger/newer LLMs still show cultural alignment gaps. Data and code are public.

Why it matters

A trilingual survey of 205 Sri Lankan respondents produced 40 majority-endorsed societal values; these underpin LKvaluesIT (150,000 Sinhala–English news-derived instruction instances) and LKvaluesBench (1,000 value-sensitive evaluation instances).

Key details

  • The authors fine-tuned three open-weight base models (Qwen3.5-4B-Base, Qwen3.5-9B-Base, Aya-Expanse-8B-Base); LKValues fine-tuning improved Qwen-family outputs in English and Sinhala by reducing invalid outputs and cross-lingual disparities, but newer/larger LLMs still show low-resource and cultural value-alignment gaps and gains are model-family dependent.
Source evidence

Abstract

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.

Comment: 37 pages, 10 figures, and 15 tables. Includes appendices. Datasets are available at the project repository