paper-with-me

Papers

Query Learning Algorithm for Residual Symbolic Finite Automata

2019-02-20 · Kaizaburo Chubachi, Diptarama Hendrian, Ryo Yoshinaka, Ayumi Shinohara

We propose a query learning algorithm for residual symbolic finite automata (RSFAs). Symbolic finite automata (SFAs) are finite automata whose transitions are labeled by predicates over a Boolean algebra, in which a big collection of characters leading the same transition may be represented by a single predicate. Residual finite automata (RFAs) are a special type of non-deterministic finite automata which can be exponentially smaller than the minimum deterministic finite automata and have a favorable property for learning algorithms. RSFAs have both properties of SFAs and RFAs and can have more succinct representation of transitions and fewer states than RFAs and deterministic SFAs accepting the same language. The implementation of our algorithm efficiently learns RSFAs over a huge alphabet and outperforms an existing learning algorithm for deterministic SFAs. The result also shows that the benefit of non-determinism in efficiency is even larger in learning SFAs than non-symbolic automata.

📄 PDF Abstract BibTeX arXiv:1902.07417

Code (1)

ushitora/RSFA-QueryLearning 공식 구현

Similar Papers 제목 키워드 기반

Automata Learning from Preference and Equivalence Queries

2023-08-18 · Eric Hsiung, Joydeep Biswas, Swarat Chaudhuri

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 us…

Navigate

Active Learning of Mealy Machines with Timers

2024-03-04 · Véronique Bruyère, Bharat Garhewal, Guillermo A. Pérez, Gaëtan Staquet 외

We present the first algorithm for query learning of a class of Mealy machines with timers in a black-box context. Our algorithm is an extension of the L# algorithm of Vaandrager et al. to a timed setting. We rely on sym…

Active Learning

Inference of Deterministic Finite Automata via Q-Learning

2025-10-20 · Elaheh Hosseinkhani, Martin Leucker arxiv

Traditional approaches to inference of deterministic finite-state automata (DFA) stem from symbolic AI, including both active learning methods (e.g., Angluin's L* algorithm and its variants) and passive techniques (e.g.,…

Reinforcement LearningActive Learning

Active Learning of Symbolic Automata Over Rational Numbers

2025-11-15 · Sebastian Hagedorn, Martín Muñoz, Cristian Riveros, Rodrigo Toro Icarte arxiv

Automata learning has many applications in artificial intelligence and software engineering. Central to these applications is the $L^*$ algorithm, introduced by Angluin. The $L^*$ algorithm learns deterministic finite-st…

Active Learning

Symbolic Synthesis for LTLf+ Obligations

2026-04-20 · Giuseppe De Giacomo, Christian Hagemeier, Daniel Hausmann, Nir Piterman arxiv

We study synthesis for obligation properties expressed in LTLfp, the extension of LTLf to infinite traces. Obligation properties are positive Boolean combinations of safety and guarantee (co-safety) properties and form t…