REVIEW 4 major objections 6 minor 44 references
From Black Boxes to Transparent Minds: Evaluating and Enhancing the Theory of Mind in Multimodal Large Language Models
T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read Attention heads in multimodal large language models encode other agents' beliefs in linearly decodable directions, and steering those directions at inference time improves Theory of Mind performance.
desk verdict A useful new multimodal ToM dataset, but the final-token probing setup and an appendix labeling swap leave the headline interpretability claim unestablished. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing object is the attention-head activation and its probe-derived direction. For each head at each layer, the activation at the final token position is fed to a logistic-regression probe whose label is whether the protagonist's belief matches ground truth; heads whose probes exceed a threshold are the model's belief-sensitive heads, and their probe weight vectors supply the intervention direction $\theta^h_l$. The intervention modifies the residual update as $T_{l+1} = T_l + \sum_h (\mathrm{Attn}^h_l(P^h_l T_l) + \alpha\sigma^h_l\theta^h_l)W^o_l$, scaling the direction by $\alpha$ standard deviations after attention and before the output projection. The GridToM dataset is the controlled setting that makes this possible: door open and closed states determine whether the protagonist sees critical events, giving clean perspective-dependent labels.
What would settle it
Re-derive the ground-truth belief for a sample by simulating the caption and video (the protagonist's door state and the white agent's path determine the belief); if the published example's pairing (closed door, belief in red equals 'True Belief'; open door, belief in purple equals 'False Belief') appears in the actual dataset rather than being a typo, the TB/FB labels are inverted and the reported accuracy gap and probe labels would reverse.
Extended reading notes
Core claim
The central claim is that attention heads in MLLMs carry the model's representation of who knows what: linear probes trained on head activations classify whether a belief is true from the protagonist's perspective and from an omniscient perspective, with many heads reaching high accuracy and forming four cleanly separated clusters (true/false times protagonist/omniscient). In the paper's own terms, this shows that MLLMs develop intermediate representations reflecting multi-perspective information extraction and belief inference, and that these implicit beliefs are linearly decodable. The same probe directions are then reused as interventions: after computing attention in a selected head, the model adds $\alpha\sigma\theta$, where $\theta$ is the probe weight vector and $\sigma$ the activation standard deviation along it, which shifts reasoning toward the protagonist's perspective. On LLaVA-Next-Video-7B and Qwen2-VL-7B, this training-free steering improves first-order true-belief accuracy from 53.2% to 63.8% and 26.6% to 60.4%, respectively, with similar gains on second-order beliefs and on the joint TB-and-FB metric.
Load-bearing premise
The load-bearing premise is that GridToM's True Belief and False Belief labels are correct: the paper's own Appendix C.2 example labels a closed-door story as True Belief and an open-door story as False Belief, which would invert the protagonist's actual belief if the dataset follows that example, and every probe label and TB-versus-FB accuracy gap in the paper depends on those labels.
Editorial extensions
If this is right
- If the claim holds, ToM failures shown by closed-source models on question-answering do not prove absence of ToM; models can encode correct belief states internally and still answer wrong.
- Belief representations being linearly decodable means a training-free, parameter-free intervention can improve ToM behaviour at inference time on open-weight models.
- The method transfers beyond GridToM: probing on the real-world MMToM-QA dataset also finds perspective-separating heads, so the mechanism is not an artifact of grid-world rendering.
- The reported TB/FB asymmetry (near-perfect FB, near-chance TB) implies benchmark format and visual-textual alignment, not just reasoning ability, determine measured ToM.
- Because the intervention works by aligning attention with the protagonist's perspective, it also offers a diagnostic: heads whose probes fire on perspective information can be used to trace when a model is using the wrong agent's viewpoint.
Reading between the lines
- A natural stress test would swap the door state in a fixed story and check whether probe accuracy and intervention gains track the changed ground truth; if they do not, the reported effect may be a dataset artifact rather than a belief-direction mechanism.
- Because the intervention is a single linear shift, it likely captures only the dominant belief feature; combining multiple probe directions or probing at intermediate tokens could reveal nested second-order belief structure that the current final-token readout misses.
- The same probe-then-steer recipe could be applied to other social-cognitive dimensions, such as desires or intentions, whenever a dataset supplies perspective-controlled labels; GridToM's ATOMs-style design is a template for constructing them.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents GridToM, a new multimodal theory-of-mind benchmark built on a 2D grid world, with videos and text annotations covering first- and second-order true/false belief tasks. It evaluates several MLLMs and LLMs on GridToM, reports human accuracy, then probes attention-head activations with logistic regression classifiers trained on belief-correctness labels (Yp/Yo). Selected attention heads are used in a training-free intervention (Eq. 4) that adds a scaled probe direction to attention outputs, and the paper reports accuracy gains on GridToM for LLaVA-Next-Video and Qwen2-VL. The paper also probes the MMToM-QA dataset as an external generalization check. The main claims are that MLLMs linearly encode belief states across perspectives and that steering along probe-derived directions improves ToM behavior.
Significance. If the claims hold, the paper would be a useful contribution: GridToM provides a controlled, perceptually grounded multimodal ToM benchmark with explicit perspective annotations, which is a strength relative to video datasets without ground-truth perception; the multi-layer attention-head probing offers a concrete interpretability method; and the inference-time intervention is lightweight and does not require fine-tuning. The inclusion of human baselines and multiple MLLMs/LLMs is also a strength. However, as written the core interpretability and intervention claims are not yet established because of the TB/FB label inconsistency, the absence of control probes, and unreported intervention hyperparameters.
major comments (4)
- [Appendix C.2, Figure 11; Section 3.1] There is a direct inconsistency between the dataset definitions and the example annotations. Section 3.1 and Section 5.1 define TB as the protagonist having full visibility (door open) and FB as limited visibility (door closed). However, in the 'True Belief' block of Figure 11 the yellow agent closes the green door and 'cannot see anything happening outside the green room', so the yellow agent's belief ('red') differs from the omniscient truth ('purple'); this is a false belief by the paper's own definition, not a true belief. The 'False Belief' block has the door open and the belief matching the omniscient end state. If the dataset follows Figure 11, the TB/FB labels are inverted and the Table 1 comparison (e.g., ChatGPT4O 6.2% TB vs 100% FB) would have the opposite interpretation; if Figure 11 is a typo, the ambiguity still makes the benchmark and the probe labels (which use these TB/FB distinctions) unreliable. This must be resolved by correcting the figure/annotations and by releasing a label audit with the dataset.
- [Section 4.2, Section 4.3, Appendix B.1, Figure 5(A)] The probing targets are not specified consistently. Section 4.2 defines both Yp and Yo and then states 'we only use the correct and incorrect labels from the protagonist's perspective', while Appendix B.1 (Figure 6) assigns four distinct label combinations (Yp,Yo) for TB and FB and describes different extraction strategies for first- and second-order beliefs. In addition, Figure 5(A) captions say 'on the test set' but Section 4.3 says the figure shows 'validation accuracy', and Section 4.4 says the top K heads are selected on the validation set. The paper needs to state exactly which labels and which data split were used to train the probes, to select heads, and to produce the reported accuracies; using test-set accuracy for head selection would make the reported probe accuracies optimistically biased.
- [Section 4.3, Eq. (4), Figure 5(C)] The confound control is missing for both the representational and the intervention claims. The probes are trained on activations extracted at the final token of the prompt, immediately before the model produces a two-choice answer, and the labels are the correctness of that answer in GridToM. Because in GridToM the correct answer color is fully determined by whether the protagonist saw the white agent's relocation, a linear probe can achieve high accuracy by decoding the answer color, the door state, or another surface feature, without encoding any belief state; the four separated clusters in Figure 5(C) would also arise if the probe read off the correct option. The intervention of Eq. (4) then amplifies exactly this direction and is evaluated only on the same GridToM benchmark, which is compatible with answer steering rather than with enhanced ToM. The MMToM-QA generalization probe in Appendix H uses the same final-token activations and text-only labels and therefore does not remove the confound. The paper should include control probes (e.g., decoding answer color or door state, probing with shuffled labels) and an evaluation of the intervention on a held-out or adversarially modified set of scenarios.
- [Table 1, Section 5.1, Appendix E] The intervention results in Table 1 are not reproducible as reported. Eq. (4) introduces the scale α and Section 4.4 defines the number of selected heads K, but the '+α' rows in Table 1 do not state the values of K and α used, nor whether the protagonist-perspective or omniscient-perspective direction was used for each model and task. Appendix E provides parametric plots but not the exact settings that produced the headline gains (e.g., LLaVA +21.2 on first-order Both and Qwen2-VL +33.8 on first-order TB). Please report the exact K, α, and direction for every reported row, and include a sensitivity table so the reader can verify that the chosen hyperparameters are inside the stable region.
minor comments (6)
- [Abstract, Section 5.2] The phrase 'adjusting in the direction of the attention head' is vague; please specify that the intervention shifts activations along the probe weight direction of the selected attention heads.
- [Section 3.1, Appendix C.1] Section 3.1 says each video has 'approximately 40 frames', while Figures 8 and 9 show 36-frame sequences; please unify the frame counts.
- [Throughout] Several typos need correction: 'GirdToM' in Table 1 and elsewhere, 'interference' for 'intervention' in Section 5.1 and Appendix E, 'demonstreted' and 'alse' in Section 5.1, and 'leds' in the Introduction.
- [Eq. (1)] In Equation (1), 'the n-th head' should be 'the h-th head', and the notation P_h^l is unclear; please define it explicitly as the projection matrix for head h at layer l.
- [Appendix E] The claim that α is effective roughly within [-50,50] appears inconsistent with Figure 17, whose x-axis spans [-100,100] for Qwen2-VL; please clarify whether the effective range is model-dependent.
- [Section 3.2, Appendix D] Initial-belief accuracy in Table 3 should be accompanied by valid-response rates, since the text notes that DeepSeek-VL2-small achieved 5.9% accuracy with 89.9% invalid responses; reporting accuracy alone is misleading without this context.
Circularity Check
The 'ToM evidence' probe and the 'ToM enhancement' steering both reduce to fitting and reapplying a decision boundary over GridToM's answer-correctness labels at the answer-position token, with no external intervention benchmark or control probe.
-
fitted input called prediction
[Section 4.4, Eq. (4); results in Section 5.1, Table 1; interpretation in Section 5.2; labels defined in Section 4.2]
"We then intervene on these selected heads ... as computed as follows: Tl+1 = Tl + Σh(Attnh l (P h l Tl) +ασh l θh l) · W o l , (4) where σh l denotes the standard deviation of activations along the target direction, and θh l represents the intervention target direction, derived from the weight vector of the selected attention head. ..."
Eq. (4)'s direction θ is 'derived from the weight vector of the selected attention head' — the logistic-regression boundary fit in Eq. (3) to Yp/Yo, which Section 4.2 defines as 'the correctness of the protagonist's perspective and the omniscient perspective.' In GridToM each belief statement is one of the two answer options, so Yp true/false is, by construction, the benchmark's answer correctness. Because the probe reads 'the activation at the final token position,' immediately before the answer is generated, the fitted boundary can separate correct from incorrect answer directions. Eq. (4) adds ασθ along that same boundary, and Table 1 reports TB/FB gains on the same GridToM benchmark, called in Section 5.2 'significant enhancement of ToM capabilities ...
-
self definitional
[Sections 4.2-4.3, Figure 5; abstract claim of ToM evidence; generalization probe in Appendix H]
"We extract the output of each attention head at every layer, capturing the activation at the final token position, denoted as X ∈ R^{L×H×D}. Each attention head activation is associated with belief labels Yp and Yo, which represent the correctness of the protagonist's perspective and the omniscient perspective, respectively. ... This suggests that MLLMs indeed develop intermediate representations reflecting multi-perspective information extraction and belief inference."
Figure 5A ('validation accuracy of the linear probe') is presented as evidence that 'attention heads in multimodal large models can distinguish cognitive information across perspectives.' The probe target Yp/Yo is defined as 'the correctness of the protagonist's perspective and the omniscient perspective,' and in GridToM each belief statement is one of the two answer options, so Yp is, by construction, the benchmark's answer correctness. The probe input is 'the activation at the final token position' — exactly where the answer distribution is formed — so a linear probe can separate the labels by decoding the answer option or a correlated surface feature (the door open/closed state fixes the correct color), without encoding any belief state.
full rationale
Derivation chain: GridToM's TB/FB answer labels define Yp/Yo (Section 4.2); logistic probes are fit to those labels on final-token attention outputs (Eq. 3, Section 4.3); top-K heads are selected by validation accuracy; the probe weight becomes the intervention direction θ (Eq. 4); accuracy gains on the same GridToM test set (Table 1) are reported as 'significant enhancement of ToM capabilities' (Section 5.2). The loop closes because the quantity fit (belief-statement correctness, which is the benchmark's answer correctness) is reused as both the steering direction and the evaluation metric; the reported gain is the expected consequence of moving activations across a boundary trained to separate correct from incorrect answers on the same distribution. This is partial circularity (score 6): the two central new claims — linearly decodable belief evidence and training-free ToM enhancement — reduce, absent controls, to answer-option decoding and reapplication of the fitted boundary. Independent content does exist: GridToM is a separately constructed dataset; the zero-shot baselines in Table 1 are standard benchmark results; probing and activation steering are established external tools (Li et al. 2024 is cited, not self-citation); and the MMToM-QA probing provides some cross-dataset evidence, though under the same final-token, binary-label design. No load-bearing self-citation or imported uniqueness theorem appears. Separately, a data-integrity risk: Appendix C.2, Figure 11 appears to invert the TB/FB definitions stated in Section 3.1 and C.1 — the 'True Belief' block has the yellow agent close the green door, cannot see the white agent move red-to-purple, yet answers 'red', which is a false-belief story; the 'False Belief' block has the door open, the yellow agent watching the move, answering 'purple', which is a true-belief story. This is a correctness risk rather than a circular step, but it underscores that the probe labels are inseparable from the benchmark's own (possibly inconsistent) answer labels. The paper's limitation paragraph (Section 5.2) does not disclose the probing confound, the lack of control probes, the intervention's confinement to GridToM, or the label mismatch. With explicit controls (shuffled-label probes, door-state and answer-option directions, and an external intervention benchmark) the claims could be substantiated; as written, they are not self-contained against the confound.
Assumptions & free parameters
free parameters (2)
- intervention scale alpha =
not specified for Table 1 results
- number of top heads K =
not specified for Table 1 results
assumptions (4)
- domain assumption The final token position's attention-head activation captures the belief-relevant state of the sequence.
- domain assumption In TB scenarios, the protagonist's perceptual information is equivalent to omniscient information, allowing the omniscient video to be substituted for the protagonist's perspective video.
- ad hoc to paper The linear probe's decision boundary can be used as a steering direction that improves belief accuracy.
- domain assumption The 2D gridworld with door open/closed manipulations accurately instantiates true and false beliefs as defined by the classic unexpected-transfer task.
Cite this review
Pith. "Pith review of From Black Boxes to Transparent Minds: Evaluating and Enhancing the Theory of Mind in Multimodal Large Language Models." pith.science (2026). https://pith.science/paper/ABMCKEMY
@misc{pith2026250614224,
author = {Pith},
title = {Pith review of: From Black Boxes to Transparent Minds: Evaluating and Enhancing the Theory of Mind in Multimodal Large Language Models},
year = {2026},
howpublished = {\url{https://pith.science/paper/ABMCKEMY}},
note = {Machine review of arXiv:2506.14224}
}
read the original abstract
As large language models evolve, there is growing anticipation that they will emulate human-like Theory of Mind (ToM) to assist with routine tasks. However, existing methods for evaluating machine ToM focus primarily on unimodal models and largely treat these models as black boxes, lacking an interpretative exploration of their internal mechanisms. In response, this study adopts an approach based on internal mechanisms to provide an interpretability-driven assessment of ToM in multimodal large language models (MLLMs). Specifically, we first construct a multimodal ToM test dataset, GridToM, which incorporates diverse belief testing tasks and perceptual information from multiple perspectives. Next, our analysis shows that attention heads in multimodal large models can distinguish cognitive information across perspectives, providing evidence of ToM capabilities. Furthermore, we present a lightweight, training-free approach that significantly enhances the model's exhibited ToM by adjusting in the direction of the attention head.
Figures
Figures from the paper (19 more)
Reference graph
Works this paper leans on
-
[1]
L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al
Achiam, J., Adler, S., Agarwal, S., Ahmad, L., Akkaya, I., Aleman, F. L., Almeida, D., Altenschmidt, J., Altman, S., Anadkat, S., et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023
arXiv 2023
-
[2]
Do llms exhibit human-like reasoning? evaluating theory of mind in llms for open-ended responses
Amirizaniani, M., Martin, E., Sivachenko, M., Mashhadi, A., and Shah, C. Do llms exhibit human-like reasoning? evaluating theory of mind in llms for open-ended responses. cikm (2024), 2024
work page 2024
-
[3]
Qwen-vl: A frontier large vision-language model with versatile abilities
Bai, J., Bai, S., Yang, S., Wang, S., Tan, S., Wang, P., Lin, J., Zhou, C., and Zhou, J. Qwen-vl: A frontier large vision-language model with versatile abilities. arXiv preprint arXiv:2308.12966, 2023
arXiv 2023
-
[4]
Bai, Z., Wang, P., Xiao, T., He, T., Han, Z., Zhang, Z., and Shou, M. Z. Hallucination of multimodal large language models: A survey. arXiv preprint arXiv:2404.18930, 2024
arXiv 2024
-
[5]
Baron-Cohen, S., Leslie, A. M., and Frith, U. Does the autistic child have a “theory of mind”? Cognition, 21 0 (1): 0 37--46, 1985. Publisher: Elsevier
work page 1985
-
[6]
Beaudoin, C., Leblanc, \'E ., Gagner, C., and Beauchamp, M. H. Systematic review and inventory of theory of mind measures for young children. Frontiers in psychology, 10: 0 2905, 2020
work page 2020
-
[7]
T., Li, Y., Lundberg, S., and others
Bubeck, S., Chandrasekaran, V., Eldan, R., Gehrke, J., Horvitz, E., Kamar, E., Lee, P., Lee, Y. T., Li, Y., Lundberg, S., and others . Sparks of artificial general intelligence: Early experiments with gpt-4. arXiv preprint arXiv:2303.12712, 2023
arXiv 2023
-
[8]
Through the theory of mind's eye: Reading minds with multimodal video large language models
Chen, Z., Wang, T., Wang, Y., Kosinski, M., Zhang, X., Fu, Y., and Li, S. Through the theory of mind's eye: Reading minds with multimodal video large language models. arXiv preprint arXiv:2406.13763, 2024
arXiv 2024
Show all 44 references
-
[9]
d., Willems, L., Lahlou, S., Pal, S., Castro, P
Chevalier-Boisvert, M., Dai, B., Towers, M., Lazcano, R. d., Willems, L., Lahlou, S., Pal, S., Castro, P. S., and Terry, J. Minigrid & Miniworld : Modular & Customizable Reinforcement Learning Environments for Goal - Oriented Tasks . CoRR, abs/2306.13831, 2023
2023 arXiv
-
[10]
The llama 3 herd of models
Dubey, A., Jauhri, A., Pandey, A., Kadian, A., Al-Dahle, A., Letman, A., Mathur, A., Schelten, A., Yang, A., Fan, A., et al. The llama 3 herd of models. arXiv preprint arXiv:2407.21783, 2024
2024 arXiv
-
[11]
Who is mistaken? arXiv preprint arXiv:1612.01175, 2016
Eysenbach, B., Vondrick, C., and Torralba, A. Who is mistaken? arXiv preprint arXiv:1612.01175, 2016
2016 arXiv
-
[12]
M., and Dillon, M
Gandhi, K., Stojnic, G., Lake, B. M., and Dillon, M. R. Baby intuitions benchmark (bib): Discerning the goals, preferences, and actions of others. Advances in neural information processing systems, 34: 0 9963--9976, 2021
2021
-
[13]
Grant, E., Nematzadeh, A., and Griffiths, T. L. How can memory-augmented neural networks pass a false-belief task? In CogSci , 2017
2017
-
[14]
Distributional vectors encode referential attributes
Gupta, A., Boleda, G., Baroni, M., and Padó, S. Distributional vectors encode referential attributes. In Proceedings of the 2015 Conference on Empirical Methods in Natural Language Processing , pp.\ 12--21, 2015
2015
-
[15]
Q., Sablayrolles, A., Mensch, A., Bamford, C., Chaplot, D
Jiang, A. Q., Sablayrolles, A., Mensch, A., Bamford, C., Chaplot, D. S., Casas, D. d. l., Bressand, F., Lengyel, G., Lample, G., Saulnier, L., et al. Mistral 7b. arXiv preprint arXiv:2310.06825, 2023
2023 arXiv
-
[16]
MMT o M - QA : Multimodal theory of mind question answering
Jin, C., Wu, Y., Cao, J., Xiang, J., Kuo, Y.-L., Hu, Z., Ullman, T., Torralba, A., Tenenbaum, J., and Shu, T. MMT o M - QA : Multimodal theory of mind question answering. In Ku, L.-W., Martins, A., and Srikumar, V. (eds.), Proceedings of the 62nd Annual Meeting of the Associat...
2024 doi
-
[17]
Theory of Mind May Have Spontaneously Emerged in Large Language Models , March 2023
Kosinski, M. Theory of Mind May Have Spontaneously Emerged in Large Language Models , March 2023. URL http://arxiv.org/abs/2302.02083
2023 arXiv
-
[18]
Evaluating large language models in theory of mind tasks
Kosinski, M. Evaluating large language models in theory of mind tasks. Proceedings of the National Academy of Sciences, 121 0 (45): 0 e2405460121, 2024
2024
-
[19]
What’s in an embedding? Analyzing word embeddings through multilingual evaluation
Köhn, A. What’s in an embedding? Analyzing word embeddings through multilingual evaluation. 2015. Publisher: Fachbereich Informatik
2015
-
[20]
Revisiting the evaluation of theory of mind through question answering
Le, M., Boureau, Y.-L., and Nickel, M. Revisiting the evaluation of theory of mind through question answering. In Proceedings of the 2019 Conference on Empirical Methods in Natural Language Processing and the 9th International Joint Conference on Natural Language Processing ( ...
2019
-
[21]
Inference-time intervention: Eliciting truthful answers from a language model
Li, K., Patel, O., Viégas, F., Pfister, H., and Wattenberg, M. Inference-time intervention: Eliciting truthful answers from a language model. Advances in Neural Information Processing Systems, 36, 2024
2024
-
[22]
Deepseek-v3 technical report
Liu, A., Feng, B., Xue, B., Wang, B., Wu, B., Lu, C., Zhao, C., Deng, C., Zhang, C., Ruan, C., et al. Deepseek-v3 technical report. arXiv preprint arXiv:2412.19437, 2024
2024 arXiv
-
[23]
Large model strategic thinking, small model efficiency: transferring theory of mind in large language models
Lore, N., Ilami, S., and Heydari, B. Large model strategic thinking, small model efficiency: transferring theory of mind in large language models. arXiv preprint arXiv:2408.05241, 2024
2024 arXiv
-
[24]
Towards a holistic landscape of situated theory of mind in large language models
Ma, Z., Sansom, J., Peng, R., and Chai, J. Towards a holistic landscape of situated theory of mind in large language models. In Bouamor, H., Pino, J., and Bali, K. (eds.), Findings of the Association for Computational Linguistics: EMNLP 2023, pp.\ 1011--1031, Singapore, Decemb...
2023 doi
-
[25]
A review on machine theory of mind
Mao, Y., Liu, S., Ni, Q., Lin, X., and He, L. A review on machine theory of mind. IEEE Transactions on Computational Social Systems, 2024
2024
-
[26]
Evaluating theory of mind in question answering
Nematzadeh, A., Burns, K., Grant, E., Gopnik, A., and Griffiths, T. Evaluating theory of mind in question answering. In Riloff, E., Chiang, D., Hockenmaier, J., and Tsujii, J. (eds.), Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing, pp.\ ...
2018 doi
-
[27]
Theory of mind as intrinsic motivation for multi-agent reinforcement learning
Oguntola, I., Campbell, J., Stepputtis, S., and Sycara, K. Theory of mind as intrinsic motivation for multi-agent reinforcement learning. arXiv preprint arXiv:2307.01158, 2023
2023 arXiv
-
[28]
Neural theory-of-mind? on the limits of social intelligence in large LM s
Sap, M., Le Bras, R., Fried, D., and Choi, Y. Neural theory-of-mind? on the limits of social intelligence in large LM s. In Goldberg, Y., Kozareva, Z., and Zhang, Y. (eds.), Proceedings of the 2022 Conference on Empirical Methods in Natural Language Processing, pp.\ 3762--3780...
2022 doi
-
[29]
Symmetric machine theory of mind
Sclar, M., Neubig, G., and Bisk, Y. Symmetric machine theory of mind. In International Conference on Machine Learning , pp.\ 19450--19466. PMLR, 2022
2022
-
[30]
H., Zhou, X., Choi, Y., Goldberg, Y., Sap, M., and Shwartz, V
Shapira, N., Levy, M., Alavi, S. H., Zhou, X., Choi, Y., Goldberg, Y., Sap, M., and Shwartz, V. Clever hans or neural theory of mind? stress testing social reasoning in large language models. In Graham, Y. and Purver, M. (eds.), Proceedings of the 18th Conference of the Europe...
2024
-
[31]
Muma-tom: Multi-modal multi-agent theory of mind
Shi, H., Ye, S., Fang, X., Jin, C., Isik, L., Kuo, Y.-L., and Shu, T. Muma-tom: Multi-modal multi-agent theory of mind. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 39, pp.\ 1510--1519, 2025
2025
-
[32]
Agent: A benchmark for core psychological reasoning
Shu, T., Bhandwaldar, A., Gan, C., Smith, K., Liu, S., Gutfreund, D., Spelke, E., Tenenbaum, J., and Ullman, T. Agent: A benchmark for core psychological reasoning. In International conference on machine learning, pp.\ 9614--9625. PMLR, 2021
2021
-
[33]
and Lernould, A
Sileo, D. and Lernould, A. M ind G ames: Targeting theory of mind in large language models with dynamic epistemic modal logic. In Bouamor, H., Pino, J., and Bali, K. (eds.), Findings of the Association for Computational Linguistics: EMNLP 2023, pp.\ 4570--4577, Singapore, Dece...
2023 doi
-
[34]
W., Albergo, D., Borghini, G., Pansardi, O., Scaliti, E., Gupta, S., Saxena, K., Rufo, A., Panzeri, S., Manzi, G., et al
Strachan, J. W., Albergo, D., Borghini, G., Pansardi, O., Scaliti, E., Gupta, S., Saxena, K., Rufo, A., Panzeri, S., Manzi, G., et al. Testing theory of mind in large language models and humans. Nature Human Behaviour, pp.\ 1--11, 2024
2024
-
[35]
Doubao-1.5-pro: Exploring the ultimate balance between model performance and inference efficiency, 2025
Team, D. Doubao-1.5-pro: Exploring the ultimate balance between model performance and inference efficiency, 2025. URL https://team.doubao.com/zh/special/doubao_1_5_pro
2025
-
[36]
Llama 2: Open foundation and fine-tuned chat models
Touvron, H., Martin, L., Stone, K., Albert, P., Almahairi, A., Babaei, Y., Bashlykov, N., Batra, S., Bhargava, P., Bhosale, S., et al. Llama 2: Open foundation and fine-tuned chat models. arXiv preprint arXiv:2307.09288, 2023
2023 arXiv
-
[37]
Large language models fail on trivial alterations to theory-of-mind tasks
Ullman, T. Large language models fail on trivial alterations to theory-of-mind tasks. arXiv preprint arXiv:2302.08399, 2023
2023 arXiv
-
[38]
J., van Dijk, B., Kouwenhoven, T., de Valk, W., Spruit, M
van Duijn, M. J., van Dijk, B., Kouwenhoven, T., de Valk, W., Spruit, M. R., and van der Putten, P. Theory of mind in large language models: Examining performance of 11 state-of-the-art models vs. children aged 7-10 on advanced tests. arXiv preprint arXiv:2310.20320, 2023
-
[39]
Verma, M., Bhambri, S., and Kambhampati, S. Theory of mind abilities of large language models in human-robot interaction: An illusion? In Companion of the 2024 ACM/IEEE International Conference on Human-Robot Interaction, pp.\ 36--45, 2024
2024
-
[40]
Hi- T o M : A benchmark for evaluating higher-order theory of mind reasoning in large language models
Wu, Y., He, Y., Jia, Y., Mihalcea, R., Chen, Y., and Deng, N. Hi- T o M : A benchmark for evaluating higher-order theory of mind reasoning in large language models. In Bouamor, H., Pino, J., and Bali, K. (eds.), Findings of the Association for Computational Linguistics: EMNLP ...
2023 doi
-
[41]
Tomvalley: Evaluating the theory of mind reasoning of llms in realistic social context
Xiao, Y., Jiashuo, W., Xu, Q., Song, C., Xu, C., Cheng, Y., Li, W., and Liu, P. Tomvalley: Evaluating the theory of mind reasoning of llms in realistic social context
-
[42]
OpenToM : A Comprehensive Benchmark for Evaluating Theory -of- Mind Reasoning Capabilities of Large Language Models
Xu, H., Zhao, R., Zhu, L., Du, J., and He, Y. OpenToM : A Comprehensive Benchmark for Evaluating Theory -of- Mind Reasoning Capabilities of Large Language Models . arXiv preprint arXiv:2402.06044, 2024
2024 arXiv
-
[43]
Evaluating and enhancing llms agent based on theory of mind in guandan: A multi-player cooperative game under imperfect information
Yim, Y., Chan, C., Shi, T., Deng, Z., Fan, W., Zheng, T., and Song, Y. Evaluating and enhancing llms agent based on theory of mind in guandan: A multi-player cooperative game under imperfect information. arXiv preprint arXiv:2408.02559, 2024
2024 arXiv
-
[44]
P., Gupta, A., McKee, K
Zhou, P., Madaan, A., Potharaju, S. P., Gupta, A., McKee, K. R., Holtzman, A., Pujara, J., Ren, X., Mishra, S., Nematzadeh, A., et al. How far are large language models from agents with theory-of-mind? arXiv preprint arXiv:2310.03051, 2023
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.