paper-with-me

Papers

Diagnostics of cognitive failures in multi-agent expert systems using dynamic evaluation protocols and subsequent mutation of the processing context

2025-09-18 · Andrejs Sorstkins, Josh Bailey, Dr Alistair Baron arxiv

The rapid evolution of neural architectures - from multilayer perceptrons to large-scale Transformer-based models - has enabled language models (LLMs) to exhibit emergent agentic behaviours when equipped with memory, planning, and external tool use. However, their inherent stochasticity and multi-step decision processes render classical evaluation methods inadequate for diagnosing agentic performance. This work introduces a diagnostic framework for expert systems that not only evaluates but also facilitates the transfer of expert behaviour into LLM-powered agents. The framework integrates (i) curated golden datasets of expert annotations, (ii) silver datasets generated through controlled behavioural mutation, and (iii) an LLM-based Agent Judge that scores and prescribes targeted improvements. These prescriptions are embedded into a vectorized recommendation map, allowing expert interventions to propagate as reusable improvement trajectories across multiple system instances. We demonstrate the framework on a multi-agent recruiter-assistant system, showing that it uncovers latent cognitive failures - such as biased phrasing, extraction drift, and tool misrouting - while simultaneously steering agents toward expert-level reasoning and style. The results establish a foundation for standardized, reproducible expert behaviour transfer in stochastic, tool-augmented LLM agents, moving beyond static evaluation to active expert system refinement.

📄 PDF Abstract BibTeX arXiv:2509.15366

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

MCP-Atlas: A Large-Scale Benchmark for Tool-Use Competency with Real MCP Servers

2026-01-31 · Chaithanya Bandi, Razvan-Gabriel Dumitru, Ben Hertzberg, Divyansh Agarwal 외 arxiv

The Model Context Protocol (MCP) is emerging as a standard interface through which large language model (LLM) agents discover and invoke external tools. However, existing MCP evaluations fall short along three key axes: …

Insights Generator: Systematic Corpus-Level Trace Diagnostics for LLM Agents

2026-05-20 · Akshay Manglik, Apaar Shanker, Kaustubh Deshpande, Jason Qin 외 arxiv

Diagnosing failures in LLM agents remains largely manual. Practitioners inspect a small subset of execution traces, form ad-hoc hypotheses, and iterate. This process misses patterns that only emerge across trace populati…

Transitive Expert Error and Routing Problems in Complex AI Systems

2026-01-07 · Forest Mars arxiv

Domain expertise enhances judgment within boundaries but creates systematic vulnerabilities specifically at borders. We term this Transitive Expert Error (TEE), distinct from Dunning-Kruger effects, requiring calibrated …

MTTR-A: Measuring Cognitive Recovery Latency in Multi-Agent Systems

2025-11-08 · Barak Or arxiv

Reliability in multi-agent systems (MAS) built on large language models is increasingly limited by cognitive failures rather than infrastructure faults. Existing observability tools describe failures but do not quantify …

An Empirical Study on Failures in Automated Issue Solving

2025-09-17 · Simiao Liu, Fang Liu, Liehao Li, Xin Tan 외 arxiv

Automated issue solving seeks to autonomously identify and repair defective code snippets across an entire codebase. SWE-Bench has emerged as the most widely adopted benchmark for evaluating progress in this area. While …