Inferring Latent Intentions: Attributional Natural Language Inference in LLM Agents
Xin Quan, Jiafeng Xiong, Marco Valentino, André Freitas
TL;DR
This paper introduces Attributional NLI (Att-NLI), a two-stage abductive-deductive framework enabling LLMs to infer latent intentions of other agents in multi-agent settings and to draw logically coherent conclusions. It operationalizes Att-NLI in a textual game, Undercover-V, to empirically evaluate and compare three agent types: Standard NLI, Standard Att-NLI, and Neuro-Symbolic Att-NLI (the latter integrating an external theorem prover). Across four LLMs, results show a clear hierarchy in attributional and game performance, with neuro-symbolic Att-NLI delivering the strongest results (e.g., average spy win rate of 17.08%) and benefiting from external proof feedback and refinement of strategy. The work demonstrates the value of combining abductive inference with symbolic reasoning to improve rational, intention-aware behavior in LLM agents operating in multi-agent environments and suggests substantial gains from neuro-symbolic integration for complex social deduction tasks.
Abstract
Attributional inference, the ability to predict latent intentions behind observed actions, is a critical yet underexplored capability for large language models (LLMs) operating in multi-agent environments. Traditional natural language inference (NLI), in fact, fails to capture the nuanced, intention-driven reasoning essential for complex interactive systems. To address this gap, we introduce Attributional NLI (Att-NLI), a framework that extends NLI with principles from social psychology to assess an agent's capacity for abductive intentional inference (generating hypotheses about latent intentions), and subsequent deductive verification (drawing valid logical conclusions). We instantiate Att-NLI via a textual game, Undercover-V, experimenting with three types of LLM agents with varying reasoning capabilities and access to external tools: a standard NLI agent using only deductive inference, an Att-NLI agent employing abductive-deductive inference, and a neuro-symbolic Att-NLI agent performing abductive-deductive inference with external theorem provers. Extensive experiments demonstrate a clear hierarchy of attributional inference capabilities, with neuro-symbolic agents consistently outperforming others, achieving an average win rate of 17.08%. Our results underscore the role that Att-NLI can play in developing agents with sophisticated reasoning capabilities, highlighting, at the same time, the potential impact of neuro-symbolic AI in building rational LLM agents acting in multi-agent environments.
