Cognitive AI / MetaMind

Social intelligence begins before the answer.

MetaMind reframes socially intelligent language modeling as an explicit, revisable computation over latent mental states—not a single pass from words to response.

Updated 8 August 2026
Before the answer · one caseFrom words to response.
01 · Input
“I’d love more energy, but I don’t have time for exercise in the mornings.”
Output
“What if we start super small—like a ten-minute jog?”
Validated · 0.84 > 0.80 threshold
02 · Hypothesize
“no time”→
BeliefExercise requires a long session.DesireMore daily energy.EmotionMorning feels overloaded.

Language exposes what a person said. It does not directly expose what they believe, want, feel, or intend. MetaMind makes that hidden layer the object of computation.

The utterance is observed. The mind is latent.

“It is cold in here” may be an observation, a request to close the window, or a bid for care. The words remain constant; the intended social action changes. Humans resolve this underdetermination through Theory of Mind: we infer beliefs, desires, emotions, intentions, and thoughts that cannot be read directly from the sentence.

Most language-model pipelines collapse this problem into one prediction: context in, response out. Static role prompts, instruction tuning, and preference optimization can improve social style, yet they do not necessarily expose the intermediate interpretation that produced it. When that interpretation is wrong, there is no explicit object to inspect, constrain, or revise.

Stage 1Mental-state hypothesis generation

The Theory of Mind Agent constructs candidate interpretations over belief, desire, emotion, intention, and thought.

Stage 2Norm-aware refinement and selection

The Moral Agent revises and selects candidates under cultural, ethical, situational, and role-based constraints.

Stage 3Response synthesis and reflective validation

The Response Agent generates from the refined hypothesis, then checks empathy and contextual coherence.

A staged loop for metacognitive control.

MetaMind decomposes social understanding into three specialized agents coordinated by a dynamic social memory. Each stage operates on a distinct failure mode: missing latent intent, implausible or inappropriate interpretation, and a response that does not remain faithful to the selected interpretation.

System architecture / one cognitive turnInfer → refine → validate
Input: utterance + context + memory

The system does not jump from words to an answer. It keeps several explanations alive, filters them with social constraints, and tests whether the final response remains faithful to the selected explanation.

01THEORY OF MIND AGENT

Infer

What might the user actually mean?

  1. Read the current utterance and dialogue context.
  2. Retrieve relevant preferences and emotional patterns from memory.
  3. Produce six distinct hypotheses, each typed as belief, desire, intention, emotion, or thought.
6 TYPED HYPOTHESES · Hₜ = {h₁ … h₆}
02MORAL AGENT

Refine

Which interpretation fits this situation—not just any situation?

  1. Revise every candidate under cultural, ethical, situational, and role constraints.
  2. Compare each revised hypothesis with the full context and a context-free baseline.
  3. Reward contextual fit and information gain; keep the candidate with the highest composite score.
SELECTED HYPOTHESIS · HIGHEST CONTEXT SCORE
03RESPONSE AGENT

Validate

Does the response act on the selected interpretation?

  1. Generate a response from h̃*, the current input, and memory.
  2. Score two qualities: empathy with the user and coherence with the selected hypothesis.
  3. Release at 0.90 or above; otherwise repair and retry, up to three revisions.
VALID RESPONSE · SCORE ≥ 0.90
Method / expanded equationsWhat each stage computes.

The variables below make the hidden intermediate objects explicit: candidate minds, norm-aware scores, response utility, and persistent memory.

01Infer · construct alternatives
Xt = (ut, Ct, Mt)
Ht = AToM(Xt) = {h1, …, hk}

ut is the current utterance; Ct is the dialogue and social setting; Mt stores prior preferences and emotional patterns. Each hi has a type from belief, desire, intention, emotion, or thought, plus a natural-language explanation.

