mirror of
https://github.com/wassname/moral-maps.git
synced 2026-09-21 13:10:52 +08:00
Add Economist WVS quote
Signed-off-by: PI[gpt-5.6-terra] <pi@local>
This commit is contained in:
@@ -12,6 +12,10 @@ See <https://wassname.github.io/moral-maps/> for an interactive plot.
|
||||
|
||||
The models cluster in the upper-left, around and above the Western societies. These are survey answers, not a test of how the models behave outside the survey.
|
||||
|
||||
> “The models’ answers, in English, on topics ranging from political petitions to God, suggest values that are different from those of most people. In fact, the models are often more extreme than the average respondent in every country included in the polling.”
|
||||
>
|
||||
> [The Economist, “AI models’ values are very different from most people’s”, 2026-06-25](https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples)
|
||||
|
||||
See [all model results and their uncertainty](docs/img/wvs/wvs_model_ci.md) in one table.
|
||||
|
||||
## Can we steer these values?
|
||||
|
||||
File diff suppressed because one or more lines are too long
+1
-1
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Moral Maps: Where Do Frontier Models' Cultural Values Lie?</title>
|
||||
<script type="module" crossorigin src="./assets/index-DVN-FNIK.js"></script>
|
||||
<script type="module" crossorigin src="./assets/index-0C24ZLrl.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="./assets/index-CiBO8OQd.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -222,6 +222,10 @@ function Map({ data }) {
|
||||
<Tooltip active={active} geometry={geometry} />
|
||||
</div>
|
||||
<p className="map-explanation">Since 1981, the World Values Survey has asked people in about ninety countries the same questions. Its axes run from Traditional to Secular-Rational and from Self-expression to Survival.</p>
|
||||
<blockquote className="economist-quote">
|
||||
<p>“The models’ answers, in English, on topics ranging from political petitions to God, suggest values that are different from those of most people. In fact, the models are often more extreme than the average respondent in every country included in the polling.”</p>
|
||||
<footer><a href="https://www.economist.com/briefing/2026/06/25/ai-models-values-are-very-different-from-most-peoples">The Economist, “AI models’ values are very different from most people’s”, 2026-06-25</a></footer>
|
||||
</blockquote>
|
||||
<ReleaseScatters data={data} hidden={hidden} axisMode={axisMode} setAxisMode={setAxisMode} />
|
||||
<p className="caption">Use the family controls to compare saved rated coordinates. The lines are weak descriptive correlations for the matched models currently shown; n and R² update with visibility. Hover or keyboard focus a mark for its values. See the <a href="https://github.com/wassname/moral-maps">code and records</a>.</p>
|
||||
</>;
|
||||
|
||||
Reference in New Issue
Block a user