vix.ing · top · new · best · stats · spec

An L# Based Algorithm for Active Learning of Minimal Separating Automata

2026/05/14 by Jasper Laumen, Leonne Snel, Frits Vaandrager · 1 voice
Computer Science · #cs.FL

paper · pdf · doi:10.48550/arxiv.2605.15294

Abstract

A DFA separates two disjoint languages L1 and L2 if it accepts every word in L1 and rejects every word in L2. Algorithms for active learning of small separating DFAs have many applications, e.g., for learning network invariants, learning contextual assumptions in compositional verification, learning state machines from large amounts of log data, and learning bug pattern descriptions. We propose a simple active learning algorithm, inspired by L#, that learns a minimal separating DFA for disjoint languages L1 and L2 if one exists. Experiments show that our algorithm significantly outperforms existing active learning algorithms on both randomly generated and industrial benchmarks.

Citations

Discussions

Related