paper-with-me

Papers

Learning Deterministic Weighted Automata with Queries and Counterexamples

2019-10-30 · NeurIPS 2019 12 · Gail Weiss, Yoav Goldberg, Eran Yahav

We present an algorithm for extraction of a probabilistic deterministic finite automaton (PDFA) from a given black-box language model, such as a recurrent neural network (RNN). The algorithm is a variant of the exact-learning algorithm L*, adapted to a probabilistic setting with noise. The key insight is the use of conditional probabilities for observations, and the introduction of a local tolerance when comparing them. When applied to RNNs, our algorithm often achieves better word error rate (WER) and normalised distributed cumulative gain (NDCG) than that achieved by spectral extraction of weighted finite automata (WFA) from the same networks. PDFAs are substantially more expressive than n-grams, and are guaranteed to be stochastic and deterministic - unlike spectrally extracted WFAs.

📄 PDF Abstract BibTeX arXiv:1910.13895

Code (1)

tech-srl/weighted_lstar 공식 구현 pytorch

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Extracting Automata from Recurrent Neural Networks Using Queries and Counterexamples

2017-11-27 · ICML 2018 7 · Gail Weiss, Yoav Goldberg, Eran Yahav

We present a novel algorithm that uses exact learning and abstraction to extract a deterministic finite automaton describing the state dynamics of a given trained RNN. We do this using Angluin's L* algorithm as a learner…

Complexity of Equivalence and Learning for Multiplicity Tree Automata

2014-05-02 · Ines Marusic, James Worrell

We consider the complexity of equivalence and learning for multiplicity tree automata, i.e., weighted tree automata over a field. We first show that the equivalence problem is logspace equivalent to polynomial identity t…

An Analysis of On-the-fly Determinization of Finite-state Automata

2023-08-27 · Ivan Baburin, Ryan Cotterell

In this paper we establish an abstraction of on-the-fly determinization of finite-state automata using transition monoids and demonstrate how it can be applied to bound the asymptotics. We present algebraic and combinato…

A Convexity-based Generalization of Viterbi for Non-Deterministic Weighted Automata

2013-07-01 · WS 2013 7 · Marc Dymetman
Machine TranslationSpeech Recognition

Learning Weighted Finite Automata over the Max-Plus Semiring and its Termination

2024-07-13 · Takamasa Okudono, Masaki Waga, Taro Sekiyama, Ichiro Hasuo

Active learning of finite automata has been vigorously pursued for the purposes of analysis and explanation of black-box systems. In this paper, we study an L*-style learning algorithm for weighted automata over the max-…

Active Learning