login

PLANMINE: sequence mining for plan failures

Published 27 August 1998
Mohammed J. Zaki, Neal Lesh, Mitsunori Ogihara
Citations60

TL;DR

The PLANMINE sequence mining algorithm to extract patterns of events that predict failures in databases of plan executions is presented, and the rules discovered are evaluated to show that they are extremely useful for understanding and improving plans, as well as for building monitors that raise alarms before failures happen.

Abstract

This paper presents the PLANMINE sequence mining algorithm to extract patterns of events that predict failures in databases of plan executions. New techniques were needed because previous data mining algorithms were overwhelmed by the staggering number of very frequent, but entirely unpredictive patterns that exist in the plan database. This paper combines several techniques for pruning out unpredictive and redundant patterns which reduce the size of the returned rule set by more than three orders of magnitude. PLANMINE has also been fully integrated into two real-world planning systems. We experimentally evaluate the rules discovered by PLANMINE, and show that they are extremely useful for understanding and improving plans, as well as for building monitors that raise alarms before failures happen. Introduction In this paper, we present the PLANMINE sequence discovery algorithm for mining information from plan execution traces. PLANMINE has been integrated into two applications in pla...

Keywords

Computer Science