Add Economist WVS quote

Signed-off-by: PI[gpt-5.6-terra] <pi@local>
This commit is contained in:
wassname
2026-09-18 18:04:49 +08:00
parent 2d9677f573
commit e32efd22ab
4 changed files with 20 additions and 1 deletions
+4
View File
@@ -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 peoples”, 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
View File
@@ -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>
+4
View File
@@ -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 peoples”, 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>
</>;