---
title: Schwartz’s Theory of Basic Human Values
url: https://www.emergentmind.com/topics/schwartz-s-theory-of-basic-human-values-3eec1f07-8a90-4985-bd5e-33f7503a9d90
type: topic
---

# Schwartz’s Theory of Basic Human Values

Schwartz’s Theory of Basic Human Values is a foundational framework in cross-cultural psychology and computational social science that identifies a universal set of human values, characterizes their motivational structure, and provides formal tools for quantifying value expression and alignment in both individuals and artificial agents. Its impact spans psychological theory, value annotation in NLP, cultural value alignment in large language models (LLMs), and empirical studies of social interaction.

## 1. Theoretical Foundations and Model Structure

The theory posits that a finite set of basic values—understood as trans-situational, enduring motivational goals—are recognized across cultures and can be systematically organized both content-wise and structurally. Schwartz initially identified ten broad value types, each corresponding to a distinct motivational domain, later refined to 19 for greater granularity. The theory’s distinguishing feature is its circumplex (circular) structural model, in which values are arranged around a continuum reflecting motivational compatibilities (adjacency) and conflicts (opposition) [2505.17112, 2601.12685, 2601.14172].

### Table 1: Summary of Original Ten and Refined Nineteen Values

| Original Value           | Definition/Goal                                   | Refined Subtypes (if any)        |
|--------------------------|---------------------------------------------------|----------------------------------|
| Self-Direction           | Independent thought/action                        | Thought, Action                  |
| Stimulation              | Excitement, novelty, challenge                    | --                               |
| Hedonism                 | Pleasure, gratification for self                  | --                               |
| Achievement              | Personal success via competence                   | --                               |
| Power                    | Social status, control over others/resources      | Dominance, Resources, Face       |
| Security                 | Safety, stability of society/self                 | Societal, Personal               |
| Tradition                | Respect/acceptance of cultural/religious customs  | --                               |
| Conformity               | Restraint to avoid violating norms or harming     | Rules, Interpersonal             |
| Benevolence              | Welfare of close others                           | Caring, Dependability            |
| Universalism             | Welfare of all people/nature                      | Concern, Nature, Tolerance       |
| Humility                 | Modesty (added in refined schema)                 | --                               |

The ten values are conceptually exhaustive, with the refined 19-value schema introduced in Schwartz (2012) supporting finer distinctions required for precise annotation and computational modeling [2601.14172, 2601.12685].

## 2. Higher-Order Dimensions and Motivational Mapping

The theory clusters the ten (and by extension, the nineteen) basic values into four higher-order, bipolar motivational dimensions:

- **Self-Transcendence vs. Self-Enhancement**:  
  Self-Transcendence (Universalism, Benevolence) prioritizes the welfare of others and nature, while Self-Enhancement (Power, Achievement) reflects pursuit of personal status and success.
- **Openness to Change vs. Conservation**:  
  Openness to Change (Self-Direction, Stimulation, Hedonism) emphasizes independence and novelty; Conservation (Security, Conformity, Tradition, Humility) emphasizes order, continuity, and restraint.

Each higher-order pole consists of values with shared motivational foci, and their arrangement in the circumplex defines motivational proximities and tensions [2505.17112, 2601.12685, 2601.14172].

| Dimension             | Constituent Values                                   |
|-----------------------|------------------------------------------------------|
| Self-Transcendence    | Universalism, Benevolence                            |
| Self-Enhancement      | Power, Achievement                                   |
| Openness to Change    | Self-Direction, Stimulation, Hedonism                |
| Conservation          | Security, Conformity, Tradition, Humility            |

Adjacent values reflect compatible motivations, while values 180° apart represent motivational antagonism (e.g., Universalism vs. Power) [2505.17112, 2601.14172].

## 3. Circular (Circumplex) Motivational Continuum

The circumplex model for the basic values formally encodes value compatibilities and conflicts:

- Each value $i$ is mapped to an angle $\theta_i$ on a 360° circle (for 10 values, 36° increments).
- Compatibility/conflict between two values $i, j$ is formalized by their angular separation:

  $$
  d_{ij} = \min(|\theta_i - \theta_j|, 360° - |\theta_i - \theta_j|) 
  $$
  
  Small $d_{ij}$ implies compatibility; large $d_{ij}$ (approaching 180°) implies conflict [2505.17112, 2601.14172].

This geometry is empirically supported by cross-cultural data and is actively used in computational models to analyze clustering and value alignment, e.g., in t-SNE projections of value vector spaces for natural language outputs [2311.10766].

## 4. Operationalization: Value Measurement Tools and Formal Representations

Schwartz’s theory is operationalized through standardized instruments, most notably the Portrait Values Questionnaire (PVQ):

