QUINTIC learns deterministic quantitative automata from preference queries using SMT-based conjectures over variable equivalences, with claimed guarantees of completeness and minimalism.
Automata Learning from Preference and Equivalence Queries
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Active automata learning from membership and equivalence queries is a foundational problem with numerous applications. We propose a novel variant of the active automata learning problem: actively learn finite automata using preference queries -- i.e., queries about the relative position of two sequences in a total order -- instead of membership queries. Our solution is REMAP, a novel algorithm which leverages a symbolic observation table along with unification and constraint solving to navigate a space of symbolic hypotheses (each representing a set of automata), and uses satisfiability-solving to construct a concrete automaton from a symbolic hypothesis. REMAP is guaranteed to correctly infer the minimal automaton with polynomial query complexity under exact equivalence queries, and achieves PAC-identification ($\varepsilon$-approximate, with high probability) of the minimal automaton using sampling-based equivalence queries. Our empirical evaluations of REMAP on the task of learning reward machines for two reinforcement learning domains indicate REMAP scales to large automata and is effective at learning correct automata from consistent teachers, under both exact and sampling-based equivalence queries.
fields
cs.FL 1years
2024 1verdicts
REJECT 1representative citing papers
citing papers explorer
-
Learning Quantitative Automata Modulo Theories
QUINTIC learns deterministic quantitative automata from preference queries using SMT-based conjectures over variable equivalences, with claimed guarantees of completeness and minimalism.