中文
相关论文

相关论文: Representing Constraints with Automata

200 篇论文

Constraint automata (CA) constitute a coordination model based on finite automata on infinite words. Originally introduced for modeling of coordinators, an interesting new application of CAs is implementing coordinators (i.e., compiling CAs…

编程语言 · 计算机科学 2019-03-14 Sung-Shik T. Q. Jongmans , Farhad Arbab

We develop a general framework for the specification and implementation of systems whose executions are words, or partial orders, over an infinite alphabet. As a model of an implementation, we introduce class register automata, a one-way…

形式语言与自动机理论 · 计算机科学 2012-01-10 Benedikt Bollig

In this paper, we define a new kind of weighted tree automata where the weights are only supported by final states. We show that these automata are sequentializable and we study their closures under classical regular and algebraic…

形式语言与自动机理论 · 计算机科学 2015-01-19 Ludovic Mignot , Nadia Ouali-Sebti , Djelloul Ziadi

We use reinforcement learning to learn tree-structured neural networks for computing representations of natural language sentences. In contrast with prior work on tree-structured models in which the trees are either provided as input or…

计算与语言 · 计算机科学 2016-11-29 Dani Yogatama , Phil Blunsom , Chris Dyer , Edward Grefenstette , Wang Ling

This is a tutorial on finite automata. We present the standard material on determinization and minimization, as well as an account of the equivalence of finite automata and monadic second-order logic. We conclude with an introduction to the…

形式语言与自动机理论 · 计算机科学 2012-02-16 Howard Straubing , Pascal Weil

We consider grammar-restricted exact learning of formulas and terms in finite variable logics. We propose a novel and versatile automata-theoretic technique for solving such problems. We first show results for learning formulas that…

计算机科学中的逻辑 · 计算机科学 2021-11-15 Paul Krogmeier , P. Madhusudan

This paper provides a geometric characterization of subclasses of the regular languages. We use finite model theory to characterize objects like strings and trees as relational structures. Logical statements meeting certain criteria over…

形式语言与自动机理论 · 计算机科学 2019-08-23 Jonathan Rawski

Many problems in operations research require that constraints be specified in the model. Determining the right constraints is a hard and laborsome task. We propose an approach to automate this process using artificial intelligence and…

人工智能 · 计算机科学 2018-05-30 Mohit Kumar , Stefano Teso , Luc De Raedt

The main focus of this paper is on bisimulation-invariant MSO, and more particularly on giving a novel model-theoretic approach to it. In model theory, a model companion of a theory is a first-order description of the class of models in…

逻辑 · 数学 2016-05-04 Silvio Ghilardi , Samuel J. van Gool

In this paper, we study First Order Logic (FO) over (unordered) infinite trees and its connection with branching-time temporal logics. More specifically, we provide an automata-theoretic characterisation of FO interpreted over infinite…

计算机科学中的逻辑 · 计算机科学 2025-09-18 Massimo Benerecetti , Dario Della Monica , Angelo Matteo , Fabio Mogavero , Gabriele Puppis

We describe a framework for maintaining forest algebra representations that are of logarithmic height for unranked trees. Such representations can be computed in O(n) time and updated in O(log(n)) time. The framework is of potential…

计算机科学中的逻辑 · 计算机科学 2025-10-08 Sarah Kleest-Meißner , Jonas Marasus , Matthias Niewerth

Algorithms which learn environments represented by automata in the past have had complexity scaling with the number of states in the automaton, which can be exponentially large even for automata recognizing regular expressions with a small…

形式语言与自动机理论 · 计算机科学 2024-05-13 Ali Cataltepe , Vanessa Kosoy

We consider the max-cut and max-$k$-cut problems under graph-based constraints. Our approach can handle any constraint specified using monadic second-order (MSO) logic on graphs of constant treewidth. We give a $\frac{1}{2}$-approximation…

计算复杂性 · 计算机科学 2018-10-19 Martin Koutecký , Jon Lee , Viswanath Nagarajan , Xiangkun Shen

Symbolic regression is a type of discrete optimization problem that involves searching expressions that fit given data points. In many cases, other mathematical constraints about the unknown expression not only provide more information…

机器学习 · 计算机科学 2021-02-16 Li Li , Minjie Fan , Rishabh Singh , Patrick Riley

Decidability or complexity issues about the consistency problem for description logics with concrete domains have already been analysed with tableaux-based or type elimination methods. Concrete domains in ontologies are essential to…

计算机科学中的逻辑 · 计算机科学 2026-01-28 Stéphane Demri , Tianwen Gu

We introduce the class of tree constraint automata with data values in Z (equipped with the less than relation and equality predicates to constants) and we show that the nonemptiness problem is ExpTime-complete. Using an automata-based…

计算机科学中的逻辑 · 计算机科学 2025-06-25 Stephane Demri , Karin Quaas

Applying machine learning to mathematical terms and formulas requires a suitable representation of formulas that is adequate for AI methods. In this paper, we develop an encoding that allows for logical properties to be preserved and is…

机器学习 · 计算机科学 2021-01-25 Stanisław Purgał , Julian Parsert , Cezary Kaliszyk

This paper presents a tree-to-tree transduction method for sentence compression. Our model is based on synchronous tree substitution grammar, a formalism that allows local distortion of the tree topology and can thus naturally capture…

计算与语言 · 计算机科学 2014-01-23 Trevor Anthony Cohn , Mirella Lapata

We study the satisfiability problem of symbolic finite automata and decompose it into the satisfiability problem of the theory of the input characters and the monadic second-order theory of the indices of accepted words. We use our…

计算机科学中的逻辑 · 计算机科学 2023-07-04 Rodrigo Raya

We present a functional programming language for specifying constraints over tree-shaped data. The language allows for Haskell-like algebraic data types and pattern matching. Our constraint compiler CO4 translates these programs into…

编程语言 · 计算机科学 2013-05-24 Alexander Bau , Johannes Waldmann