AICLMAJan 29

Epistemic Context Learning: Building Trust the Right Way in LLM-Based Multi-Agent Systems

arXiv:2601.21742v11 citationsh-index: 77
Originality Incremental advance
AI Analysis

This addresses robustness issues in multi-agent systems for AI applications, though it is an incremental improvement on existing methods.

The paper tackles the problem of agents in multi-agent systems blindly conforming to misleading peers by introducing Epistemic Context Learning (ECL), a framework that uses historical interactions to estimate peer reliability, enabling small models like Qwen 3-4B to outperform a baseline 8x its size and achieve near-perfect performance in some cases.

Individual agents in multi-agent (MA) systems often lack robustness, tending to blindly conform to misleading peers. We show this weakness stems from both sycophancy and inadequate ability to evaluate peer reliability. To address this, we first formalize the learning problem of history-aware reference, introducing the historical interactions of peers as additional input, so that agents can estimate peer reliability and learn from trustworthy peers when uncertain. This shifts the task from evaluating peer reasoning quality to estimating peer reliability based on interaction history. We then develop Epistemic Context Learning (ECL): a reasoning framework that conditions predictions on explicitly-built peer profiles from history. We further optimize ECL by reinforcement learning using auxiliary rewards. Our experiments reveal that our ECL enables small models like Qwen 3-4B to outperform a history-agnostic baseline 8x its size (Qwen 3-30B) by accurately identifying reliable peers. ECL also boosts frontier models to near-perfect (100%) performance. We show that ECL generalizes well to various MA configurations and we find that trust is modeled well by LLMs, revealing a strong correlation in trust modeling accuracy and final answer quality.

Foundations

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

Your Notes