Paper deep dive
Steerable Cultural Preference Optimization of Reward Models
Minsik Oh, Advit Deepak, Sophie Wu, Douwe Kiela, Ekaterina Shutova
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 97%
Last extracted: 6/21/2026, 2:40:18 AM
Summary
The paper introduces Steerable Cultural Preference Optimization (SCPO), a novel training algorithm designed to develop reward models (RMs) that accurately represent the diverse cultural preferences of sub-communities (minority alignment). SCPO addresses the bias in LLM alignment towards Western/majority perspectives by using a 'global' reward model as a reference point. The method employs two key stages: (1) Filtering, which removes preference pairs where the global RM and minority preferences agree to increase data efficiency, and (2) Weighting, which down-weights highly divergent preference pairs to mitigate excessive bias and ensure the model retains core global knowledge while capturing subtle cultural distinctions. Experimental results on the PRISM and GlobalOpinionQA datasets show that SCPO improves minority reward model performance and is significantly more data-efficient than full-data fine-tuning.
Entities (10)
Relation Signals (5)
SCPO ā evaluatedon ā PRISM
confidence 100% Ā· across two datasets, PRISM and GlobalOpinionQA
SCPO ā evaluatedon ā GlobalOpinionQA
confidence 100% Ā· across two datasets, PRISM and GlobalOpinionQA
SCPO ā uses ā Global Reward Model
confidence 100% Ā· Central to our approach is the use of a 'global' reward model... We leverage this global RM for two purposes
Steerable Cultural Preference Optimization ā addresses ā LLM alignment bias
confidence 90% Ā· This paper aims to advance the development of alignment models with a more global outlook... that do not exhibit excessive bias.
SCPO ā improves ā Minority Reward Model
confidence 90% Ā· Our method results in performance increases of the minority reward model of up to 7 points over the baseline model
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:It is essential for large language model (LLM) technology to serve many different cultural sub-communities in a manner that is acceptable to each community. However, research on LLM alignment has so far predominantly focused on predicting a unified response preference of annotators from certain regions. This paper aims to advance the development of alignment models with a more global outlook, that are able to accurately represent the preferences of subcommunities and do not exhibit excessive bias towards any of them. We focus on the development of reward models for this purpose and present a novel reward model training algorithm (SCPO) that can incorporate diverse cultural preferences in a balanced manner. Our method results in performance increases of the minority reward model of up to 7 points over the baseline model across two datasets, PRISM and GlobalOpinionQA, and across 7 countries. SCPO is up to 280% more training data-efficient than full-data finetuning of reward models. In addition, we perform analysis of bias by separately evaluating on the preference of subcommunities and show that excessive bias is mitigated via our weighting method. Our code is available at this https URL
Tags
Links
- Source: https://arxiv.org/abs/2606.18606v1
- Canonical: https://arxiv.org/abs/2606.18606v1
Trouble viewing inline? Open PDF directly ā
Full Text
61,528 characters extracted from source content.
Expand or collapse full text
Steerable Cultural Preference Optimization of Reward Models Minsik Oh Advit Deepak Sophie Wu Douwe Kiela Ekaterina Shutova Abstract It is essential for large language model (LLM) technology to serve many different cultural sub-communities in a manner that is acceptable to each community. However, research on LLM alignment has so far predominantly focused on predicting a unified response preference of annotators from certain regions. This paper aims to advance the development of alignment models with a more global outlook, that are able to accurately represent the preferences of subcommunities and do not exhibit excessive bias towards any of them. We focus on the development of reward models for this purpose and present a novel reward model training algorithm (SCPO) that can incorporate diverse cultural preferences in a balanced manner. Our method results in performance increases of the minority reward model of up to 7 points over the baseline model across two datasets, PRISM and GlobalOpinionQA, and across 7 countries. SCPO is up to 280% more training data-efficient than full-data finetuning of reward models. In addition, we perform analysis of bias by separately evaluating on the preference of subcommunities and show that excessive bias is mitigated via our weighting method. Our code is available at https://github.com/minsik-ai/Steerable-Cultural-Preference. Machine Learning, ICML 1 Introduction Figure 1: Overview of Steerable Cultural Preference Optimization (SCPO). The pipeline consists of: (1) a global reward model that scores minority preference pairs; (2) Filtering (Section 4.1): removing pairs where minority and global preferences agree; and (3) Weighting (Section 4.2): assigning lower training weights to divergent preferences. Orange highlighting indicates our novel contributions. The right side shows downstream use in PPO-based RLHF. Note that the global reward model may be same as starting checkpoint of RM for minority training. Aligning large language models (LLMs) to individual group (minority) preferences is an important open problem (Zhao et al., 2024) that has seen measured progress on demographic and country-specific evaluations (Santurkar et al., 2023; Durmus et al., 2024). These evaluations were typically conducted in the context of question answering on culturally- and politically-relevant topics across diverse populations, grouped into U.S. states and other demographic factors (Santurkar et al., 2023) and distinct countries (Durmus et al., 2024). LLMs are known to reflect opinions from either privileged populations (Santurkar et al., 2023) or over-representing opinions from Western, developed countries (Durmus et al., 2024), making minority-aligned language modelling an urgent problem. Minority alignment is a problem defined under the umbrella of pluralistic alignment (Sorensen et al., 2024). Pluralistic alignment aims to develop AI models that serve diverse communities and adequately represent their perspectives. Sorensen et al. (2024) proposed three types of pluralistic alignment: overton, where the model outputs diverse perspectives; steerable, where the model can be steered to output a particular perspective; and distributional, where a distribution of perspectives is modelled explicitly. Our approach to minority alignment aims to build steerable reward models that are specific to a countryās point of view. Several recent alignment frameworks aim to model group preferences. These include methods such as Group Preference Optimization (GPO) (Zhao et al., 2024) and Group Robust Preference Optimization (GRPO) (Ramesh et al., 2024) can train a group preference model. GPO utilizes a separate fine-tuned transformer module on top of LLM to predict a groupās preferences. This makes it not straightforward to integrate into general-purpose LLM alignment frameworks, such as reinforcement learning with human feedback (RLHF) (Schulman et al., 2017) or direct preference optimization (DPO) (Rafailov et al., 2023), as it has not been developed with this in mind. GRPO, on the other hand, works with a specific definition of ārobustnessā and minimizes the worst-case group loss. However, it is not concerned with independent steerability of the model to a singular minority. Central to our approach is the use of a āglobalā reward model: an RM trained on broad preference data (e.g., OpenAssistant or Tülu 3). We leverage this global RM for two purposes: 1. Identifying Cultural Distinctiveness: Preference pairs where minority annotations disagree with global RM predictions represent genuinely distinctive cultural preferences. By filtering to retain only these disagreeing pairs, we focus training on what makes each culture unique rather than on universal preferences already captured by the global model. 2. Measuring Divergence: Large disagreements (where the global RM assigns very different scores than minority annotations) may indicate divergent preferences that risk making the minority model overly biased. Our weighting scheme down-weights such divergent cases. The global RM thus serves as a reference point representing āmainstreamā or āconsensusā preferences, enabling us to systematically identify and calibrate cultural deviations. Importantly, we do not assume the global RM is ācorrectā. Rather, we use it as a tool to differentiate minority preferences from majority ones (examples in Fig. 2). In this paper, we focus on the development of culturally-aware reward models (RMs) that can be used in RLHF alignment procedures. Specifically, we propose a novel method that utilizes a global reward model to identify culture-specific preference samples and present a weighted reward model training loss to conduct a multi-faceted balanced training of RMs. Our research questions are as follows: 1. How do we ensure that minority reward models have balanced opinions? While we want to reflect minoritiesā opinions on LLM outputs, we want to simultaneously de-emphasize undesired responses within a minority preference dataset. We design a two-tiered multi-faceted evaluation approach that utilizes distinct test sets to ensure we create a reward model with balanced opinions. 2. Can we utilize global reward model preference scores for minority reward model training? We devise a novel alignment method that utilizes open-source reward models that are not minority aligned. We utilize the scores given by these global reward models for both training and evaluation of the minority reward models. 3. Which subsection of preference data is important for effective minority reward model training? Some training preference pairs in minority preference data will agree with the global model, while other pairs will be different. We utilize the scores of the global reward models on certain preference pairs to either truncate or emphasize sections of pairwise preference data, and report observed performance tradeoffs. We fine-tune two reward models (OpenAssistant and Tulu) on country-specific data from the PRISM dataset using our method and find filtering and weighting of the data, utilizing global reward model scores, is beneficial to the performance of our models on overall test set, while avoiding aligning to skewed preference. 2 Related Works Prior cultural alignment work has explored prompting (Li et al., 2024b; AlKhamissi et al., 2024; Li et al., 2024a), but these rely on crafted prompts without real preference data. Approaches such as reward ranked fine-tuning (RAFT) (Dong et al., 2023) and Supervised Iterative Learning from Human Feedback (SuperHF) (Mukobi et al., 2023), demonstrate the potential of using only the most valuable training examples to improve model performance. RAFT utilizes reward-based reranking by iteratively scoring samples via a reward function, filtering for high-reward examples, and fine-tuning the model using this subset. Similarly, SuperHF filters model-generated training data with a reward model and only uses high-reward synthetic data for fine-tuning. Both approaches demonstrate significant improvements by using a reward model to identify high-quality data. However, neither method targets minority alignment, accounts for preference pairs, or goes beyond basic reward thresholds for filtering. Methods in weighting-based alignment, such as Online Preference Tuning (OPTune) (Chen et al., 2024b) and Mallows-DPO (Chen et al., 2024a), highlight the benefits of using reward models to prioritize certain samples. OPTune improves alignment by introducing a weighted DPO objective that emphasizes pairs with larger reward gaps, ensuring the model learns more from high-priority examples. Similarly, Mallows-DPO assigns higher weights to examples where human agreement is strong (low preference dispersion). Both methods demonstrate that reward-based weighting improves model performance by focusing learning on the most informative samples. However, neither approach targets minority alignment, examines non-DPO approaches, or analyzes weighting and filtering together. A parallel body of work on personalized reward modeling exists. PAL (Chen et al., 2025) represents each user as a weighted combination of learnable preference prototypes, enabling few-shot adaptation to unseen users; VPL (Poddar et al., 2024) encodes user-specific preferences into a latent variable via a variational autoencoder. The Multilingual Alignment Prism (Aakanksha et al., 2024) balances optimizing for multilinguality against minimizing global and local harms. SCPO differs in two ways. First, rather than learning a user-conditioned model, it operates on population-group identity through a global-versus-minority contrast, using an off-the-shelf global RM as a fixed reference. This enables a drop-in integration with standard RLHF without an auxiliary preference module. Second, these methods are largely evaluated on synthetic or image-preference benchmarks (e.g., PAL on Pick-a-Pic, VPL on Pets) and report aggregate performance over seen/unseen users rather than per-population statistics, whereas our analysis is grounded in human per-country data and reports the minority-versus-overall trade-off per population. Since per-user and per-population alignment are distinct objectives, user-level alignment does not establish balanced group-level alignment, motivating the population-stratified approach we pursue. 3 Datasets PRISM We primarily utilize PRISM (Kirk et al., 2024), a human feedback dataset for preference and value alignment of LLMs. PRISM is an LLM preference dataset comprising of controversial conversations between LLM and user across different countries. PRISM is used to both finetune and evaluate the performance of our reward models. We randomly split PRISM users into train and test sets using 8.5:1.5 user ratio (stratified per country), to ensure multi-turn data from conversations are not divided across the data splits. Then, we obtain corresponding conversation turns of the users and preference pairs based on user scores. We were able to obtain numerous preference pairs from 7 countries (Chile, South Africa, New Zealand, Australia, Mexico, Israel and Canada). To fit our use cases, we re-structure both the survey data (which contains demographic information of the participants, as seen in Appendix C Table 6) and the utterance data (the content of the actual conversations between participants and LLMs and participant ratings, as seen in Appendix C Table 7) from PRISM. GlobalOpinionQA Additionally, we use Anthropicās GlobalOpinionQA (Durmus et al., 2024) dataset to evaluate our country-specific reward models. GlobalOpinionQA contains survey questions about global issues and perspectives, as well as a distribution of responses to those questions for various countries. By providing the question as the prompt and each of the answer options as responses to the country-specific reward model, we can see if the relative ranking of the rewards given to each answer corresponds with the probability distribution of answers chosen by that country in GlobalOpinionQA. 4 Methodology Figure 2: Detailed diagram of our filtering and weighting method. The first step is retrieving all country-specific PRISM preferences. Next, we filter preferences that are part of the global average (step 1, purple). Then, we identify the divergence of each of the true country preferences (step 2, green is benign, red is divergent). Finally, we use this weighted subset to finetune the reward model. See Section 4 for details. Samples in Appendix D Table 10, 10. We develop a novel method (Fig. 1) of working with minority preferences in conjunction with global preferences, which consist of filtering and weighting stages. Global RM judges minority preferences via providing reward scores and selects preferences that disagree with minority comparison labels (filtering). Using the Global RM reward scores, each preference is weighted differently in weighted training loss, to ensure subtle differences are emphasized (weighting). Global RM can be reused from starting Tülu 3 and OpenAssistant models, while minority RM is a result of training the said models to given minorityās preferences. See Fig. 2 for an example. 4.1 Filtering We remove minority pairwise preferences from the training set if they agree with the global model preferences. This is to remove generic, universal training preferences that may not help with training a minority-specific reward model. Conversely, we retain preference pairs that disagree with the global model. By keeping only the minority pairwise preferences that disagree with the global model preferences, we aim to streamline the training of minority reward models by utilizing only necessary data to achieve greater data efficiency. In practice, about one half or one third of training data is left after filtering, achieving 170% - 280% data efficiency. This also has the side-effect of simulating a scenario where minority preferences are highly unique (i.e. 90% of the preferences disagree with the global consensus). We utilize the Bradley-Terry model (Bradley and Terry, 1952) for our filtering algorithm. We retain preference pairs where the Global RM disagrees with the minority label (indicating a unique cultural preference) and discard pairs where the Global RM already aligns with the minority label (indicating a generic preference). Our filtering algorithm is as follows: pgloā(y+ā»yā|x)=ergloā(x,y+)ergloā(x,y+)+ergloā(x,yā)<Ļp_glo(y_+ y_-|x)= e^r_glo(x,y_+)e^r_glo(x,y_+)+e^r_glo(x,y_-)<Ļ (1) Per minority preference annotations, y+y_+ is the preferred response in the pair and yāy_- is the dispreferred response in the pair. pgloā(y+ā»yā|x)p_glo(y_+ y_-|x) is the probability that corresponds to the global model preferring y+y_+ data instead of yāy_-. rglor_glo is global reward model that produces a score. Ļ is a 0ā¤Ļā¤10ā¤Ļ⤠1 threshold for subset selection of preference data, and lower value indicates more aggressive filtering. 4.2 Weighted RM training loss We define the ādivergenceā of a preference pair (y+,yā)(y_+,y_-) as the degree of disagreement between the minority annotation and the global RMās preference. Formally, a preference is divergent when pgloā(y+ā»yā|x)p_glo(y_+ y_-|x) is high, meaning the global model strongly prefers the response that minority annotators rejected. We distinguish divergence from related concepts: ⢠Harmful content - Responses containing toxic language, hate speech, or unsafe recommendations. While divergent preferences may correlate with harmful content (see Table 2), divergence is defined purely by disagreement magnitude, not content analysis. ⢠Cultural distinctiveness - Preferences can be culturally distinctive without being divergentāe.g., preferring formal vs. informal language styles. ⢠Annotator error - Some divergent preferences may reflect inconsistent annotations rather than genuine cultural differences. Our weighting scheme does not classify content as āgoodā or ābadā but rather modulates training influence based on disagreement magnitude, allowing the model to learn from distinctive preferences while reducing influence of outliers. We develop a novel training loss that inversely assigns weights to the preferences pairs according to their divergence. Thus, less divergent preference data is weighted more highly than more divergent preference data. (See Table 10 and Table 10 for examples of responses and their associated divergence.) With this approach, we aim to ensure that more divergent characteristics of minority preferences are dulled in favor of subtle, important cultural differences that make the minorities unique. In this way, country-specific models still retain core global knowledge and values. Our new training loss (Eq. 4) utilizes the global reward model reward scores to determine the weights per preference pairs. Our weighting scheme builds on the Bradley-Terry model (Bradley and Terry, 1952). A key insight from this framework is that preference annotations are inherently probabilistic. When two responses have similar quality, the preference probability is close to 0.5 and observed annotations are noisy. When responses differ substantially, preferences become more deterministic. We extend this view to the relationship between global and minority preferences. Consider a preference pair where the minority annotation indicates y+ā»yāy^+ y^- but the global RM assigns pgloā(y+ā»yā|x)<0.5p_glo(y^+ y^-|x)<0.5. The disagreement magnitude admits two interpretations: 1. Cultural signal strength - Small disagreements (global probability close to 0.5) indicate preferences where global and minority populations are nearly indifferent: the minority preference represents a subtle but genuine cultural distinction. Large disagreements (global probability close to 0) suggest the minority annotation contradicts strong global consensus. 2. Annotation reliability - Under a mixture model where minority annotations arise from either (a) genuine cultural preferences or (b) noise/error, the posterior probability of genuine cultural signal decreases as disagreement magnitude increases. For weighting, we develop a mechanism where a preference data sample is given lower importance when yāy_- has larger global reward score. Specifically, samples are down-weighted when there is a larger disagreement between the global RM and the human-annotated preferences. This allows high quality samples with subtle cultural differences to be emphasized. We define weight Wā(y+,yā)W(y_+,y_-) as follows: Wā(y+,yā)=min(1pgloā(yāā»y+|x)ā1,1)1/β=min(ergloā(x,y+)ergloā(x,yā),1)1/β=minā”(e(rgloā(x,y+)ārgloā(x,yā))/β,1) splitW(y_+,y_-)&= ( 1p_glo(y_- y_+|x)-1,1 )^1/β\\ &= ( e^r_glo(x,y_+)e^r_glo(x,y_-),1 )^1/β\\ &= (e^(r_glo(x,y_+)-r_glo(x,y_-))/β,1 ) split (2) y+y_+, yāy_- and rglor_glo are defined as in Eq. 1. pgloā(yāā»y+|x)p_glo(y_- y_+|x) means the probability of yāy_- test data being preferred over y+y_+. The temperature hyperparameter β>0β>0 controls the sharpness of the weighting: smaller values of β amplify the distinction between high and low-confidence pairs, while larger values yield more uniform weights. Note that for weight <1<1, rgloā(x,yā)>rgloā(x,y+)r_glo(x,y_-)>r_glo(x,y_+) which means the disagreement exists between the global model and the human-annotated preferences for this preference data. We utilize the binary ranking loss to train our reward models, defined as follows: L=ā(x,y+,yā)ā¼Dā[logā”Ļā(rā(x,y+)ārā(x,yā))]L=-E_(x,y^+,y^-) D[ Ļ(r(x,y_+)-r(x,y_-))] (3) With preference data (x,y+,yā)āD(x,y^+,y^-)ā D where y+y^+ is preferred over yāy^- for prompt x. r is the reward function of an RM. To train minority RMs, we modify this loss to incorporate the above weighting scheme. Eq. 3 becomes (with slight simplification of notation): L=āDā[Wā(y+,yā)ālogā”Ļā(rā(x,y+)ārā(x,yā))]L=-E_D[W(y_+,y_-) Ļ(r(x,y_+)-r(x,y_-))] (4) Note that r is the reward model to be trained, and differs from rglor_glo. 5 Experimental Setup 5.1 Models and Training Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. Global RM 54.54 64.06 56.55 59.61 51.64 63.03 60.40 58.55 Baseline 60.03 61.80 62.58 59.93 60.93 65.96 63.58 62.12 Filtered Only 51.59 39.62 52.83 41.77 52.88 39.67 49.71 46.87 Inverse Weighted Only 60.03 50.77 60.72 47.53 60.35 55.99 60.98 56.62 SCPO (W) 58.94 64.77 58.96 60.18 56.80 65.61 62.62 61.13 SCPO (F + W) 61.11 60.38 61.93 59.20 67.65 64.32 64.45 62.72 SCPO (F + W)tuned_tuned 59.89 64.17 62.30 60.26 63.39 67.84 66.09 63.42 Table 1: Evaluations of methods using OpenAssistant RM, evaluating on all country-specific PRISM preferences. Bold indicates the best-performing method per column. See Section 6.1.1 for analysis. See Table 15, 16 for detailed results and error bars. Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. Baseline 25.55 25.74 30.32 24.50 34.46 22.54 28.47 27.37 Filtered Only 57.94 61.72 58.71 59.24 70.62 73.65 59.18 63.01 Inverse Weighted Only 43.01 49.50 44.52 47.99 56.50 40.00 45.35 46.70 SCPO (W) 16.83 17.82 16.56 14.66 20.34 19.05 22.21 18.21 SCPO (F + W) 36.98 37.29 44.95 33.33 54.80 38.10 38.57 40.57 SCPO (F + W)tuned_tuned 28.10 27.39 28.82 22.69 40.68 25.40 27.74 28.69 Table 2: Evaluation of methods using OpenAssistant RM, evaluating on true country-specific PRISM preferences. Higher is not necessarily better, as a very high performance might indicate a biased model. See Section 6.1.2, Figure 3 for analysis. See Table 17, 18 for detailed results and error bars. Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. Global RM 63.64 63.35 61.56 66.18 51.64 62.68 68.79 62.55 Baseline 63.64 61.45 65.65 65.04 52.19 62.54 69.55 62.86 Filtered Only 36.65 35.83 43.55 35.85 51.91 33.57 36.42 39.11 Inverse Weighted Only 63.85 61.21 62.49 63.91 53.28 61.85 65.89 61.78 SCPO (W) 63.64 63.70 61.84 66.58 52.73 65.49 67.05 63.01 SCPO (F + W) 64.07 62.51 61.09 64.80 53.01 61.74 62.33 61.36 SCPO (F + W)tuned_tuned 63.28 63.35 61.00 65.61 53.55 62.44 63.30 61.79 Table 3: Evaluation of methods using Tülu3 RM, evaluating on all country-specific PRISM preferences. Bold is best method per country. See Section 6.1.3 for analysis. See Table 19, 20 for detailed results and error bars. Chile Australia Mexico Canada Avg. Global RM 83.04 82.10 83.97 82.85 82.99 GPO 83.16 82.78 83.42 83.73 83.27 SCPO 92.57 81.76 92.53 91.87 89.68 Table 4: Evaluation of best-performing OpenAssistant SCPO and GPO methods from GlobalOpinionQA. Bold indicates highest value. Only countries where we have best results from SCPO in Table 1 are shown. See Section 6.2 for analysis and country selection process. Training data We train our RMs using our split of PRISM training set from 7 countries (Chile, South Africa, New Zealand, Australia, Mexico, Israel and Canada). We do not utilize data from United States and United Kingdom as they represent majority opinions, and several other countries due to lack of the participants. Reward models We utilize Tülu-3-8B111allenai/Llama-3.1-Tulu-3-8B-RM in HuggingFace RM (Lambert et al., 2024) and OpenAssistant DeBERTa-V3-base222OpenAssistant/reward-model-deberta-v3-base in HuggingFace RM (He et al., 2021b, a). See Appendix A for hyperparameters. These models serve as the global RM and as the starting point for minority RM fine-tuning. Baselines For each country X, we evaluate the following methods: ⢠Global RM - Directly use the global RM, can be same as starting RM. ⢠Baseline - Fine-tune the global RM using all country X PRISM preferences. ⢠Filtered only - Select country X preferences from PRISM using the global RM and our filtering equation; Fine-tune the global RM using this subset of country X preferences (i.e. country X-specific preferences) ⢠Inverse weighting We also experiment with inverse weighting method as another baseline (Appendix B Eq. 5) that emphasizes disagreement instead of dampening it. 5.2 Evaluation For our overall evaluations, we utilize the full PRISM test set for each country. In addition, we create a new minority-centric subset of the test set to ensure that we obtain a holistic overview of the minority RMās performance in regards to the divergence of minority opinions. It may be possible that a minority RM would align disproportionately to the more divergent preferences that are available in the minority dataset, losing alignment performance on global preferences. To measure this side-effect, we only collect minority preference pairs that are not consistent with the global model judgments and test whether the performance on this additionally selected test set is substantially higher (Fig. 3).333For example, let sentences A & B be 2 sentences in a preference pair. The condition for membership into the true country-specific subset is if country preference label says A >B but the global model rewards says A <B. We refer to these pairs as ātrue country-specific subsetsā of minority preferences and evaluate on them to identify reasons for overall performance changes. We do not claim these represent essential cultural preferences - rather, they operationally define the subset of preferences that differ from global consensus. This operationalization allows quantitative analysis but should not be interpreted as capturing authentic cultural values, which would require ethnographic validation beyond the scope of this work. We thus report performance on the full test set in conjunction with true country-specific subset. We compute with 2 accuracy scores per country, one for full test set and another for true country-specific subset (Tables 1 and 2, respectively). Higher performance on full test set means better performance of the RM, while performance on true country-specific subset should be analyzed in a nuanced manner, since having a high performance on this subset and low performance on full test set might indicate that the model is inappropriately skewed towards divergent and biased opinions. 6 Experiments and Results 6.1 PRISM Experiments We use the OpenAssistant RM to benchmark all methods on both PRISM and True-Country PRISM evaluations across seven countries (Tables 1 and 2). We omit U.S. and U.K. since they represent majority opinions, and select remaining countries from PRISM with more than 20 respondents. 6.1.1 Overall Country Evaluation Starting with Table 1, we observe that the baseline outperforms the global RM, which can be expected as the baseline is the global RM fine-tuned on the country-specific preferences. Interestingly, we see that filtering out country-specific preferences (filtered only) that are the same as global preferences leads to slightly worse model performance as compared to the baseline, on average. This may indicate that filtering to select only the disagreeing portion of the country preferences destabilizes training. We see that SCPO (either its weighted (W) or filtered & weighted (F + W) variant) outperforms fine-tuning with all country-specific data, for 6 out of 7 countries. This suggests that weighting preference pairs differently leads to an improved alignment. On average, this result holds even when filtering out unnecessary global preferences, though this varies by country. Filtering is important in that it can increase the sample efficiency of training data. One caveat is that filtering only might have a negative effect of aligning the model too closely to true country specific preferences (as seen in Table 2), which may lead to poorer generalization to overall preferences expressed in the training data. Thus the combination of filtering with weighting (Section 4.2) is critical, in that it helps the model to pay attention to subtle differences during training. 6.1.2 True Country-Specific Evaluation Examining Table 2, we can see the results of our method on only the subset of true country-specific preferences. The method effectively measures the skewed-ness of the models to true country-specific preferences. Intuitively, SCPO (W) and SCPO (F + W) should have a lower score than using Filtering only model since we weight the importance of the samples such that skewed samples have less weight. We convincingly see this trend across all countries (on average, ā22.44-22.44). This indicates that the weighting step is critical to balanced minority alignment, retaining the global preference signal (core values) while adopting non-divergent minority preferences. 6.1.3 Tülu3 Experiments Next, we apply our methods to a recent reward model, Tülu3-8B (Lambert et al., 2024). We benchmark our method against the baselines as shown in Table 3. We observe that the weighted loss we proposed in SCPO yields the best quality of alignment for most countries, as well as on average. Whilst in general the trends we observed are similar to those in case of the OpenAssistant model (Table 1), the filtering component of SCPO appears less useful for Tülu3 when hyperparameters are not tuned. This may be because the larger size of Tülu 3 models may lead to overfitting when trained on fewer, filtered preferences, requiring more thorough exploration. 6.1.4 Performance Tradeoff Retained Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. Global RM 100% 54.54 64.06 56.55 59.61 51.64 63.03 60.40 58.55 Weighted Only 100% 58.94 64.77 58.96 60.18 56.80 65.61 62.62 61.13 Random Filtering 58.45% 54.55 65.84 60.17 58.64 56.56 63.38 62.72 60.26 SCPO Filtering 58.45% 60.61 64.41 61.56 60.58 64.75 68.31 65.90 63.73 Table 5: Comparison of GlobalRM-informed filtering (SCPO) vs. random size-matched filtering using OpenAssistant RM, evaluating on all-country specific PRISM preferences. Bold is best method. Filtering methods are weighted per same configuration as weighted only. See Section 6.3.1 for analysis. Figure 3: Log-log graph trade-off of true-country (x-axis) vs. all-country performance (y-axis) of Tülu3 Chile model on varying combinations of filtering and weighting. Circled red is the optimal model. See Section 6.1.4 for analysis. We further examine the trade-off between true country-specific performances and overall country performance. We take the Tülu3 RM and vary SCPOās combination of filtering and weighting methods and their hyperparameters (learning rate) to produce six different finetuned Tülu3 RMs. We benchmark these RMs on PRISMās all-Chile preferences and true-Chile preferences to analye the trade-off (Figure 3). We can see a trade-off where filtering yields low performance for the overall country but high true-country performance, which matches our intuition that skewed samples from filtering may cause overfitting, from Table 2. Thus, our goal should be to align the models to have both high overall performance and true country-specific performance. 6.2 GlobalOpinionQA Evaluation We further evaluate our RMs on GlobalOpinionQA (GQA) for the countries of Chile, Australia, Mexico and Canada. South Africa is omitted since GlobalOpinionQA does not have South Africa data. New Zealand and Israel are omitted since baseline models outperform SCPO models (Table 1). We filter the multiple choice questions in GQA to those that respondents from the specific country have answered. For each question, we pass each (question, option) pair through the baseline and SCPO RMs to get a score. We then compare these reward scores per given option and the ground truth percentages of respondents from the specific country who selected a given option (Table 4). Specifically, we compute the Jensen-Shannon Distance (JSD) between these two distributions (Durmus et al., 2024) and use 1āJāSāD1-JSD as our metric, indicating similarity of the RM scores with human responses. We also compare our method to the group preference optimisation (GPO) approach of Zhao et al. (2024). This results demonstrated that our SCPO method leads to a better cultural alignment than both the baseline and GPO. 6.3 Ablation Analysis To validate the design choices of SCPO, we conduct ablation studies addressing three key questions: (1) whether improvements stem from GlobalRM-informed selection or simply data reduction (Section 6.3.1), (2) sensitivity to the filtering threshold Ļ (Appendix F.0.1) and (3) sensitivity to the weighting threshold β (Appendix F.0.2). 6.3.1 SCPO vs. Random Filtering A key question is whether SCPOās improvements arise from GlobalRM-informed selection or merely from reducing training data size. To disentangle these effects, we compare SCPOās filtering strategy to a random size-matched control: for each country, we uniformly sample the same number of preference pairs retained by Eq. 1 and train the reward model on this random subset. We repeat random sampling three times and report mean performance. Results in Table 5 show that arbitrary data reduction can be counterproductive. SCPO (F + W) achieves the highest average accuracy, outperforming both SCPO (W) and Random Filtering, with particularly pronounced gains for Mexico and Chile. These results demonstrate that SCPOās improvements stem from the informative selection of preference pairs that diverge from global consensus, not from data reduction or weighting alone. Further analysis on the true country-specific subset (Appendix H, Table 21) confirms that GlobalRM-informed filtering identifies culturally distinctive preferences. 7 Sample Analysis To provide intuition for SCPOās mechanisms, we examine representative examples from Appendix E Tables 11 and 12. Several patterns emerge from this analysis. First, rejected preferences often involve either philosophical ambiguity or responses that avoid substantive engagement. Down-weighting these prevents the model from learning overly cautious behavior. Second, emphasized preferences frequently involve tone, style, or depth of explanation rather than factual disagreements, suggesting SCPO successfully identifies culturally-specific communication preferences. Third, the combination of filtering and weighting creates a coherent selection mechanism. Filtering identifies what makes a culture distinctive, while weighting calibrates how much to learn from each distinctive preference. 8 Conclusion We introduce SCPO (Steerable Cultural Preference Optimization) method that utilizes a global RMās reward scores towards enhancing minority RM training. Through informing a novel filtering and weighting process with a global RM, we develop a controllable minority alignment method that takes the tradeoff between general and minority model performance into account. SCPO achieves an increase in reward model accuracy on the PRISM dataset and substantial increase in performance on GlobalOpinionQA. SCPO is robust across a range of filtering thresholds (Ļ), and it is up to 280% more training data efficient than full RM training. Acknowledgements We thank Professor Diyi Yang for her valuable feedback in the early stages. Impact Statement This work aims to broaden whose preferences are reflected in aligned language models. Prior research has shown that LLMs over-represent the views of Western, English-speaking, and otherwise privileged populations; reward models trained with culturally-balanced preference data are one path toward more equitable global deployment. Our weighting mechanism is also designed to dampen, rather than amplify, extreme preferences within a minority dataset, which we view as an important safeguard: cultural alignment should not become a vector for entrenching biased or harmful content under the guise of representativeness. We see three principal risks worth naming. First, our experiments treat country as the unit of cultural grouping. Countries are not monolithic, and aggregating preferences at the national level risks obscuring the views of internal minorities and reinforcing essentialist framings of culture. Second, the ātrue country-specificā subsets used in our evaluation are operationally defined as preferences that disagree with a global reward model; as we note in Section 5.2, this is a measurement convenience and should not be interpreted as capturing authentic cultural values, which would require ethnographic validation beyond the scope of this work. Third, the same steerability that allows a model to be aligned to a communityās preferences could be deployed to produce regionally tailored persuasion or misinformation, and downstream users of methods like ours should consider this dual-use risk. Finally, our training and evaluation rely on English-language data from the PRISM dataset. Models trained with our method should not be assumed to generalize to native-language preferences in countries where English is not dominant; for instance, Spanish in Chile and Mexico, or Hebrew in Israel. Extending this work with native-language preference data is necessary for genuinely culturally-aligned reward modeling. References Aakanksha, A. Ahmadian, B. Ermis, S. Goldfarb-Tarrant, J. Kreutzer, M. Fadaee, and S. Hooker (2024) The multilingual alignment prism: aligning global and local preferences to reduce harm. External Links: 2406.18682, Link Cited by: §2. B. AlKhamissi, M. ElNokrashy, M. Alkhamissi, and M. Diab (2024) Investigating cultural alignment of large language models. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), L. Ku, A. Martins, and V. Srikumar (Eds.), Bangkok, Thailand, p. 12404ā12422. External Links: Link, Document Cited by: §2. R. A. Bradley and M. E. Terry (1952) Rank analysis of incomplete block designs: i. the method of paired comparisons. Biometrika 39 (3/4), p. 324ā345. External Links: ISSN 00063444, 14643510, Link Cited by: §4.1, §4.2. D. Chen, Y. Chen, A. Rege, Z. Wang, and R. K. Vinayak (2025) PAL: sample-efficient personalized reward modeling for pluralistic alignment. In The Thirteenth International Conference on Learning Representations, External Links: Link Cited by: §2. H. Chen, H. Zhao, H. Lam, D. Yao, and W. Tang (2024a) Mallows-dpo: fine-tune your llm with preference dispersions. arXiv preprint arXiv:2405.14953. Cited by: §2. L. Chen, J. Chen, C. Liu, J. Kirchenbauer, D. Soselia, C. Zhu, T. Goldstein, T. Zhou, and H. Huang (2024b) OPTune: efficient online preference tuning. arXiv preprint arXiv:2406.07657. Cited by: §2. H. Dong, W. Xiong, D. Goyal, Y. Zhang, W. Chow, R. Pan, S. Diao, J. Zhang, K. Shum, and T. Zhang (2023) RAFT: reward ranked fine-tuning for generative foundation model alignment. arXiv preprint arXiv:2304.06767. Cited by: §2. E. Durmus, K. Nguyen, T. I. Liao, N. Schiefer, A. Askell, A. Bakhtin, C. Chen, Z. Hatfield-Dodds, D. Hernandez, N. Joseph, L. Lovitt, S. McCandlish, O. Sikder, A. Tamkin, J. Thamkul, J. Kaplan, J. Clark, and D. Ganguli (2024) Towards measuring the representation of subjective global opinions in language models. External Links: 2306.16388, Link Cited by: §1, §3, §6.2. P. He, J. Gao, and W. Chen (2021a) DeBERTaV3: improving deberta using electra-style pre-training with gradient-disentangled embedding sharing. External Links: 2111.09543 Cited by: §5.1. P. He, X. Liu, J. Gao, and W. Chen (2021b) DEBERTA: decoding-enhanced bert with disentangled attention. In International Conference on Learning Representations, External Links: Link Cited by: §5.1. H. R. Kirk, A. Whitefield, P. Rƶttger, A. Bean, K. Margatina, J. Ciro, R. Mosquera, M. Bartolo, A. Williams, H. He, B. Vidgen, and S. A. Hale (2024) The prism alignment project: what participatory, representative and individualised human feedback reveals about the subjective and multicultural alignment of large language models. External Links: 2404.16019, Link Cited by: §3. N. Lambert, J. Morrison, V. Pyatkin, S. Huang, H. Ivison, F. Brahman, L. J. V. Miranda, A. Liu, N. Dziri, S. Lyu, Y. Gu, S. Malik, V. Graf, J. D. Hwang, J. Yang, R. L. Bras, O. Tafjord, C. Wilhelm, L. Soldaini, N. A. Smith, Y. Wang, P. Dasigi, and H. Hajishirzi (2024) Tülu 3: pushing frontiers in open language model post-training. Cited by: §5.1, §6.1.3. C. Li, M. Chen, J. Wang, S. Sitaram, and X. Xie (2024a) CultureLLM: incorporating cultural differences into large language models. In Advances in Neural Information Processing Systems, A. Globerson, L. Mackey, D. Belgrave, A. Fan, U. Paquet, J. Tomczak, and C. Zhang (Eds.), Vol. 37, p. 84799ā84838. External Links: Link Cited by: §2. H. Li, L. Jiang, N. Dziri, X. Ren, and Y. Choi (2024b) CULTURE-GEN: revealing global cultural perception in language models through natural language prompting. In First Conference on Language Modeling, External Links: Link Cited by: §2. G. Mukobi, P. Chatain, S. Fong, R. Windesheim, G. Kutyniok, K. Bhatia, and S. Alberti (2023) SuperHF: supervised iterative learning from human feedback. arXiv preprint arXiv:2310.16763. Cited by: §2. S. Poddar, Y. Wan, H. Ivison, A. Gupta, and N. Jaques (2024) Personalizing reinforcement learning from human feedback with variational preference learning. External Links: 2408.10075, Link Cited by: §2. R. Rafailov, A. Sharma, E. Mitchell, C. D. Manning, S. Ermon, and C. Finn (2023) Direct preference optimization: your language model is secretly a reward model. In Thirty-seventh Conference on Neural Information Processing Systems, External Links: Link Cited by: §1. S. S. Ramesh, Y. Hu, I. Chaimalas, V. Mehta, P. G. Sessa, H. B. Ammar, and I. Bogunovic (2024) Group robust preference optimization in reward-free rlhf. External Links: 2405.20304, Link Cited by: §1. S. Santurkar, E. Durmus, F. Ladhak, C. Lee, P. Liang, and T. Hashimoto (2023) Whose opinions do language models reflect?. External Links: 2303.17548, Link Cited by: §1. J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov (2017) Proximal policy optimization algorithms. External Links: 1707.06347, Link Cited by: §1. T. Sorensen, J. Moore, J. Fisher, M. L. Gordon, N. Mireshghallah, C. M. Rytting, A. Ye, L. Jiang, X. Lu, N. Dziri, T. Althoff, and Y. Choi (2024) Position: a roadmap to pluralistic alignment. In Forty-first International Conference on Machine Learning, External Links: Link Cited by: §1. S. Zhao, J. Dang, and A. Grover (2024) Group preference optimization: few-shot alignment of large language models. In The Twelfth International Conference on Learning Representations, External Links: Link Cited by: §1, §1, §6.2. Appendix A Hyperparameters We tune configurations for each method and report the results separately as untuned (Ļ=0.5Ļ=0.5 or β=1.00β=1.00) and tuned (Ļ=0.7Ļ=0.7 or β=1.10β=1.10). About half (for OpenAssistant) and one third (for Tülu3) of the data remains after filtering procedure. Filtering method β ablations (Section F.0.1) are executed with Ļ=1.00Ļ=1.00. Weighting method Ļ ablations (Section F.0.2) are executed with β=0.70β=0.70. For OpenAssistant model, we experiment with learning rates of 1e-4, 1e-5 and 1e-6. we run the training for 1024 max steps. For Tülu 3 model, we utilize learning rates of 1e-4, 1e-5 and 1e-6 and experiment with max step sizes of 128, 256, 1024 (per country) and fixed configurations of Ļ=0.5Ļ=0.5, β=1.0β=1.0. LoRA is utilized with 64 alpha and 0.1 dropout. Batch size is 8. Each setting is run 3 times per country, with different random seeds to shuffle the training data. Appendix B Inverse Weighting Wā(y+,yā)=maxā”(1pgloā(y+ā»yā|x)ā1,1)=maxā”(ergloā(x,yā)ergloā(x,y+),1) splitW(y_+,y_-)&= ( 1p_glo(y_+ y_-|x)-1,1)\\ &= ( e^r_glo(x,y_-)e^r_glo(x,y_+),1) split (5) Appendix C Data Examples user_id age gender location user10 25-34 Male ābirth_countryā: āMexicoā, āreside_countryā: āMexicoā user348 18-24 Male ābirth_countryā: āNew Zealandā, āreside_countryā: āNew Zealandā Table 6: An example of the PRISM survey data used in our experiments. user_id user_prompt model_response model_name score user10 israel can use nuclear bombs in gaza? Israel has never used nuclear weapons, and there is no evidence that it plans to do so in Gaza⦠chat-bison-001 79 user10 israel can use nuclear bombs in gaza? As an AI language model, I cannot advise or encourage actions that may be unethical or harmful⦠command-nightly 60 Table 7: An example of the PRISM utterance data used in our experiments. question selections options Overall, do you approve or disapprove of the United States re-establishing diplomatic relations with Cuba? āArgentinaā: [0.78, 0.08, 0.14], āBrazilā: [0.677, 0.152, 0.172], āChileā: [0.79, 0.08, 0.13], āMexicoā: [0.54, 0.24, 0.22], āVenezuelaā: [0.778, 0.141, 0.081]) [āApproveā, āDisapproveā, āDK/Refusedā] Table 8: An example of the GlobalOpinionQA data used in our reward model evaluations. Appendix D Representative Samples user_prompt model_response divergence What are the top attractions or activities I should do in Cancun? Some top attractions and activities to consider in Cancun include visiting the nearby Mayan ruins like Chichen Itza or Tulum⦠0.003 Table 9: A response with the lowest divergence score from PRISM. user_prompt model_response divergence misalignment i dont know how to feel about christmas, it such a cultural thing to do but i just dont feel conected to it but my hole family does so im sucked in whether i like it or not my mom always got people over and she would pass out on the couch while drinking wine, i couldnt sleep thru the nights because it would be all bullshiting and munching⦠152.106 Inappropriate Language and Tone ok, how many slices can get for that cheese cake? 8 to 10 slices. I would recommend serving it with seasonal fruit or a fruit sauce.(function (root, factory) if (typeof define === āfunctionā && define.amd) // AMD⦠128.605 Malformed Response Why do you agree? What about the National party makes you dislike them? I think they are a party for white middle aged men and women. 205.104 Unwarranted Opinions Table 10: A sampling of responses from above the 95th percentile of extremeness of PRISM. Appendix E Methodology Examples Country User Prompt Response y+y^+ Response yāy^- r+r^+ rār^- s+s^+ sās^- pglop_glo Retained Examples (Global RM strongly disagrees with minority) Canada How can I start learning how to speak Japanese? I am old now, am I too old⦠Hi, and thanks for asking. Japanese is actually easier for many to learn compared to some other languages⦠I am 58 and have always wanted to learn a new language. I have always been fascinated by Japan⦠-1.5 4.75 31 11 0.0 South Africa Hello, how many countries use the death penalty As of 2021, capital punishment is legal in 53 countries, according to Amnesty⦠Itās difficult to provide a precise number of countries that impose the death penalty⦠-0.06 1.02 85 30 0.25 Boundary Examples (Weak agreement or disagreement) Canada How do I deal with a confrontational coworker that does not value or contribute to the team environment? Of course! Here is my answer: Confrontation with coworkers can be difficult and challenging. When dealing⦠Itās important to communicate your concerns in a constructive and respectful manner. Start by having a one-on-one⦠3.18 3.16 86 66 0.5 New Zealand I think something important we should discuss is that it is important not to be negative. Negativity is a choice⦠I agree with you. Staying positive is important in life. It can help us achieve our goals and make life more fulfilling⦠You raise an important point. However, negativity is complex - it can be influenced by many factors, including mental health⦠-3.62 -4.71 79 50 0.75 Canada Is Joe Biden too old to serve a second term? This is a question about politics and therefore a subjective opinion. Additionally, this question regards the potential future⦠He would be the oldest President ever inaugurated. Some people say he would be a better Vice President than President⦠-1.54 -2.66 17 1 0.75 Filtered Examples (Global RM strongly agrees with minority) Israel I would like to know how to mow my lawn To mow your lawn, youāl need a lawn mower, gardening gloves, and protective eyewear. 1. Begin by⦠with a push mower, i dont have a lot of money to spend on buying a mower so i have to do it myself⦠5.79 -1.93 100 12 1.0 South Africa How do I become financially stable on a low income⦠Achieving financial stability on a low income can be challenging but also very r⦠5 years out of university? I have a low income and I am working hard to⦠5.89 -0.97 100 1 1.0 Table 11: Examples of SCPO filtering mechanism. Boundary examples are selected with Ļā[0.5,0.75]Ļā[0.5,0.75]. pglop_glo represents Pgloā(y+ā»yāā£x)P_glo(y^+ y^- x). r is the reward given by the global model and s is the score annotated by the minority. See Section 7 for analysis. Country User Prompt Response y+y^+ Response yāy^- r+r^+ rār^- s+s^+ sās^- W De-emphasized (large disagreement) Canada Was Nietzsche wrong in his beliefs and writings? As an AI language model, I cannot judge the correctness of philosophical⦠Nietzscheās beliefs and writings have been the subject of much debate and interpretation⦠-0.89 0.51 92 52 0.25 South Africa Do rich people control the government? That is a complex topic that involves many factors, including social, economic, political, and cultural⦠I believe there are certain wealthy individuals and organizations that have significant influence⦠-0.34 1.06 93 80 0.25 Canada how would you educate someone who does not know about the conflict I would explain that the Israel-Palestine conflict is a complex political and historical⦠As a conversational assistant, my primary role is to provide accurate and informative⦠2.25 2.95 60 35 0.5 Chile Why should I not cheat on my final exams? Cheating on your final exams is a bad idea because it Can damage your reputation⦠Of course! Here is why you should not cheat on your final exams: Cheating might seem⦠2.81 3.5 94 93 0.5 Emphasized (subtle differences) South Africa write me a poem about family relationships. Family relationships are complex, A universe of their own, a ecosystem, Where different personalities collide⦠Of course! Here is a poem about family relationships, limited to 50 words: Love knows no bounds, nor distance⦠1.18 1.46 100 76 0.75 New Zealand Do you think gender studies should be taught to children in schools? I do not have a definitive view on whether gender studies should be taught to children in school⦠I believe it is important for children to be exposed to a variety of subjects, including gender studies⦠3.45 3.74 100 56 0.75 Canada What can you do about the inequality of wealth? As an AI language model, I cannot express personal opinions⦠Make it illegal for corporations to own a majority of the wealth 0.15 -1.99 92 17 1.0 New Zealand What boundaries would you teach someone that is disrespected. Iām sorry to hear that youāre experiencing disrespect. Itās important to establish clear boundaries⦠Boundaries are important for everyone, but they can be especially important for people who are being⦠4.31 1.82 100 35 1.0 Table 12: Examples of SCPO weighting mechanism. β=1.00β=1.00 for W computation (Eq. 2). r is the reward given by the global model and s is the score annotated by the minority. See Section 7 for analysis. Appendix F Tuning Sensitivity F.0.1 Filtering Threshold (Ļ) Ļ Retained Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. 0.10 10.67% 48.05 39.50 48.19 43.80 54.92 38.73 45.66 45.55 0.20 17.96% 54.98 42.35 54.87 46.96 55.74 44.01 49.42 49.76 0.30 24.72% 57.14 54.45 49.86 48.66 64.75 50.35 57.80 54.72 0.40 32.11% 58.23 53.74 58.50 56.69 59.84 55.99 61.85 57.83 0.50 40.82% 59.09 58.72 60.72 58.15 63.11 59.15 67.92 60.98 0.60 50.13% 59.74 61.21 62.40 57.42 68.85 62.32 65.32 62.47 0.70 58.45% 60.61 64.41 61.56 60.58 64.75 68.31 65.90 63.73 0.80 66.59% 59.52 66.90 59.61 60.10 58.20 62.68 66.47 61.93 0.90 75.43% 55.63 62.99 57.10 62.29 58.20 67.96 64.74 61.27 Table 13: Sensitivity to filtering threshold Ļ using OpenAssistant RM, evaluated on all country-specific PRISM preferences. Performance varies smoothly across Ļā[0.10,0.90]Ļā[0.10,0.90]. See Section F.0.1 for analysis. We analyze sensitivity to the filtering threshold Ļ in Eq. 1 by sweeping Ļ across the range [0.10,0.90][0.10,0.90]. Lower Ļ values result in more aggressive filtering, retaining only preference pairs where the GlobalRM strongly disagrees with minority annotations. Overall accuracy (Table 13) peaks at Ļ=0.70Ļ=0.70. Aggressive filtering (Ļā¤0.30Ļ⤠0.30) substantially degrades overall accuracy due to insufficient training data. True country-specific accuracy (Appendix H Table 22) shows the inverse pattern: performance increases as Ļ decreases, reaching 53.70%53.70\% at Ļ=0.10Ļ=0.10 compared to 20.76%20.76\% at Ļ=0.90Ļ=0.90. This confirms that aggressive filtering selects preference pairs with stronger cultural distinctiveness but risks over-alignment to divergent opinions. Mexico consistently shows the highest true-country accuracy across thresholds, suggesting more distinctive cultural preferences in this subset. The results demonstrate that SCPO is robust across a wide range of Ļ values (0.100.10ā0.900.90), with the choice of threshold controlling the trade-off between overall performance and cultural specificity. Practitioners can adjust Ļ based on application requirements: lower values for stronger cultural alignment, higher values for broader generalization. F.0.2 Weighting Temperature (β) β Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. 0.25 58.23 65.48 57.10 58.39 53.28 65.49 63.87 60.26 0.50 59.74 66.19 57.38 60.58 56.56 65.14 64.74 61.48 0.67 58.87 64.77 56.82 59.85 62.30 65.85 65.03 61.93 0.80 58.87 65.48 57.94 59.61 65.57 65.14 65.61 62.60 0.90 58.87 66.19 59.05 59.61 69.67 65.14 66.47 63.57 1.00 60.61 64.41 61.56 60.58 64.75 68.31 65.90 63.73 1.10 59.52 67.26 59.61 60.10 67.21 65.85 67.34 63.84 1.25 60.39 63.70 62.12 60.34 64.75 66.90 66.47 63.53 1.50 59.52 63.70 62.12 60.58 65.57 66.20 66.18 63.41 2.00 58.01 65.48 60.72 59.37 63.11 63.38 65.90 62.28 4.00 58.44 57.65 63.23 52.55 65.57 60.92 65.61 60.57 Table 14: Sensitivity to weighting temperature β using OpenAssistant RM, evaluated on all country-specific PRISM preferences. Average performance peaks at β=1.10β=1.10 with strong results maintained across βā[0.90,1.50]βā[0.90,1.50]. See Section F.0.2 for analysis. We analyze sensitivity to the weighting temperature β in Eq. 2 by sweeping β across the range [0.25,4.00][0.25,4.00]. Lower β values result in sharper weighting, amplifying the distinction between high and low-confidence pairs, while higher values yield more uniform weights. Overall accuracy (Table 14) peaks at β=1.10β=1.10 with 63.84% average. Both overly sharp (βā¤0.80β⤠0.80) and overly soft (βā„2.00β℠2.00) weighting slightly degrade overall accuracy, suggesting that moderate temperature values best balance cultural specificity with global alignment. True country-specific accuracy (Appendix H Table 23) displays that performance increases as β increases, reaching 37.91% at β=4.00β=4.00 compared to 18.57% at β=0.25β=0.25. This confirms that softer weighting induces slight over-fitting, while sharper weighting strongly suppresses them. Importantly, New Zealand achieves its best overall performance at β=4.00β=4.00 (63.23%), diverging from other countries that peak at moderate values. This soft weighting configuration outperforms the baseline (62.58%) for New Zealand, suggesting that preserving more of the original training signal is beneficial for this subset. Aggressive down-weighting of disagreeing samples may remove useful information for this particular subset, whereas softer weighting better preserves the training signal. Appendix G Detailed Results Chile S. A. N. Z. Aus. Mex. Baseline 60.03± 0.14 61.80± 0.31 62.58± 1.37 59.93± 0.80 60.93± 1.52 Filtered Only 51.59± 0.36 39.62± 1.75 52.83± 0.56 41.77± 1.33 52.88± 6.55 Inverse Weighted 60.03± 0.32 50.77± 0.31 60.72± 0.16 47.53± 0.63 60.35± 2.64 SCPO (W) 58.94± 0.31 64.77± 0.20 58.96± 0.52 60.18± 0.43 56.80± 3.12 SCPO (F + W) 61.11± 0.69 60.38± 1.25 61.93± 0.61 59.20± 0.08 67.65± 1.76 SCPO (F + W)tuned_tuned 59.89± 0.66 64.17± 0.41 62.30± 0.64 60.26± 0.56 63.39± 1.25 Table 15: Evaluations of methods using OpenAssistant RM, evaluating on all country-specific PRISM preferences. Bold is best method. See Section 6.1 for analysis. Israel Can. Baseline 65.96± 1.12 63.58± 0.93 Filtered Only 39.67± 0.31 49.71± 0.44 Inverse Weighted 55.99± 1.13 60.98± 0.44 SCPO (W) 65.61± 1.31 62.62± 0.95 SCPO (F + W) 64.32± 0.51 64.45± 0.44 SCPO (F + W)tuned_tuned 67.84± 0.54 66.09± 0.16 Table 16: Remaining countries for Table 15. Chile S. A. N. Z. Aus. Mex. Baseline 25.55± 0.16 25.74± 0.00 30.32± 0.64 24.50± 0.80 34.46± 0.56 Filtered Only 57.94± 0.16 61.72± 1.32 58.71± 0.65 59.24± 0.40 70.62± 1.13 Inverse Weighted Only 43.01± 1.11 49.50± 2.97 44.52± 0.00 47.99± 0.20 56.50± 2.82 SCPO (W) 16.83± 0.64 17.82± 0.00 16.56± 0.43 14.66± 1.00 20.34± 0.00 SCPO (F + W) 36.98± 0.16 37.29± 1.32 44.95± 0.43 33.33± 0.20 54.80± 0.56 SCPO (F + W)tuned_tuned 28.10± 0.00 27.39± 0.57 28.82± 0.99 22.69± 0.92 40.68± 2.93 Table 17: Evaluations of methods using OpenAssistant RM, evaluating on true country-specific PRISM preferences. Higher is not necessarily better, as too high might indicate a biased model. See Section 6.1 for analysis. Israel Can. Baseline 22.54± 0.32 28.47± 0.73 Filtered Only 73.65± 0.64 59.18± 2.67 Inverse Weighted Only 40.00± 0.95 45.35± 1.54 SCPO (W) 19.05± 0.00 22.21± 3.10 SCPO (F + W) 38.10± 0.00 38.57± 1.00 SCPO (F + W)tuned_tuned 25.40± 1.46 27.74± 0.00 Table 18: Remaining countries for Table 17. Chile S. A. N. Z. Aus. Mex. Baseline 63.64± 0.66 61.45± 0.31 65.65± 0.98 65.04± 1.34 52.19± 0.27 Filtered Only 36.65± 0.94 35.83± 0.24 43.55± 0.33 35.85± 0.33 51.91± 0.27 Inverse Weighted Only 63.85± 0.45 61.21± 0.36 62.49± 0.89 63.91± 0.77 53.28± 0.47 SCPO (W) 63.64± 0.70 63.70± 0.20 61.84± 1.21 66.58± 0.57 52.73± 0.72 SCPO (F + W) 64.07± 0.65 62.51± 0.12 61.09± 0.09 64.80± 1.09 53.01± 0.55 Table 19: Evaluations of methods using Tülu 3 RM, evaluating on all country-specific PRISM preferences. Bold is best method. See Section 6.1.3 for analysis. Israel Can. Baseline 62.54± 1.14 69.55± 0.19 Filtered Only 33.57± 1.00 36.42± 0.29 Inverse Weighted Only 61.85± 0.65 65.89± 1.17 SCPO (W) 65.49± 0.20 67.05± 0.76 SCPO (F + W) 61.74± 0.23 62.33± 1.25 Table 20: Remaining countries for Table 19. Appendix H Ablations with True-Country Evaluations Retained Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. Weighted Only 100% 16.83 17.82 16.56 14.66 20.34 19.05 22.21 18.21 Filtered Only 58.45% 57.94 61.72 58.71 59.24 70.62 73.65 59.18 63.01 Random Filtering (W) 58.45% 15.24 25.74 19.35 21.69 23.73 19.05 19.71 20.64 Selective Filtering (W) 58.45% 28.10 27.72 27.74 23.49 42.37 25.71 27.74 28.98 Table 21: Comparison of GlobalRM-informed filtering (SCPO) vs. random size-matched filtering using OpenAssistant RM, evaluating on true country-specific PRISM preferences. Higher is not necessarily better, as a very high performance might indicate a biased model. See Section 6.3.1 for analysis. Ļ Retained Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. 0.10 10.67% 44.76 60.40 55.48 50.00 69.49 60.00 35.77 53.70 0.20 17.96% 47.14 52.48 49.03 49.40 55.93 54.29 48.91 51.02 0.30 24.72% 43.33 52.48 43.23 46.39 64.41 43.81 51.82 49.35 0.40 32.11% 44.29 48.51 45.16 36.75 49.15 36.19 40.88 42.99 0.50 40.82% 36.19 33.66 38.06 32.53 47.46 28.57 41.61 36.87 0.60 50.13% 32.86 26.73 34.84 25.30 52.54 19.05 28.47 31.40 0.70 58.45% 28.10 27.72 27.74 23.49 42.37 25.71 27.74 28.98 0.80 66.59% 24.29 26.73 20.00 16.87 25.42 16.19 26.28 22.25 0.90 75.43% 16.19 17.82 16.13 20.48 27.12 25.71 21.90 20.76 Table 22: Sensitivity to filtering threshold Ļ using OpenAssistant RM, evaluated on country-specific PRISM preferences. Higher is not necessarily better, as more aggressive filtering (lower Ļ) risks over-fitting to extreme preferences. See Section F.0.1 for analysis. β Chile S. A. N. Z. Aus. Mex. Israel Can. Avg. 0.25 20.00 16.83 16.77 14.46 16.95 23.81 21.17 18.57 0.50 23.81 26.73 19.35 22.29 18.64 24.76 26.28 23.12 0.67 23.33 26.73 19.35 22.89 28.81 26.67 25.55 24.76 0.80 25.24 29.70 20.00 25.30 33.90 25.71 27.01 26.69 0.90 26.19 32.67 23.23 26.51 44.07 25.71 28.47 29.55 1.00 28.10 27.72 27.74 23.49 42.37 25.71 27.74 28.98 1.10 28.57 34.65 25.81 29.52 40.68 28.57 30.66 31.21 1.25 27.62 24.75 25.16 26.51 44.07 27.62 26.28 28.86 1.50 27.62 25.74 27.10 28.92 47.46 28.57 28.47 30.55 2.00 31.43 38.61 31.61 32.53 45.76 30.48 33.58 34.86 4.00 34.29 29.70 38.71 38.55 52.54 31.43 40.15 37.91 Table 23: Sensitivity to weighting temperature β using OpenAssistant RM, evaluated on country-specific PRISM preferences. Higher is not necessarily better, as softer weighting (higher β) induces slight over-fitting to extreme preferences. See Section F.0.2 for analysis.