The released configuration uses k = 6: enough alternatives to preserve ambiguity without paying for an unnecessarily large candidate set.
02Refine · reward contextual specificity
Pcond = P(h̃i | ut, Ct, Mt)Pprior = P(h̃i)
IGi = log(Pcond + ε) − log(Pprior + ε)
si = λPcond + (1−λ)IGi;   h̃* = arg maxi si

Pcond asks whether the revised interpretation fits this conversation. IGi asks how much the context increases its probability over a generic prior. The second term penalizes hypotheses that sound plausible everywhere but explain little here.

λ balances plausibility and information gain. The experiments use λ = 0.60. If token logits are unavailable, high/mid/low evaluator ratings are mapped to numeric probabilities.
03Generate · condition on the selected mind
ot = arg maxY ∑ℓ=1L p(yℓ | y<ℓ, h̃*, Mt, ut)

The decoder does not answer from the utterance alone. It conditions every token on the selected interpretation h̃*, the current user input, and the long-term social memory.

E = 0.4A1 + 0.6A2Affective alignment + cognitive resonanceC = 0.5B1 + 0.5B2Context continuity + hypothesis congruence
04Validate · release, repair, or stop
U(ot) = βE + (1−β)C
U ≥ 0.90Release responseotherwiseregenerateAt most three revisions

E measures emotional alignment; C measures consistency with context and h̃*. β controls their trade-off. The final experiments set β = 0.80, emphasizing empathy while retaining a coherence check.

MDynamic social memory · update only what should persist
h′ = {Beliefs(ut), Desires(ut)} ∪ {Emotions(ut) ∩ EmotionPatterns(u1:t)}
MtCurrent memory+h′Persistent state+feedbackCorrection signal→Mt+1Next turn

Transient emotion is not automatically written as identity. The update preserves beliefs and desires, retains emotions only when they match a recurring pattern, and lowers the weight of memories contradicted by later feedback.

Algorithm summaryOne cognitive turn, five steps.

The equations above define the scores. This summary shows only the execution order.

  1. 01READ · uₜ + Cₜ + MₜCombine the utterance, social context, and relevant memory.
  2. 02INFER · HₜGenerate six typed explanations of the user’s hidden state.
  3. 03REFINE · h̃*Apply social constraints, score the candidates, and select one interpretation.
  4. 04GENERATE + VALIDATEDraft a response; release it at 0.90 or repair it, up to three times.
  5. 05UPDATE · Mₜ₊₁Store only validated, persistent information for the next turn.

Expanded from the paper’s Methodology §3.1–3.3 and implementation details in Appendix A.1–A.5.

Social reasoning is not merely response generation. It is structured hypothesis formation under partial observability, revision under social constraints, and action after reflective validation.

The gains survive changes in model and task.

The evaluation spans multiple-choice Theory-of-Mind reasoning, eight social-cognition tasks, Social Tasks in Sandbox Simulation (STSS), SocialIQA, and SOTOPIA. This matters because the three stages should not only improve one narrow benchmark: they should transfer from hidden-state inference to norm-sensitive interpretation and then to action. The full study covers more than 16 models.

Reported resultsOne scaffold.
Three levels of evidence.

The farther the task moves from choosing an answer toward sustaining an interaction, the larger the observed gain.

01Latent-state reasoning74.8 → 81.0ToMBench · six dimensions
02Norm-sensitive cognition71.5 → 80.5Eight social-cognition tasks
03Open-ended social action39.4 → 73.9STSS · six interaction domains
Cross-model reinforcementBase model+ MetaMind
Mistral–7B
+6.9
GPT–3.5
+6.4
GPT–4
+6.2
Claude 3.5
+10.3
DeepSeek–R1
+2.6
OpenAI o3
+1.9
Gray = base model; coral = MetaMind. Values are reported ToMBench averages; the complete study evaluates more than 16 backbones.
GPT-4 capability profileSix dimensions: base vs + MetaMind
GPT-4 base GPT-4 + MetaMind
Emotion+3.0
Desire+6.8
Intention−0.4
Knowledge+16.1
Belief+5.8
NL communication+4.5
  • +16.1Knowledge receives the largest repair.
  • Near humanBelief 88.6 vs 89.3; communication 88.5 vs 89.0.
  • −0.4Intention does not improve—gains are not uniform.
