CLJan 13

Inferring Latent Intentions: Attributional Natural Language Inference in LLM Agents

arXiv:2601.08742v1h-index: 14
Originality Incremental advance
AI Analysis

This addresses the need for more sophisticated reasoning in LLM agents for interactive systems, though it is incremental as it builds on existing NLI and neuro-symbolic approaches.

The paper tackled the problem of LLMs lacking the ability to infer latent intentions in multi-agent environments by introducing Attributional NLI (Att-NLI), a framework that extends natural language inference with social psychology principles, and found that neuro-symbolic agents using this method achieved an average win rate of 17.08% in a textual game.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes