paper-with-me

Papers

Approximating probabilistic models as weighted finite automata

2019-05-21 · CL (ACL) 2021 6 · Ananda Theertha Suresh, Brian Roark, Michael Riley, Vlad Schogol

Weighted finite automata (WFA) are often used to represent probabilistic models, such as $n$-gram language models, since they are efficient for recognition tasks in time and space. The probabilistic source to be represented as a WFA, however, may come in many forms. Given a generic probabilistic model over sequences, we propose an algorithm to approximate it as a weighted finite automaton such that the Kullback-Leiber divergence between the source model and the WFA target model is minimized. The proposed algorithm involves a counting step and a difference of convex optimization step, both of which can be performed efficiently. We demonstrate the usefulness of our approach on various tasks, including distilling $n$-gram models from neural models, building compact language models, and building open-vocabulary character models. The algorithms used for these experiments are available in an open-source software library.

📄 PDF Abstract BibTeX arXiv:1905.08701

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

On the Derivational Entropy of Left-to-Right Probabilistic Finite-State Automata and Hidden Markov Models

2018-03-01 · CL 2018 3 · Joan Andreu S{\'a}nchez, Martha Alicia Rocha, Ver{\'o}nica Romero, Mauricio Villegas

Probabilistic finite-state automata are a formalism that is widely used in many problems of automatic speech recognition and natural language processing. Probabilistic finite-state automata are closely related to other f…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Distilling weighted finite automata from arbitrary probabilistic models

2019-09-01 · WS 2019 9 · An Suresh, a Theertha, Brian Roark, Michael Riley 외

Weighted finite automata (WFA) are often used to represent probabilistic models, such as n-gram language models, since they are efficient for recognition tasks in time and space. The probabilistic source to be represente…

Spectral Learning from a Single Trajectory under Finite-State Policies

2017-08-01 · ICML 2017 8 · Borja Balle, Odalric-Ambrym Maillard

We present spectral methods of moments for learning sequential models from a single trajectory, in stark contrast with the classical literature that assumes the availability of multiple i.i.d. trajectories. Our appr…

Quantum Tensor Networks, Stochastic Processes, and Weighted Automata

2020-10-20 · Siddarth Srinivasan, Sandesh Adhikary, Jacob Miller, Guillaume Rabusseau 외

Modeling joint probability distributions over sequences has been studied from many perspectives. The physics community developed matrix product states, a tensor-train decomposition for probabilistic modeling, motivated b…

Tensor Networks

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

Language ModelingLanguage Modelling