- **PVQ Structure**: 40 items (4 per value) presenting short verbal portraits, each participant rates identification with on a six-point Likert scale. Items target value-relevant themes (e.g., “It’s important to him to help people around him,” for Benevolence) [2505.17112].
- **Refined Text Annotation**: For fine-grained value annotation (e.g., in online discourse), each utterance is scored for presence, opposition, or strength of each value subtype using human or LLM raters [2601.12685, 2601.14172].

**Formal Evaluation in Model Contexts**:
- Bayesian ordinal regression is used for extracting value preference signal from Likert ratings:

  $$
  P(Y \leq k) = \mathrm{logit}^{-1}\Big(t_k - (\beta_1 \cdot \text{SelfT} + \beta_2 \cdot \text{SelfE} + \beta_3 \cdot \text{Cons} + \ldots)\Big)
  $$
  where $Y$ is the PVQ response, $t_k$ are Likert thresholds, and $\beta$ coefficients parameterize effects of value-types and conditions [2505.17112].

- For text or LLM output, value alignment is mapped as
  $$
  \mathbf{v} = (v_1, v_2, ..., v_{10}) \in \{-1, 0, 1\}^{10}
  $$
  using transformer classifiers, with each $v_i$ reflecting alignment/opposition/neutrality toward value $i$ [2311.10766].

- Value distance or misalignment between value vectors $\mathbf{v}, \mathbf{w}$ is assessed by mean absolute error:

  $$
  \text{MAE}(\mathbf{v}, \mathbf{w}) = \frac{1}{K} \sum_{k: v_k, w_k \in \{0, 1\}} |v_k - w_k|
  $$
  [2601.12685].

## 5. Applications in Computational Social Science and LLM Alignment

Schwartz’s framework is central in recent computational work to quantify and align human and machine value expression:

- **Value-Driven LLM Evaluation**: LLMs’ textual outputs are mapped to the basic value vector space, enabling interpretable scoring and benchmarking of models on value-related tasks (e.g., FULCRA dataset, multi-label value scoring) [2311.10766].
- **Cross-Lingual Value Assessment**: Schwartz’s schema provides a taxonomy for annotating and evaluating value expression in multilingual datasets, facilitating cross-cultural benchmarking of LLMs’ value sensitivity (e.g., X-Value benchmark; seven value domains mapped to Schwartz values) [2602.17283].
- **Human Social Interaction**: Value alignment and misalignment metrics derived from Schwartz’s values predict persuasive success in online debate and conversational engagement (e.g., misalignment metrics over 19-value vectors in Reddit’s ChangeMyView data) [2601.12685].
- **Sentence-Level Detection**: Classification models target the presence of Schwartz’s values in political and news discourse at the sentence level, demonstrating that even sparse moral cues are detectable by supervised annotation and transformer-based models [2601.14172].

A key implication is that values as encoded by Schwartz form a basis for quantifiable, interpretable, and cross-culturally meaningful evaluation of both human and artificial behaviors.

## 6. Pluralism, Consensus, and Cultural Bias in Value Modeling

Schwartz’s theory is explicitly designed for cross-cultural generality, but empirical computational studies observe systematic cultural signal in value priorities:

- LLMs trained on different linguistic/cultural corpora display differential alignment to value clusters; e.g., Chinese-trained models (DeepSeek) downweight self-enhancement relative to Western models, reflecting collectivist tendencies [2505.17112].
- Assessment frameworks introduce two-stage annotation separating issues with global consensus (e.g., universal human rights) from those reflecting legitimate pluralism (e.g., religious practices), ensuring nuanced measurement of value-appropriateness and neutrality in multilingual contexts [2602.17283].

The explicit formalization of value taxonomies underpins both discussions of fairness/bias in AI and empirical research into value-driven behavior across cultures.

## 7. Significance and Ongoing Directions

Schwartz’s Theory of Basic Human Values provides:

- A rigorously structured, empirically grounded, and computationally tractable taxonomy for human values.
- Formal constructs—circumplex geometry, higher-order dimensions, standardized measurement protocols—now widely adopted in both psychology and computational disciplines.
- Quantitative tools and datasets for value annotation, model alignment, and cross-system benchmarking.
- The theoretical underpinning for ongoing research on pluralistic, culturally contingent frameworks for AI alignment, and robust benchmarks for value-sensitive assessment in multilingual and cross-cultural settings [2311.10766, 2505.17112, 2602.17283].

A plausible implication is continued expansion from social-science models toward large-scale, automated value annotation and alignment pipelines—enabled by the theory’s unique combination of parsimony, explicit motivational mapping, and formal compatibility/conflict structure.

Source: https://www.emergentmind.com/topics/schwartz-s-theory-of-basic-human-values-3eec1f07-8a90-4985-bd5e-33f7503a9d90