paper-with-me

Papers

DeepDFA: Automata Learning through Neural Probabilistic Relaxations

2024-08-16 · Elena Umili, Roberto Capobianco

In this work, we introduce DeepDFA, a novel approach to identifying Deterministic Finite Automata (DFAs) from traces, harnessing a differentiable yet discrete model. Inspired by both the probabilistic relaxation of DFAs and Recurrent Neural Networks (RNNs), our model offers interpretability post-training, alongside reduced complexity and enhanced training efficiency compared to traditional RNNs. Moreover, by leveraging gradient-based optimization, our method surpasses combinatorial approaches in both scalability and noise resilience. Validation experiments conducted on target regular languages of varying size and complexity demonstrate that our approach is accurate, fast, and robust to noise in both the input symbols and the output labels of training data, integrating the strengths of both logical grammar induction and deep learning.

📄 PDF Abstract BibTeX arXiv:2408.08622

Code (1)

whitemech/deepdfa 공식 구현 pytorch

Similar Papers 제목 키워드 기반

DeepDFA: Injecting Temporal Logic in Deep Learning for Sequential Subsymbolic Applications

2026-02-03 · Elena Umili, Francesco Argenziano, Roberto Capobianco arxiv

Integrating logical knowledge into deep neural network training is still a hard challenge, especially for sequential or temporally extended domains involving subsymbolic observations. To address this problem, we propose …

Dataflow Analysis-Inspired Deep Learning for Efficient Vulnerability Detection

2022-12-15 · Benjamin Steenhoek, Hongyang Gao, Wei Le

Deep learning-based vulnerability detection has shown great performance and, in some studies, outperformed static analysis tools. However, the highest-performing approaches use token-based transformer models, which are n…

Deep LearningGraph LearningLanguage ModellingLarge Language Model+1

Mixed Nondeterministic-Probabilistic Automata: Blending graphical probabilistic models with nondeterminism

2022-01-19 · Albert Benveniste, Jean-Baptiste Raclet

Graphical models in probability and statistics are a core concept in the area of probabilistic reasoning and probabilistic programming-graphical models include Bayesian networks and factor graphs. In this paper we develo…

Probabilistic Programming

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

The problem with probabilistic DAG automata for semantic graphs

2018-10-29 · NAACL 2019 6 · Ieva Vasiljeva, Sorcha Gilroy, Adam Lopez

Semantic representations in the form of directed acyclic graphs (DAGs) have been introduced in recent years, and to model them, we need probabilistic models of DAGs. One model that has attracted some attention is the DAG…