CLAINov 19, 2024

Probing the Capacity of Language Model Agents to Operationalize Disparate Experiential Context Despite Distraction

arXiv:2411.12828v123 citationsh-index: 2Has CodeEMNLP
Originality Incremental advance
AI Analysis

This work addresses a critical bottleneck in deploying LLM agents for real-world applications where reasoning over complex, noisy experience is required, though it is incremental in highlighting specific failure modes.

The study introduced the OEDD corpus to test language model agents' ability to use disparate experiential information for decision-making amid distractions, finding that state-of-the-art LLMs performed worse than random choice when faced with long contexts and distracting facts.

Large language model (LLM) agents show promise in an increasing number of domains. In many proposed applications, it is expected that the agent reasons over accumulated experience presented in an input prompt. We propose the OEDD (Operationalize Experience Despite Distraction) corpus, a human-annotator-validated body of scenarios with pre-scripted agent histories where the agent must make a decision based on disparate experiential information in the presence of a distractor. We evaluate three state-of-the-art LLMs (GPT-3.5 Turbo, GPT-4o, and Gemini 1.5 Pro) using a minimal chain-of-thought prompting strategy and observe that when (1) the input context contains over 1,615 tokens of historical interactions, (2) a crucially decision-informing premise is the rightful conclusion over two disparate environment premises, and (3) a trivial, but distracting red herring fact follows, all LLMs perform worse than random choice at selecting the better of two actions. Our code and test corpus are publicly available at: https://github.com/sonnygeorge/OEDD .

Code Implementations1 repo
Foundations

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

Your Notes