AGENT: A Benchmark for Core Psychological Reasoning

For machine agents to successfully interact with humans in real-world settings, they will need to develop an understanding of human mental life. Intuitive psychology, the ability to reason about hidden mental variables that drive observable actions, comes naturally to people: even pre-verbal infants can tell agents from objects, expecting agents to act efficiently to achieve goals given constraints. Despite recent interest in machine agents that reason about other agents, it is not clear if such agents learn or hold the core psychology principles that drive human reasoning. Inspired by cognitive development studies on intuitive psychology, we present a benchmark consisting of a large dataset of procedurally generated 3D animations, AGENT (Action, Goal, Efficiency, coNstraint, uTility), structured around four scenarios (goal preferences, action efficiency, unobserved constraints, and cost-reward trade-offs) that probe key concepts of core intuitive psychology. We validate AGENT with human-ratings, propose an evaluation protocol emphasizing generalization, and compare two strong baselines built on Bayesian inverse planning and a Theory of Mind neural network. Our results suggest that to pass the designed tests of core intuitive psychology at human levels, a model must acquire or have built-in representations of how agents plan, combining utility computations and core knowledge of objects and physics.

PDF Abstract
No code implementations yet. Submit your code now

Datasets


Introduced in the Paper:

AGENT

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Core Psychological Reasoning AGENT BIPaCK (Conditioned: G2) Goal Preferences .98 # 2
Action Efficiency .95 # 4
Unobserved Constraints .87 # 4
Cost-Reward .92 # 3
Core Psychological Reasoning AGENT ToMnet-G (Conditioned: G2) Goal Preferences .71 # 7
Action Efficiency .65 # 7
Unobserved Constraints .73 # 6
Cost-Reward .75 # 6
Core Psychological Reasoning AGENT BIPaCK (Conditioned: G1) Goal Preferences .98 # 2
Action Efficiency .97 # 2
Unobserved Constraints .86 # 5
Cost-Reward .94 # 2
Core Psychological Reasoning AGENT ToMnet-G (Conditioned: G1) Goal Preferences .75 # 6
Action Efficiency .66 # 6
Unobserved Constraints .69 # 7
Cost-Reward .48 # 7
Core Psychological Reasoning AGENT BIPaCK (Conditioned: All) Goal Preferences .99 # 1
Action Efficiency .97 # 2
Unobserved Constraints .90 # 2
Cost-Reward .95 # 1
Core Psychological Reasoning AGENT ToMnet-G (Conditioned: All) Goal Preferences .84 # 5
Action Efficiency .98 # 1
Unobserved Constraints .89 # 3
Cost-Reward .89 # 4
Core Psychological Reasoning AGENT Human Goal Preferences .95 # 4
Action Efficiency .91 # 5
Unobserved Constraints .92 # 1
Cost-Reward .87 # 5

Methods


No methods listed for this paper. Add relevant methods here