Capability movementWhere does MetaMind change the profile?
GPT-4 baseSix connected dimensionsGPT-4 + MetaMind
FollowingKnowledge · +16.1

The largest repair in the six-dimensional profile.

Knowledge makes the largest move. Intention remains nearly flat, showing that the scaffold repairs specific capabilities rather than raising every score uniformly.

Qualitative analysis / six situationsThe same loop can repair—or compound—the error.
PersuasionSuccessful refinement
0.84

Implicit obstacle recovered

“What if we start super small—like a ten-minute jog?”

“No time” becomes a revisable belief: exercise must require a long session.

CompetitionFailure exposed
0.93

Higher-order goal missed

“Guess we’ll see whose insights are truly outdated.”

Aggression scores highly while leadership and tone control are missed.

Finding 01A high validation score can still reward the wrong social objective.

The evidence becomes stronger as it moves from benchmark accuracy to interaction and blinded judgment. The largest absolute gain appears in STSS, where a system must retain unstated social constraints across action. In 120 anonymized cases, experts ranked MetaMind first in 67.5% of comparisons, ahead of GPT-4.5 and DeepSeek-R1 as standalone systems.

The effect is not limited to older models. The paper reports gains for advanced reasoning systems as well: OpenAI o1 moves from 88.6 to 90.3 and o3 from 90.3 to 92.2 on its six-dimension Theory-of-Mind average. Stronger pretraining does not make explicit cognitive organization redundant.

Every stage removes a different failure mode.

The ablations are more informative than the headline score. Removing Stage 1 lowers average social-cognition performance by 2.6 points. Removing norm-aware Stage 2 costs 3.8 points and produces the sharpest losses on pragmatic and norm-violation tasks. Removing Stage 3 validation costs 16.1 points on open-ended STSS, including a 22.1-point loss in conversation.

Ablation / reported point lossWhat breaks when a stage disappears?
0−4−8−12−16
  1. Without mental-state reasoning
    −2.6
  2. Without contextual refinement
    −3.8
  3. Without reflective validation
    −16.1
  4. Without social memory
    −10.0
Stage 1 removedUOT −4.3
Stage 2 removedFaux-pas −5.5
Stage 3 removedConversation −22.1

The human study probes the intermediate object itself. Among 120 revised hypotheses evaluated double-blind by experts, the paper reports 95% accuracy with near-perfect agreement on rationality. The result supports the intended interpretation of Stage 2: it is not only producing higher benchmark scores; its revisions are inspectable and broadly judged coherent.

A strong result—and a map of what remains.

The paper is explicit about its boundary conditions. Performance depends on the quality of domain knowledge, the coverage and correctness of social memory, and the backbone model. The evaluations are principally textual and constrained relative to real social life, where tone, expression, group dynamics, culture, and long relationships interact.

What the evidence supports
01Make ambiguity first-class.

Generate typed mental-state explanations instead of collapsing immediately to a fluent response.

02Separate plausibility from appropriateness.

Social and ethical constraints become a distinct revision operation that can be inspected.

03Validate action against interpretation.

The final response is evaluated with respect to the inferred state and memory.

Open questions
  1. InteractionCan the gains survive multimodal, cross-cultural, and longitudinal interaction?
  2. NormsCan norm refinement remain adaptive without hardening cultural assumptions into the system?
  3. LearningCan explicit cognitive traces be distilled into lower-cost, native model behavior?
  4. MemoryCan memory remain useful while protecting autonomy, privacy, and the right to be misread less often?

Those questions lead beyond the paper. The next field note treats MetaMind as the first visible scaffold in a larger research program: externalize cognition, evaluate it, train it, and finally place it inside worlds where actions have durable consequences.