paper-with-me

홈 › Papers

Negative Knowledge as Failure-aware Shared Memory for AutoResearch

2026-06-19 · Hanchun Wang arxiv

AI-assisted research systems generate many failed attempts, but those failures rarely become a durable, shared knowledge asset. We propose a negative knowledge memory layer: a curator agent converts each failed attempt into a bounded, typed record in a shared bank, and a downstream research agent explicitly adopts or rejects those records before proposing its next experiment. We evaluate this layer in two settings: same-task retry on ScienceAgentBench and cross-task scientific research on two nonlinear math-physics PDE problems. The negative knowledge layer outperforms vanilla AutoResearch baselines while using fewer tokens; agents with the negative knowledge bank solve new tasks that all baselines fail to solve in PDE systems research. We also show that the previous negative knowledge bank can transfer and enhance AutoResearch on different PDE problems. These results suggest that structured negative knowledge is a knowledge asset that should be explicitly maintained in broader AI-engaged scientific research beyond a memory-compression or debugging aid, alongside positive findings, as a collective infrastructure for scientific memory. Code is available at https://github.com/hch-wang/Negative_Knowledge.

📄 PDF Abstract BibTeX arXiv:2606.21024

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Governed Shared Memory for Multi-Agent LLM Systems

2026-06-23 · Yanki Margalit, Nurit Cohen-Inger, Erni Avram, Ran Taig 외 arxiv

Multi-agent LLM environments require robust mechanisms for shared knowledge management. This paper formalizes the fleet-memory problem and identifies four foundational failure modes: unauthorized leakage, stale propagati…

Diagnosing Failure Modes of Shared-State Collaboration in Resource-Constrained Visual Agents

2026-05-29 · Yunpeng Zhou arxiv

Modular visual reasoning systems increasingly rely on shared working memory for multi-step collaboration, yet the failure dynamics of intermediate state evolution in low-capacity regimes remain underexplored. We study fa…

Visual Question AnsweringVisual Reasoning

Rethinking Classifier-Free Guidance in On-Policy Diffusion Distillation

2026-07-27 · Bingnan Li, Haozhe Wang, Haozhong Xiong, Fangtai Wu 외 hf

On-policy distillation (OPD) adapts diffusion models by querying a teacher along trajectories generated by the current student, but how it should behave under classifier-free guidance (CFG), a default component of modern…

Improving Occlusion and Hard Negative Handling for Single-Stage Pedestrian Detectors

2018-06-01 · CVPR 2018 6 · Junhyug Noh, Soochan Lee, Beomsu Kim, Gunhee Kim

We propose methods of addressing two critical issues of pedestrian detection: (i) occlusion of target objects as false negative failure, and (ii) confusion with hard negative examples like vertical structures as false po…

Occlusion HandlingPedestrian Detection

No Attacker Needed: Unintentional Cross-User Contamination in Shared-State LLM Agents

2026-04-01 · Tiankai Yang, Jiate Li, Yi Nian, Shen Dong 외 arxiv

LLM-based agents increasingly operate across repeated sessions, maintaining task states to ensure continuity. In many deployments, a single agent serves multiple users within a team or organization, reusing a shared know…