flowchart LR W[World] --->|perception| C(Child) C --->|action| W
2025-11-21
Department of Psychology
mental representations that organize experience…
mental representations that correspond to categories of things in the world, such as dogs or chairs (Margolis 1994), I would broaden the set to include properties (green, happy), events or states (jumping, wet), individuals (Daddy, Lassie), and abstract ideas (goodness, liberty)…
– Gelman (2009)
concepts are also embedded in larger knowledge structures (Gelman, 1996). Concepts therefore cannot be understood wholly as isolated components.
– Gelman (2009)
…we believe that humans are endowed with a small number of separable systems of core knowledge. New, flexible skills and belief systems build on these core foundations.
– Spelke & Kinzler (2007)
flowchart LR W[World] --->|perception| C(Child) C --->|action| W
flowchart LR W[World] --->|perception| C(Child) C --->|action| W C --->|cognition| C
flowchart LR
E[Episode_1] ---> O[Object]
O ---> S((Shape))
O ---> L((Color))
O ---> D((Distance))
O ---> M((Motion))
O ---> N((Sound))
S ---> C(Child)
D ---> C
L ---> C
M ---> C
N ---> C
C --->|perceives| P{Properties}
P --->|stores| Y{Memory_1}
flowchart TD
Y{Memory_1} --->|Shape is| S(("round"))
Y --->|Color is| L(("red"))
Y --->|Distance is| D(("within arms reach"))
Y --->|Motion is| M(("rolling along floor"))
Y --->|Sound made| N(("none"))
flowchart LR
E[Episode_2] ---> O[Object]
O ---> S((Shape))
O ---> L((Color))
O ---> D((Distance))
O ---> M((Motion))
O ---> N((Sound))
S ---> C(Child)
D ---> C
L ---> C
M ---> C
N ---> C
C --->|perceives| P{Properties}
P --->|stores| Y{Memory_2}
flowchart TD
Y{Memory_1} --->|Shape is| S(("round"))
Y --->|Color is| L(("red"))
Y --->|Distance is| D(("within arms reach"))
Y --->|Motion is| M(("rolling along floor"))
Y --->|Sound made| N(("none"))
Z{Memory_2} --->|Shape is| S
Z --->|Color is| L
Z --->|Distance is| E(("out of arms reach"))
Z --->|Motion is| M(("rolling along floor"))
Z --->|Sound made| N(("none"))
flowchart LR
C{{"Round-Red-Rollie-Thing"}} ---|is| Y{Memory_1}
C ---|is| Z{Memory_2}
Y <---> Z
flowchart TD
C{{"Round-Red-Rollie-Thing"}} --->|Shape is| S(("round"))
C --->|Color is| L(("red"))
C --->|Distance is| D(("within or outside arms reach"))
C --->|Motion is| M(("rolling along floor"))
C --->|Sound made| N(("none"))
Wikipedia contributors (2025b)
flowchart LR E[Episode_3] ---> O[Object] E ---> P[Person] P --->|says 'ball' to| C(Child) O ---> C
flowchart LR
P[Person] --->|says 'ball' to| C(Child)
O[Object] ---> C
C --->|hears| B{'ball'}
C --->|perceives| D{Object properties}
D --->|activates placeholder for| E{{"Round-Red-Rollie-Thing"}}
flowchart TD
E{{"Round-Red-Rollie-Thing"}} --->|Name for is| B{'ball'}
E --->|Color is| L(("red"))
E --->|Distance is| D(("within or outside arms reach"))
E --->|Motion is| M(("rolling along floor"))
E --->|Sound made| N(("none"))
E --->|Shape is| S(("round"))
Braginsky (n.d.)
https://www.merriam-webster.com/dictionary/testimony
https://www.merriam-webster.com/thesaurus/testimony
flowchart TD
T{{"Testimony"}} ---|is| S("Speech")
B["Source"] ---|from| S
B --- Y("Trustworthiness")
S ---|in a| Z("Situation")
Z ---|coincident with| P("Perceived physical properties")
Z ---|coincident with| C("Cognitive state")
P --- V("Visual")
P --- D("Acoustic")
C --- E("Attention")
C --- F("Memories")
C --- G("Concepts")
That’s a big house where big kids live. (Sonny)
Yes, that’s a building where big kids live. There are small houses inside. (Mimi)
I want to see it. (Sonny)
We can’t go in there. (Mimi)
Why? (Sonny)
Only the people who live there and their friends can go inside. (Mimi)
That’s not kind, Mommy. (Sonny)
flowchart LR
E(Ellie) --->|reads book about kindness to| S(Sonny)
S --->|infers properties of| K{kindness}
flowchart LR
Z(Zander) --->|pushes| S(Sonny)
E(Ellie) --->|says Z wasn't kind| S
S --->|infers properties of| N{not-kindness}
N ---|is the opposite of| K{kindness}
flowchart TD
S(Sonny) --->|infers properties of| N{not-kindness}
N ---|involves| P[a person's behavior]
N ---|is| E[surprising]
N ---|evokes| H[negative feelings]
flowchart LR
E(Ellie) --->|puts grapes in noodle place| S(Sonny)
S --->|feels| H[negative feelings]
S --->|perceives| F[surprise]
H --- N{not-kindness}
F --- N
flowchart LR
N{not-kindness} --->|provides label for feelings for| S(Sonny)
S(Sonny) --->|says| K(("that's not kind"))
K --->|directed to| E(Ellie)
…bullshit is speech intended to persuade without regard for truth. The liar cares about the truth and attempts to hide it; the bullshitter doesn’t care whether what they say is true or false.
– Wikipedia contributors (2025a)

flowchart TD
I[informant] ---|is-a| P(("person"))
I ---|is| F(("familiar|unfamiliar"))
I ---|has-a| A(("age"))
I ---|has| D(("domain knowledge"))
I ---|has been| R(("reliable"))
I ---|speaks-with| C("confidence")
I ---|speaks-with| E("familiar accent")
This talk was produced using Quarto, using the RStudio Integrated Development Environment (IDE), version 2025.5.1.513.
The source files are in R and R Markdown, then rendered to HTML using the revealJS framework. The HTML slides are hosted in a GitHub repo and served by GitHub pages: https://psu-psychology.github.io/psy-548-fall/