中文
相关论文

相关论文: Pecan: An Automated Theorem Prover for Automatic S…

200 篇论文

We present the first study of non-deterministic weighted automata under probabilistic semantics. In this semantics words are random events, generated by a Markov chain, and functions computed by weighted automata are random variables. We…

形式语言与自动机理论 · 计算机科学 2019-11-01 Jakub Michaliszyn , Jan Otop

Building machines that can understand text like humans is an AI-complete problem. A great deal of research has already gone into this, with astounding results, allowing everyday people to discuss with their telephones, or have their reading…

信息检索 · 计算机科学 2017-09-13 Christina Lioma

LangPro is an automated theorem prover for natural language (https://github.com/kovvalsky/LangPro). Given a set of premises and a hypothesis, it is able to prove semantic relations between them. The prover is based on a version of analytic…

计算与语言 · 计算机科学 2017-09-01 Lasha Abzianidze

A formula $\phi$ is called \emph{$n$-provable} in a formal arithmetical theory $S$ if $\phi$ is provable in $S$ together with all true arithmetical $\Pi_{n}$-sentences taken as additional axioms. While in general the set of all $n$-provable…

逻辑 · 数学 2019-07-16 Evgeny Kolmakov , Lev Beklemishev

This paper presents the first step of a wider research effort to apply tree automata completion to the static analysis of functional programs. Tree Automata Completion is a family of techniques for computing or approximating the set of…

计算机科学中的逻辑 · 计算机科学 2014-10-14 Thomas Genet

General mathematical reasoning is computationally undecidable, but humans routinely solve new problems. Moreover, discoveries developed over centuries are taught to subsequent generations quickly. What structure enables this, and how might…

人工智能 · 计算机科学 2023-06-21 Gabriel Poesia , Noah D. Goodman

Currently, there is a lack of rigorous theoretical system for systematically generating non-trivial and logically valid theorems. Addressing this critical gap, this paper conducts research to propose a novel automated theorem generation…

计算机科学中的逻辑 · 计算机科学 2025-11-07 Yang Xu , Peiyao Liu , Shuwei Chen , Jun Liu

Equational Theories Project is a collaborative effort, which explores the validity of certain first-order logic implications of certain kind. The project has been completed but triggered further research. This report investigates how much…

计算机科学中的逻辑 · 计算机科学 2025-08-25 Mikoláš Janota

This paper describes a formal proof library, developed using the Coq proof assistant, designed to assist users in writing correct diagrammatic proofs, for 1-categories. This library proposes a deep-embedded, domain-specific formal language,…

计算机科学中的逻辑 · 计算机科学 2024-03-01 Benoît Guillemet , Assia Mahboubi , Matthieu Piquerez

Probabilistic omega-automata are variants of nondeterministic automata for infinite words where all choices are resolved by probabilistic distributions. Acceptance of an infinite input word can be defined in different ways: by requiring…

形式语言与自动机理论 · 计算机科学 2009-07-29 Christel Baier , Nathalie Bertrand , Marcus Größer

Sturmian words are infinite binary words with many equivalent definitions: They have a minimal factor complexity among all aperiodic sequences; they are balanced sequences (the labels 0 and 1 are as evenly distributed as possible) and they…

离散数学 · 计算机科学 2008-09-12 Nicolas Gast , Bruno Gaujal

A cellular automaton is a parallel synchronous computing model, which consists in a juxtaposition of finite automata whose state evolves according to that of their neighbors. It induces a dynamical system on the set of configurations, i.e.…

离散数学 · 计算机科学 2011-08-25 Pierre Guillon , Gaétan Richard

Separation is a classical problem in mathematics and computer science. It asks whether, given two sets belonging to some class, it is possible to separate them by another set of a smaller class. We present and discuss the separation problem…

形式语言与自动机理论 · 计算机科学 2013-03-12 Lorijn van Rooijen , Marc Zeitoun

Finite-state tree automata are a well studied formalism for representing term languages. This paper studies the problem of determining the regularity of the set of instances of a finite set of terms with variables, where each variable is…

符号计算 · 计算机科学 2009-11-20 Omer Giménez , Guillem Godoy , Sebastian Maneth

This paper attempts to address the question of how best to assure the correctness of saturation-based automated theorem provers using our experience developing the theorem prover Vampire. We describe the techniques we currently employ to…

计算机科学中的逻辑 · 计算机科学 2017-04-12 Giles Reger , Martin Suda , Andrei Voronkov

Parikh automata extend finite automata by counters that can be tested for membership in a semilinear set, but only at the end of a run, thereby preserving many of the desirable algorithmic properties of finite automata. Here, we study the…

形式语言与自动机理论 · 计算机科学 2022-12-21 Shibashis Guha , Ismaël Jecker , Karoliina Lehtinen , Martin Zimmermann

The theory of computation is based on abstract computing automata which can be classified into a three-class hierarchy: Finite Automata (FA), Push-down Automata (PDA) and the Turing Machines (TM). Each class corresponds to grammar/language…

新兴技术 · 计算机科学 2019-03-12 Marta Duenas-Diez , Juan Perez-Mercader

{log} ('setlog') is a satisfiability solver for formulas of the theory of finite sets and finite set relation algebra (FSTRA). As such, it can be used as an automated theorem prover (ATP) for this theory. {log} is able to automatically…

计算机科学中的逻辑 · 计算机科学 2021-01-20 Maximiliano Cristiá , Ricardo D. Katz , Gianfranco Rossi

In combinatorics, the probabilistic method is a very powerful tool to prove the existence of combinatorial objects with interesting and useful properties. Explicit constructions of objects with such properties are often very difficult, or…

计算复杂性 · 计算机科学 2007-05-23 Luca Trevisan

In the classic problem of sequence prediction, a predictor receives a sequence of values from an emitter and tries to guess the next value before it appears. The predictor masters the emitter if there is a point after which all of the…

形式语言与自动机理论 · 计算机科学 2016-03-09 Tim Smith