Automata Learning from Preference and Equivalence Queries
Eric Hsiung, Joydeep Biswas, Swarat Chaudhuri

TL;DR
This paper introduces REMAP, a novel automata learning algorithm that uses preference queries and symbolic techniques to efficiently learn minimal automata, with proven guarantees and empirical success in reinforcement learning domains.
Contribution
It presents REMAP, the first algorithm to learn automata using preference queries, combining symbolic observation tables, unification, and constraint solving for improved scalability and accuracy.
Findings
REMAP guarantees minimal automaton inference with polynomial query complexity.
REMAP achieves PAC-identification with sampling-based equivalence queries.
Empirical results show REMAP scales to large automata in reinforcement learning tasks.
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 (-approximate, with high probability) of the minimal automaton…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Algorithms · Bayesian Modeling and Causal Inference · Data Stream Mining Techniques
