Trust: Studies in Definition

authors
Yamagishi, Toshio

Prelude: "Would you say that most of the time people try to be helpful, or that they are mostly just looking out for themselves?"

Example: g factor

One possible structure of conditional dependence that fits the correlations

digraph name {
        "working memory"[style=filled,color=lightblue];
        "spatial intelligence"[style=filled,color=lightblue];
        "EQ"[style=filled,color=lightblue];
        "g"[style=filled,color=lightblue1];
        g -> "working memory" -> "ability to repeat back large numbers"[label="R>0"];
        g -> "spatial intelligence"[label="R>0"];
        "spatial intelligence" -> "ability to solve map problems"[label="R>0"];
        g -> "EQ"[label="R>0"];
        "EQ" -> "ability to recognize emotions on faces"[label="R>0"];
}

Another possible structure

digraph name {
        "working memory"[style=filled,color=lightblue];
        "Sahiti's visual factor"[style=filled,color=lightblue];
        "working memory" -> "ability to repeat back large numbers"[label="R>0"];
        "working memory" -> "ability to solve map problems"[color=red,label="R<0"];
        "Sahiti's visual factor" -> "ability to solve map problems"[label="R>0"];
        "Sahiti's visual factor" -> "ability to recognize emotions on faces"[label="R>0"];
}

Factor analysis gives us too few answers in one iteration.

So the iterative process of science is to

Key insight: All definitions and internal workings of a model are contingent on the model.

Yamagishi's work is an exercise in redefinition.

Trust, gullibility, and social intelligence

Threefold thesis statement:

Diagrammatically:

Old model

digraph name {
        "Trust"[style=filled,color=lightblue]
        "Trust" -> "Gullibility"[label="R>0"]
}

New model

digraph name {
        "Good Faith"[style=filled,color=lightblue]
        "Prudence"[style=filled,color=lightblue]
        "Good Faith" -> "Gullibility"[color=purple,label="R=?"]
        "Prudence" -> "Gullibility"[label="R<0"]
}

Distinguishing test for gullibility: Fool me once

How much do people update on negative information about someone's trustworthiness?

Tiger's cave problem (Kakiuchi and Yamagishi, 1997)

Ontology is an interesting problem with iterated factor analysis in anthropometry