Mind the Perspective: Let's Reason Recursively for Theory of Mind

· Source: Artificial Intelligence · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Cognitive AI · Depth: Expert, quick

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

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

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.