Search papers, labs, and topics across Lattice.
This paper introduces Affordance20Q, a novel benchmark designed to evaluate affordance reasoning in Large Language Models (LLMs) through a 20-Questions game format that conceals object identities. By conducting experiments with 15 state-of-the-art LLMs, the authors reveal a significant performance gap of approximately 20 points compared to human reasoning capabilities, highlighting the models' inability to ask effective discriminating questions as the game progresses. To enhance model performance, the authors develop a KB-Anchored Rule Induction (KARI) approach, which leverages knowledge bases to generate affordance rules, achieving up to a 15.2-point improvement in LLMs.
LLMs struggle with affordance reasoning, lagging behind humans by 20 points, but a new method can boost their performance significantly.
Affordance reasoning, the inference of an object's action possibilities from its physical properties (e.g., shape and material), is fundamental to human physical understanding and increasingly critical for Large Language Models (LLMs). However, existing affordance benchmarks largely expose explicit object identities in the evaluation setup, allowing models to rely on memorized object-affordance mappings rather than reasoning over physical properties. To address this gap, we introduce Affordance20Q, a novel affordance reasoning benchmark formulated as a 20-Questions game without exposing the object's identity. In each game, the model identifies a hidden object's affordance from a candidate set by asking yes/no questions about its physical properties. Affordance20Q comprises 1,009 games over 454 objects and 59 affordances, all manually filtered, refined, and annotated. We conduct comprehensive experiments with 15 state-of-the-art LLMs and find a substantial gap (~20 points) compared to human performance. A KL-based information-gain (IG) analysis further shows that models fail to ask discriminating questions as the game progresses. To close the gap, we develop KB-Anchored Rule Induction (KARI), a pipeline based on LLMs that generates affordance rules grounded in evidence from knowledge bases (KBs). KARI improves open-source LLMs by up to 15.2 points, while the limited coverage of KBs hinders further gains. We release all our code and data at https://github.com/1171-jpg/Affordance20Q.git