paper-with-me

홈 › Papers

Do Theory of Mind Benchmarks Need Explicit Human-like Reasoning in Language Models?

2025-04-02 · Yi-Long Lu, Chunhui Zhang, Jiajun Song, Lifeng Fan, Wei Wang

Theory of Mind (ToM), the ability to attribute mental states to others, is fundamental for human social intelligence and a critical capability for advanced Artificial Intelligence. Recent advancements in Large Language Models (LLMs) have shown promising performance on ToM benchmarks, raising the question: Do these benchmarks necessitate explicit human-like reasoning processes, or can models succeed through alternative strategies? We investigate this question empirically by applying Reinforcement Learning (RL) and Supervised Fine-Tuning (SFT) to LLMs of varying scales (0.5B to 7B parameters) and evaluating them across multiple ToM datasets. Our results reveal a scale-dependent impact of RL: while RL significantly improves accuracy and fosters high-quality, interpretable, and transferable belief-tracking reasoning in larger models (7B), it leads to "reasoning collapse" in smaller models ($\leq$3B), where high accuracy and generalization ability are achieved via drastically shortened, less meaningful responses. Surprisingly, further SFT achieves competitive and generalizable performance across these benchmarks, often matching or exceeding RL models in accuracy, despite not being explicitly trained to produce structured reasoning traces. These findings highlight a critical discrepancy between benchmark accuracy and the nature of learned reasoning. Our work suggests that current ToM benchmarks may be solvable without requiring the explicit, human-like simulation of mental states they were designed to probe. LLMs, particularly when scale is limited or training signals focus solely on output correctness, may leverage alternative rules effective for benchmark data structures.

📄 PDF Abstract BibTeX arXiv:2504.01698

Code (1)

bigai-ai/ToM-RL 공식 구현 pytorch

Tasks

AttributeReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Focus 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Views Are My Own, but Also Yours: Benchmarking Theory of Mind Using Common Ground

2024-03-04 · Adil Soubki, John Murzaku, Arash Yousefi Jordehi, Peter Zeng 외

Evaluating the theory of mind (ToM) capabilities of language models (LMs) has recently received a great deal of attention. However, many existing benchmarks rely on synthetic data, which risks misaligning the resulting e…

Benchmarking

Revisiting the Evaluation of Theory of Mind through Question Answering

2019-11-01 · IJCNLP 2019 11 · Matthew Le, Y-Lan Boureau, Maximilian Nickel

Theory of mind, i.e., the ability to reason about intents and beliefs of agents is an important task in artificial intelligence and central to resolving ambiguous references in natural language dialogue. In this work, we…

Question Answering

PDDL-Mind: Large Language Models are Capable on Belief Reasoning with Reliable State Tracking

2026-04-20 · Wang Bill Zhu, Qiutong Tony Yi, Robin Jia, Jesse Thomason arxiv

Large language models (LLMs) perform substantially below human level on existing theory-of-mind (ToM) benchmarks, even when augmented with chain-of-thought prompting or probabilistic belief updates. We argue that these f…

Rethinking Theory of Mind Benchmarks for LLMs: Towards A User-Centered Perspective

2025-04-15 · Qiaosi Wang, Xuhui Zhou, Maarten Sap, Jodi Forlizzi 외

The last couple of years have witnessed emerging research that appropriates Theory-of-Mind (ToM) tasks designed for humans to benchmark LLM's ToM capabilities as an indication of LLM's social intelligence. However, this …

Minding Language Models' (Lack of) Theory of Mind: A Plug-and-Play Multi-Character Belief Tracker

2023-06-01 · Melanie Sclar, Sachin Kumar, Peter West, Alane Suhr 외

Theory of Mind (ToM)$\unicode{x2014}$the ability to reason about the mental states of other people$\unicode{x2014}$is a key element of our social intelligence. Yet, despite their ever more impressive performance, large-s…

Reading Comprehension