Mind the Perspective: Let's Reason Recursively for Theory of Mind
Summary
RecToM is an inference-time framework designed to enhance Large Language Models' (LLMs) Theory of Mind (ToM) reasoning capabilities, specifically addressing the challenge of inferring agents' beliefs from partial observations. Unlike existing prompting methods that lack explicit nested belief modeling, RecToM employs recursive perspective construction. This framework builds each character's perspective from the preceding one in a specified chain, effectively simplifying higher-order belief questions into actual-world questions within the final constructed perspective. A KD45 analysis confirms RecToM's perspective construction establishes a robust belief modality. Evaluated on ToM benchmarks like Hi-ToM, Big-ToM, and FanToM, RecToM consistently surpasses recent advanced approaches across various LLM backbones, achieving leading performance. Notably, it attained 100% accuracy on the higher-order Hi-ToM benchmark when paired with GPT-5.4 and Qwen3.5.
Key takeaway
For NLP Engineers and AI Scientists focused on enhancing LLM Theory of Mind capabilities, RecToM provides a highly effective inference-time framework. You should consider integrating its recursive perspective construction to explicitly model nested beliefs, especially for higher-order reasoning challenges. This approach has demonstrated 100% accuracy on complex benchmarks like Hi-ToM with advanced models, suggesting a significant improvement over existing prompting methods for robust belief inference.
Key insights
RecToM improves LLM Theory of Mind by recursively constructing nested perspectives.
Principles
- ToM requires modeling nested beliefs.
- Recursive perspective construction simplifies higher-order ToM.
- KD45 analysis validates belief modality.
Method
RecToM constructs character perspectives recursively from preceding ones along a question-specified chain, reducing higher-order belief questions to actual-world questions within the final perspective.
In practice
- Apply recursive perspective construction for complex ToM tasks.
- Use RecToM with LLMs for improved belief inference.
- Achieve 100% ToM accuracy on Hi-ToM with GPT-5.4/Qwen3.5.
Topics
- Theory of Mind
- Large Language Models
- Recursive Reasoning
- Nested Beliefs
- Perspective Construction
- Hi-ToM Benchmark
Best for: AI Engineer, Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.