Ayoung Lee, Ryan Kwon, Yunxiang Zhang, Yuxuan Liu, Peter Railton, Lu Wang
6 min
As language models are increasingly deployed in high-stakes moral decision-making, they often struggle to account for the diverse cultural and linguistic contexts of their users. Existing benchmarks rely on direct translations that strip away cultural nuance, and current reasoning methods lack grounding in formal moral theory. This paper addresses these gaps by developing a framework for culture-aware, theory-grounded moral reasoning that functions natively in multiple languages.
The researchers introduce three primary contributions:
MET-D significantly improves performance across all tested model families (Qwen3 and Gemma3). On the MCLASH benchmark, MET-D achieved an average macro-F1 gain of 3.71 points, with a notable peak improvement of 12.94 points for Malay. Furthermore, the method increased the use of native-language reasoning by an average of 62.13 percentage points, making the model's decision-making process more transparent and legible to non-English speaking users. The study also demonstrates that the most effective moral grounds for reasoning vary systematically across different cultures.
This work provides a scalable path for aligning AI moral reasoning with local cultural values. By moving away from English-centric, "one-size-fits-all" moral frameworks, the authors demonstrate that models can be made more reliable and culturally sensitive in sensitive domains like law and healthcare. The use of self-distillation also offers a practical solution for improving reasoning in low-resource languages where human-annotated data is scarce.
Language models are increasingly used for moral decision-making across diverse linguistic and cultural contexts, yet existing work overlooks multilinguality on three aspects: 1) multilingual evaluation benchmarks use direct translation, failing to adapt culture-specific items; 2) inference-time methods for moral reasoning rely on static, English-centric scaffolds and lack grounding in moral theory; 3) training methods for moral decision-making typically require expensive supervision from stronger models or human annotators. We address these gaps with three contributions. First, we introduce MCLASH, a multilingual moral decision-making benchmark to capture culturally situated moral intuitions and social norms across languages. Second, we propose MET (Multilingual Ethics with Theory-grounded reasoning), a two-step prompting method built on expert-curated, theory-based grounds drawn from psychology and philosophy: the model first selects situation- and culture-specific grounds, then reasons over them in the native language of the user. Third, we introduce MET-D (MET-Distillation), which enhances the second step through a self-distillation training stage that requires no external supervision. MET-D improves macro-F1 over the base model on all three models of different sizes and families (Qwen3-4B, Qwen3-8B, Gemma3-4B), by an average of 3.71 points on MCLASH and 4.23 on MMoralExceptQA, with a peak MCLASH gain of 12.94 points for Malay on Qwen3-8B. We further reveal that MET-D increases native-language reasoning by 62.13 points on average, and that beneficial grounds differ systematically across cultures. Together, these contributions open the path for culture-aligned, theory-grounded multilingual moral reasoning.
Alex: What does that self-training actually look like?
Sam: Think of a student who learns to solve problems by studying worked examples—not just the final answer, but the full chain of logic that leads there. The researchers used a powerful model to generate high-quality reasoning chains, then trained a smaller model to replicate that quality. Crucially, they only kept the examples where the reasoning was coherent and well-grounded—throwing out anything sloppy. They also built a synthetic dataset where the "correct" answer is embedded in a character's stated values, so the model has to actually engage with those values rather than guess.
Alex: So it's practicing on a curated set of strong examples until it internalizes what careful, culturally-aware reasoning looks like.
Sam: Precisely. It's not just guessing; it's learning to build a case from the chosen framework outward.
Alex: And does it actually work? Does this change the quality of the model's reasoning in practice?
Sam: The results suggest it does. The reasoning became more legible and more culturally specific—reflecting the particular values of the culture being tested, rather than defaulting to a generic Western baseline. The authors describe it as a meaningful step toward AI that genuinely respects the diversity of human moral thought, rather than just paying lip service to it.
Alex: Though I imagine it's not a complete solution.
Sam: That's where the paper is honest about its limits. There are two significant gaps. The first is selection: the model still relies on its own internal judgment to pick which moral framework applies—and that judgment itself may carry cultural bias. The second is reconciliation. Think of it like a committee of advisors from different traditions. The model can call on each one and hear their perspective, but it doesn't yet know how to resolve the disagreement when they point in opposite directions.
Alex: So it's good at gathering the different "votes," but not at deciding which one carries the most weight?
Sam: Exactly. When frameworks conflict, the model tends to list them side by side and conclude with something like "this is ambiguous." That's an honest response—but it shows we haven't yet taught the AI how to weigh competing values against each other. In something like medical triage, one framework might say save the most lives overall, while another says prioritize the needs of a specific family. The model can name both positions, but it can't yet make the call.
Alex: So the next challenge isn't just getting the model to mention cultural values—it's teaching it to prioritize them when they genuinely clash.
Sam: That's the next frontier. The authors are clear that while they've improved the breadth of the model's reasoning—the range of cultural perspectives it can draw on—the depth remains an open problem. We've moved from models that are culturally blind to models that can at least identify the right cultural framework for a given situation. That's a real shift. But reconciling those frameworks when they conflict is a harder problem, and one this paper doesn't fully solve.
Alex: It sounds like a solid foundation, then—not a finished answer, but a more honest starting point than what came before.
Sam: That's a fair way to put it. And in a field where the temptation is to claim the problem is solved, the authors' candor about what remains is itself worth noting.
Alex: Thanks for walking us through it. And thanks to everyone listening to ResearchPod.