paper-with-me

홈 › Papers

Data-Centric Interpretability for LLM-based Multi-Agent Reinforcement Learning

2026-02-05 · John Yan, Michael Yu, Yuqi Sun, Alexander Duffy, Tyler Marques, Matthew Lyle Olson arxiv

Large language models (LLMs) are increasingly trained in complex Reinforcement Learning, multi-agent environments, making it difficult to understand how behavior changes over training. Sparse Autoencoders (SAEs) have recently shown to be useful for data-centric interpretability. In this work, we analyze large-scale reinforcement learning training runs from the sophisticated environment of Full-Press Diplomacy by applying pretrained SAEs, alongside LLM-summarizer methods. We introduce Meta-Autointerp, a method for grouping SAE features into interpretable hypotheses about training dynamics. We discover fine-grained behaviors including role-playing patterns, degenerate outputs, language switching, alongside high-level strategic behaviors and environment-specific bugs. Through automated evaluation, we validate that 90% of discovered SAE Meta-Features are significant, and find a surprising reward hacking behavior. However, through two user studies, we find that even subjectively interesting and seemingly helpful SAE features may be worse than useless to humans, along with most LLM generated hypotheses. However, a subset of SAE-derived hypotheses are predictively useful for downstream tasks. We further provide validation by augmenting an untrained agent's system prompt, improving the score by +14.2%. Overall, we show that SAEs and LLM-summarizer provide complementary views into agent behavior, and together our framework forms a practical starting point for future data-centric interpretability work on ensuring trustworthy LLM behavior throughout training.

📄 PDF Abstract BibTeX arXiv:2602.05183

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Agent-Centric Representations for Multi-Agent Reinforcement Learning

2021-04-19 · Wenling Shang, Lasse Espeholt, Anton Raichuk, Tim Salimans

Object-centric representations have recently enabled significant progress in tackling relational reasoning tasks. By building a strong object-centric inductive bias into neural architectures, recent efforts have improved…

Inductive BiasMulti-agent Reinforcement LearningObjectreinforcement-learning+4

Better Decisions through the Right Causal World Model

2025-04-09 · Elisabeth Dillies, Quentin Delfosse, Jannis Blüml, Raban Emunds 외

Reinforcement learning (RL) agents have shown remarkable performances in various environments, where they can discover effective policies directly from sensory inputs. However, these agents often exploit spurious correla…

Causal InferenceModel extractionObjectreinforcement-learning+3

EgoVLM: Policy Optimization for Egocentric Video Understanding

2025-06-03 · Ashwin Vinod, Shrey Pandit, Aditya Vavre, Linshen Liu

Emerging embodied AI applications, such as wearable cameras and autonomous agents, have underscored the need for robust reasoning from first person video streams. We introduce EgoVLM, a vision-language model specifically…

EgoSchemaQuestion Answeringreinforcement-learningReinforcement Learning+2

PRIME: Training Free Proactive Reasoning via Iterative Memory Evolution for User-Centric Agent

2026-04-08 · Prince Zizhuang Wang, Shuli Jiang arxiv

The development of autonomous tool-use agents for complex, long-horizon tasks in collaboration with human users has become the frontier of agentic research. During multi-turn Human-AI interactions, the dynamic and uncert…

Reinforcement Learning

StepPO: Step-Aligned Policy Optimization for Agentic Reinforcement Learning

2026-04-20 · Daoyu Wang, Qingchuan Li, Mingyue Cheng, Jie Ouyang 외 arxiv

Agentic reinforcement learning (RL) is emerging as a critical post-training paradigm for improving LLM agent capabilities. Existing RL algorithms for LLMs largely follow the token-centric paradigm as in RLHF and RLVR, wh…

Reinforcement Learning