Search papers, labs, and topics across Lattice.
The paper introduces OpsMem, a dual-memory framework designed to enhance failure diagnosis in software systems by integrating short-term and long-term memory. This approach addresses the limitations of existing LLM-based methods by enabling the coordination of evolving diagnostic states with operational experience through a mechanism called cross-memory resonance. Experimental results on a Huawei microservice failure diagnosis dataset demonstrate that OpsMem significantly outperforms traditional methods, achieving improvements of up to 46.88% in Match and 18.39% in Relevant metrics compared to the strongest baseline.
OpsMem's innovative dual-memory approach boosts failure diagnosis accuracy by leveraging operational experience, achieving unprecedented performance improvements over existing methods.
Failure diagnosis in modern software systems requires iterative evidence acquisition and hypothesis reasoning guided by operational experience. Existing LLM-based methods improve diagnosis through agentic reasoning or knowledge augmentation, but they often lack a mechanism to coordinate the evolving diagnostic state with operational experience during iterative diagnosis. We propose OpsMem, a dual-memory framework that maintains a short-term memory for the current diagnostic state and a long-term memory for reusable operational experience. OpsMem uses cross-memory resonance to activate state-relevant long-term memory, conditions multi-agent diagnosis on the short-term and activated long-term memories, and consolidates reusable experience from solved incidents back into long-term memory. Experiments on a real-world Huawei microservice failure diagnosis dataset show that OpsMem outperforms representative agentic-reasoning and knowledge-augmented baselines, improving Match and Relevant by up to 46.88% and 18.39% over the strongest baseline, respectively.