REVIEW 2 major objections 5 minor 132 references
Theory-grounded two-step prompting plus self-distillation lifts multilingual moral decisions without human labels.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-14 03:31 UTC pith:W5I5XK2C
load-bearing objection Solid multilingual moral-reasoning package: culturally adapted benchmark, expert grounds, and self-distillation that lifts F1 and native-language use; the proxy for “theory engagement” is weaker than claimed but the empirical package still holds. the 2 major comments →
MET: Theory-Grounded and Culture-Aware Multilingual Moral Reasoning
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
A two-step procedure—selecting expert-curated moral-theory grounds that fit the situation and culture, then reasoning over them in the native language—combined with rejection-sampling self-distillation on synthetic character-paired dilemmas, consistently improves multilingual moral decision accuracy and native-language legibility without any external human or stronger-model labels.
What carries the argument
MET / MET-D: the model first selects a situation- and language-specific subset of 37 expert-curated theoretical grounds (organized into six dimensions: Normative Authority, Value Systems, Ethical Theories, Cognitive Reasoning Strategies, Conflict Handling Strategies, Moral Uncertainty), then generates a theory-guided reasoning chain; MET-D further trains the second step by retaining only those chains whose final ternary answer matches the automatically derived ground-truth label of a synthetic CLASH-style character.
Load-bearing premise
Matching the automatically derived yes/no/ambiguous label on synthetic character-paired dilemmas is treated as a reliable signal that the model has substantively engaged with and reconciled the selected theoretical grounds.
What would settle it
Measure whether models that reach the correct ternary label after MET-D training actually reconcile conflicting grounds (for example by human annotation of reconciliation quality or by controlled ablation of grounds) rather than merely pattern-matching the final answer; if correct labels rise while reconciliation stays flat, the proxy fails.
If this is right
- Moral-reasoning systems can be made culture-aware without translating English dilemmas or importing Western scaffolds wholesale.
- Self-distillation on character-paired synthetic data can replace expensive human or stronger-model supervision for ternary moral decisions.
- Beneficial moral-theory grounds differ systematically by language and track real cultural patterns (e.g., contractarianism for Confucian languages, relation-based authority for Spanish).
- Cross-lingual transfer of moral reasoning follows linguistic typology more than cultural similarity, so same-script or same-word-order languages help each other more than culturally close but typologically distant ones.
- Enforcing native-language reasoning becomes performance-positive rather than a trade-off once the model has been trained with MET-D.
Where Pith is reading between the lines
- If the label-proxy assumption holds only for clear-cut cases, the same pipeline may still under-train genuine multi-framework reconciliation needed for high-stakes ambiguous dilemmas.
- The same select-then-reason-plus-self-distill recipe could be ported to other value-laden domains (law, medicine, content moderation) that currently rely on English-centric rubrics.
- Ground-selection itself remains untrained; a second distillation stage that rewards culturally coherent ground sets could close the remaining gap the authors leave open.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper addresses multilingual moral decision-making with three contributions: (1) MCLASH, a culturally adapted (not merely translated) benchmark of 1,852 long-form scenarios across six languages derived from CLASH; (2) MET, a two-step prompting method that first selects from 37 expert-curated theoretical grounds organized into six dimensions, then produces theory-guided reasoning in the user’s native language; and (3) MET-D, which adds rejection-sampling self-distillation on synthetic character-paired dilemmas whose ternary labels are automatically determined by constructed value priorities, requiring no external supervision. On Qwen3-4B/8B and Gemma3-4B, MET-D raises macro-F1 by ~3.71 points on MCLASH and ~4.23 on MMoralExceptQA (peak +12.94 Malay on Qwen3-8B), increases native-language reasoning by ~62 points, and yields analyses of culture-specific beneficial grounds and typology-driven cross-lingual transfer.
Significance. If the results hold, the work supplies a reusable culturally adapted evaluation resource, an extensible theory-ground inventory, and a supervision-light training recipe that improves both accuracy and legibility of multilingual moral reasoning. Strengths include multi-model/multi-dataset evaluation (MCLASH, MMoralExceptQA, MoCa), ablations separating selection from reasoning (Table 2), random-selection baselines (Table 3), utilization annotations, and explicit cultural analyses (Figures 4–6). The self-distillation design that avoids stronger-model or human labels is practically valuable. These contributions are of clear interest to multilingual NLP and AI ethics, even if absolute gains remain modest.
major comments (2)
- §4.2 and the axiom that matching the synthetic ternary label is a proxy for “substantive engagement with the grounds” is load-bearing for the claim of improved theory-guided reasoning. The paper’s own evidence undercuts this: §6.2 reports utilization rising only from ~52% to ~61% (English) and explicitly notes that engagement ≠ reconciliation; Figure 18 shows the trained model listing more grounds without weighing them. Without a direct measure of reconciliation quality (or human preference over reasoning chains), the F1 gains (Table 1) and native-language gains establish better label prediction under a theory-flavored prompt more securely than improved theory-guided moral reasoning. A targeted human evaluation of reconciliation, or an ablation that removes ground names while keeping character cues, would strengthen the causal claim.
- Training and primary evaluation both rely on the same character–value structure (CLASH-style synthetic data for MET-D; MCLASH for main results). Although MMoralExceptQA and MoCa provide external checks, the largest and most culture-specific claims rest on MCLASH. The paper should quantify how much of the MCLASH gain is explained by distributional similarity to the synthetic training set versus genuine transfer of theory-guided reasoning, e.g., by reporting performance stratified by topic/value overlap or by training only on non-overlapping topics.
minor comments (5)
- Table 1 and Appendix C: report statistical significance or confidence intervals for the modest average gains (~3–4 F1); several per-language deltas are small enough that variance could matter.
- §6.1: Cohen’s κ of 0.259 across models for ground selection is low; clarify whether this still supports “systematic, non-random” selection or mainly within-model stability (κ=0.468).
- Figure 18 and §6.2: the distinction between engagement and reconciliation is important; consider elevating a short quantitative reconciliation metric (even on the 20-instance sample) into the main text.
- Limitations correctly flags untrained ground selection and missing reconciliation; these should be cross-referenced earlier when interpreting MET-D gains so readers do not over-read the mechanism.
- Minor presentation: ensure consistent spelling of “Probabilistic” vs “Probablistic” in grounds lists; expand the brief MoCa drop explanation for Gemma3-4B (clear-cut bias) with a short confusion-matrix note.
Circularity Check
No load-bearing circular derivation; only mild train/test structural self-reference on CLASH-style data, with independent external benchmarks.
specific steps
-
other
[Section 4.2 (MET-D training); evaluation on MCLASH]
"We sidestep this by constructing a synthetic dataset that follows the structure of CLASH: each dilemma is paired with a character whose value priorities make the correct decision automatically verifiable. MET-D (MET-Distillation) then applies rejection-sampling self-distillation on this dataset, using correct decisions as a proxy for substantive engagement with the grounds."
Training labels and the primary MCLASH test set share the same character-value → ternary-label construction. Rejection sampling therefore optimizes for a signal that is definitionally available on CLASH-style data. This is mild structural self-reference, not a fitted-parameter-as-prediction or self-definitional theorem; external MMoralExceptQA/MoCa results and independent utilization/native-language metrics keep the central claims non-circular.
full rationale
This is an empirical methods paper (prompting + self-distillation + multilingual benchmark), not a first-principles or uniqueness derivation. MET-D’s rejection sampling retains chains whose final ternary answer matches synthetic character-derived labels (Section 4.2); that is standard self-distillation with a proxy objective, not a claim that a fitted parameter or self-defined quantity is a novel prediction. Evaluation includes held-out MMoralExceptQA and MoCa, where gains transfer (avg +4.23 and +3.53 F1 on Qwen3-4B), so the central performance claims are not forced by construction from the training labels. Native-language rate and per-ground utilization analyses are independent of the rejection-sampling objective. Overlap of authors with CLASH (Lee et al., 2025) is normal incremental work and is not used as a uniqueness theorem or load-bearing external fact. The skeptic’s concern—that correct labels can be reached without reconciling grounds—is a validity/proxy weakness (acknowledged by the paper in §6.2 and Figure 18), not circularity of the derivation chain. Score 1 only for mild structural self-reference: synthetic training and MCLASH both inherit CLASH’s character-paired ternary structure.
Axiom & Free-Parameter Ledger
free parameters (3)
- number of synthetic scenarios per language =
500 / 2500
- yes:no:ambiguous balancing ratio after rejection sampling =
1:1:1
- native-language prefill tokens =
language-specific strings
axioms (4)
- domain assumption Language is an adequate proxy for culture when adapting moral dilemmas.
- ad hoc to paper Matching the automatically derived ternary label on character-paired synthetic data is a valid proxy for substantive engagement with selected theoretical grounds.
- domain assumption The 37 expert-curated grounds spanning six dimensions are sufficiently comprehensive for culture-aware moral reasoning.
- domain assumption Native-speaker inspection with the provided checklist yields culturally faithful adaptations.
invented entities (3)
-
MCLASH benchmark
independent evidence
-
37 theory-based grounds in six dimensions
no independent evidence
-
MET / MET-D pipeline
no independent evidence
read the original abstract
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.
Figures
Reference graph
Works this paper leans on
-
[1]
Attention is All you Need , url =
Vaswani, Ashish and Shazeer, Noam and Parmar, Niki and Uszkoreit, Jakob and Jones, Llion and Gomez, Aidan N and Kaiser, ukasz and Polosukhin, Illia , booktitle =. Attention is All you Need , url =
-
[2]
Aligning AI With Shared Human Values , author=
-
[3]
arXiv preprint arXiv:2110.07574 , year=
Can machines learn morality? the delphi experiment , author=. arXiv preprint arXiv:2110.07574 , year=
-
[4]
arXiv preprint arXiv:2410.02683 , year=
DailyDilemmas: Revealing Value Preferences of LLMs with Quandaries of Daily Life , author=. arXiv preprint arXiv:2410.02683 , year=
-
[5]
arXiv preprint arXiv:2402.05070 , year=
A roadmap to pluralistic alignment , author=. arXiv preprint arXiv:2402.05070 , year=
-
[6]
Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=
Modular pluralism: Pluralistic alignment via multi-llm collaboration , author=. Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , pages=
2024
-
[7]
arXiv preprint arXiv:2504.10823 , year=
Clash: Evaluating language models on judging high-stakes dilemmas from multiple perspectives , author=. arXiv preprint arXiv:2504.10823 , year=
-
[8]
arXiv preprint arXiv:2509.21443 , year=
One Model, Many Morals: Uncovering Cross-Linguistic Misalignments in Computational Moral Reasoning , author=. arXiv preprint arXiv:2509.21443 , year=
-
[9]
Language Model Alignment in Multilingual Trolley Problems , author=
-
[10]
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
Are Language Models Consequentialist or Deontological Moral Reasoners? , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
2025
-
[11]
Findings of the Association for Computational Linguistics: ACL 2025 , pages=
Exploring the choice behavior of large language models , author=. Findings of the Association for Computational Linguistics: ACL 2025 , pages=
2025
-
[12]
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
The staircase of ethics: Probing llm value priorities through multi-step induction to complex moral dilemmas , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
2025
-
[13]
Advances in Neural Information Processing Systems , volume=
Evaluating the moral beliefs encoded in llms , author=. Advances in Neural Information Processing Systems , volume=
-
[14]
Advances in Neural Information Processing Systems , volume=
Moca: Measuring human-language model alignment on causal and moral judgment tasks , author=. Advances in Neural Information Processing Systems , volume=
-
[15]
Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society , volume=
Civics: Building a dataset for examining culturally-informed values in large language models , author=. Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society , volume=
-
[16]
Proceedings of the AAAI Conference on Artificial Intelligence , volume=
Scruples: A corpus of community ethical judgments on 32,000 real-life anecdotes , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=
-
[17]
Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
Structured moral reasoning in language models: A value-grounded evaluation framework , author=. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing , pages=
2025
-
[18]
Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
Investigating cultural alignment of large language models , author=. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[19]
Advances in Neural Information Processing Systems , year=
When to Make Exceptions: Exploring Language Models as Accounts of Human Moral Judgment , author=. Advances in Neural Information Processing Systems , year=
-
[20]
arXiv preprint arXiv:2510.16380 , year=
MoReBench: Evaluating Procedural and Pluralistic Moral Reasoning in Language Models, More than Outcomes , author=. arXiv preprint arXiv:2510.16380 , year=
-
[21]
arXiv preprint arXiv:2511.10507 , year=
Advancedif: Rubric-based benchmarking and reinforcement learning for advancing llm instruction following , author=. arXiv preprint arXiv:2511.10507 , year=
-
[22]
arXiv preprint arXiv:2505.08775 , year=
Healthbench: Evaluating large language models towards improved human health , author=. arXiv preprint arXiv:2505.08775 , year=
-
[23]
arXiv preprint arXiv:2509.21500 , year=
Chasing the Tail: Effective Rubric-based Reward Modeling for Large Language Model Post-Training , author=. arXiv preprint arXiv:2509.21500 , year=
-
[24]
arXiv preprint arXiv:2510.07284 , year=
Online rubrics elicitation from pairwise comparisons , author=. arXiv preprint arXiv:2510.07284 , year=
-
[25]
arXiv preprint arXiv:2511.19399 , year=
Dr tulu: Reinforcement learning with evolving rubrics for deep research , author=. arXiv preprint arXiv:2511.19399 , year=
-
[26]
Proceedings of the 61st annual meeting of the association for computational linguistics (volume 1: long papers) , pages=
Plan-and-solve prompting: Improving zero-shot chain-of-thought reasoning by large language models , author=. Proceedings of the 61st annual meeting of the association for computational linguistics (volume 1: long papers) , pages=
-
[27]
arXiv preprint arXiv:2510.02263 , year=
RLAD: Training LLMs to Discover Abstractions for Solving Reasoning Problems , author=. arXiv preprint arXiv:2510.02263 , year=
-
[28]
arXiv preprint arXiv:2503.09501 , year=
Rema: Learning to meta-think for llms with multi-agent reinforcement learning , author=. arXiv preprint arXiv:2503.09501 , year=
-
[29]
arXiv preprint arXiv:2503.09572 , year=
Plan-and-act: Improving planning of agents for long-horizon tasks , author=. arXiv preprint arXiv:2503.09572 , year=
-
[30]
Situation ethics: The new morality , author=
-
[31]
2004 , publisher=
Ethics without principles , author=. 2004 , publisher=
2004
-
[32]
Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
Culfit: A fine-grained cultural-aware llm training paradigm via multilingual critique data synthesis , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[33]
Advances in Neural Information Processing Systems , volume=
Culturellm: Incorporating cultural differences into large language models , author=. Advances in Neural Information Processing Systems , volume=
-
[34]
Advances in Neural Information Processing Systems , volume=
Culturepark: Boosting cross-cultural understanding in large language models , author=. Advances in Neural Information Processing Systems , volume=
-
[35]
arXiv preprint arXiv:2406.14805 , year=
How well do llms represent values across cultures? empirical analysis of llm responses based on hofstede cultural dimensions , author=. arXiv preprint arXiv:2406.14805 , year=
-
[36]
Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
Disentangling language and culture for evaluating multilingual large language models , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[37]
Proceedings of the 62nd annual meeting of the association for computational linguistics (volume 1: Long papers) , pages=
Having beer after prayer? measuring cultural bias in large language models , author=. Proceedings of the 62nd annual meeting of the association for computational linguistics (volume 1: Long papers) , pages=
-
[38]
Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
Do moral judgment and reasoning capability of LLMs change with language? A study using the multilingual defining issues test , author=. Proceedings of the 18th Conference of the European Chapter of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[39]
arXiv preprint arXiv:2404.10199 , year=
Culture-gen: Revealing global cultural perception in language models through natural language prompting , author=. arXiv preprint arXiv:2404.10199 , year=
-
[40]
arXiv preprint arXiv:2505.15257 , year=
When Less Language is More: Language-Reasoning Disentanglement Makes LLMs Better Multilingual Reasoners , author=. arXiv preprint arXiv:2505.15257 , year=
-
[41]
Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
ShifCon: Enhancing non-dominant language capabilities with a shift-based multilingual contrastive framework , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[42]
arXiv preprint arXiv:2507.05418 , year=
Learn globally, speak locally: Bridging the gaps in multilingual reasoning , author=. arXiv preprint arXiv:2507.05418 , year=
-
[43]
Advances in Neural Information Processing Systems , volume=
Blend: A benchmark for llms on everyday knowledge in diverse cultures and languages , author=. Advances in Neural Information Processing Systems , volume=
-
[44]
Findings of the Association for Computational Linguistics: ACL 2024 , pages=
Question translation training for better multilingual reasoning , author=. Findings of the Association for Computational Linguistics: ACL 2024 , pages=
2024
-
[45]
Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
MAPO: Advancing multilingual reasoning through multilingual-alignment-as-preference optimization , author=. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[46]
Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
Langbridge: Multilingual reasoning without multilingual supervision , author=. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[47]
Self-pluralising culture alignment for large language models , author=. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Computational Linguistics: Human Language Technologies (Volume 1: Long Papers) , pages=
2025
-
[48]
Language Models are Alignable Decision-Makers: Dataset and Application to the Medical Triage Domain
Hu, Brian and Ray, Bill and Leung, Alice and Summerville, Amy and Joy, David and Funk, Christopher and Basharat, Arslan. Language Models are Alignable Decision-Makers: Dataset and Application to the Medical Triage Domain. Proceedings of the 2024 Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Techn...
-
[49]
Nature , volume=
Large language models encode clinical knowledge , author=. Nature , volume=. 2023 , publisher=
2023
-
[50]
arXiv preprint arXiv:2302.05729 , year=
A brief report on lawgpt 1.0: A virtual legal assistant based on gpt-3 , author=. arXiv preprint arXiv:2302.05729 , year=
-
[51]
AI Open , volume=
Lawformer: A pre-trained language model for chinese legal long documents , author=. AI Open , volume=. 2021 , publisher=
2021
-
[52]
Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
Are rules meant to be broken? understanding multilingual moral reasoning as a computational pipeline with unimoral , author=. Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=
-
[53]
arXiv preprint arXiv:1808.07074 , year=
The what, the why, and the how of artificial explanations in automated decision-making , author=. arXiv preprint arXiv:1808.07074 , year=
-
[54]
2018 IEEE 5th International Conference on data science and advanced analytics (DSAA) , pages=
Explaining explanations: An overview of interpretability of machine learning , author=. 2018 IEEE 5th International Conference on data science and advanced analytics (DSAA) , pages=. 2018 , organization=
2018
-
[55]
Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society , volume=
Decoding Multilingual Moral Preferences: Unveiling LLM's Biases Through the Moral Machine Experiment , author=. Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society , volume=
-
[56]
Proceedings of the 2025 ACM conference on fairness, accountability, and transparency , pages=
Normative evaluation of large language models with everyday moral dilemmas , author=. Proceedings of the 2025 ACM conference on fairness, accountability, and transparency , pages=
2025
-
[57]
arXiv preprint arXiv:2601.08430 , year=
RubricHub: A Comprehensive and Highly Discriminative Rubric Dataset via Automated Coarse-to-Fine Generation , author=. arXiv preprint arXiv:2601.08430 , year=
-
[58]
arXiv preprint arXiv:2510.07743 , year=
Openrubrics: Towards scalable synthetic rubric generation for reward modeling and llm alignment , author=. arXiv preprint arXiv:2510.07743 , year=
-
[59]
arXiv preprint arXiv:2511.16660 , year=
Cognitive foundations for reasoning and their manifestation in llms , author=. arXiv preprint arXiv:2511.16660 , year=
-
[60]
Assessment & Evaluation in Higher Education , volume=
Assessment rubrics: towards clearer and more replicable design, research and practice , author=. Assessment & Evaluation in Higher Education , volume=. 2017 , publisher=
2017
-
[61]
1988 , publisher=
A textbook of translation , author=. 1988 , publisher=
1988
-
[62]
arXiv preprint arXiv:2505.09388 , year=
Qwen3 technical report , author=. arXiv preprint arXiv:2505.09388 , year=
-
[63]
The philosophical review , volume=
Moral realism , author=. The philosophical review , volume=. 1986 , publisher=
1986
-
[64]
2008 , publisher=
Kantian ethics , author=. 2008 , publisher=
2008
-
[65]
Theories of international relations , volume=
Constructivism , author=. Theories of international relations , volume=. 2005 , publisher=
2005
-
[66]
The American Review of Public Administration , volume=
Social contract theory: Implications for professional ethics , author=. The American Review of Public Administration , volume=. 2006 , publisher=
2006
-
[67]
Canadian Journal of philosophy , volume=
Rawlsian constructivism in moral theory , author=. Canadian Journal of philosophy , volume=. 1987 , publisher=
1987
-
[68]
Contractualism , author=
-
[69]
2023-02-17 , url =
WVS , title =. 2023-02-17 , url =
2023
-
[70]
PNAS nexus , volume=
What values best distinguish the world's cultures? The machine learning-based cultural values inventory , author=. PNAS nexus , volume=. 2025 , publisher=
2025
-
[71]
The psychology of legitimacy: Emerging perspectives on ideology, justice, and intergroup relations , volume=
Theories of legitimacy , author=. The psychology of legitimacy: Emerging perspectives on ideology, justice, and intergroup relations , volume=
-
[72]
A companion to philosophy of law and legal theory , pages=
Legal positivism , author=. A companion to philosophy of law and legal theory , pages=. 2010 , publisher=
2010
-
[73]
Political theory , volume=
The communitarian critique of liberalism , author=. Political theory , volume=. 1990 , publisher=
1990
-
[74]
Existentialism , author=
-
[75]
Journal of Educational and Psychological Consultation , volume=
Constructivism , author=. Journal of Educational and Psychological Consultation , volume=. 1993 , publisher=
1993
-
[76]
Philosophy & social criticism , volume=
Discourse ethics and civil society , author=. Philosophy & social criticism , volume=. 1988 , publisher=
1988
-
[77]
Advances in experimental social psychology , volume=
Moral foundations theory: The pragmatic validity of moral pluralism , author=. Advances in experimental social psychology , volume=. 2013 , publisher=
2013
-
[78]
Online readings in Psychology and Culture , volume=
An overview of the Schwartz theory of basic values , author=. Online readings in Psychology and Culture , volume=
-
[79]
Journal of cross-cultural psychology , volume=
Hofstede's culture dimensions: An independent validation using Rokeach's value survey , author=. Journal of cross-cultural psychology , volume=. 1984 , publisher=
1984
-
[80]
The nature of human values
Rokeach value survey , author=. The nature of human values. , year=
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.