中文
相关论文

相关论文: Detecting Unsolvable Queries for Definite Logic Pr…

200 篇论文

In settings from fact-checking to question answering, we frequently want to know whether a collection of evidence (premises) entails a hypothesis. Existing methods primarily focus on the end-to-end discriminative version of this task, but…

计算与语言 · 计算机科学 2022-10-31 Kaj Bostrom , Zayne Sprague , Swarat Chaudhuri , Greg Durrett

On the one hand, termination analysis of logic programs is now a fairly established research topic within the logic programming community. On the other hand, non-termination analysis seems to remain a much less attractive subject. If we…

编程语言 · 计算机科学 2009-01-10 Etienne Payet , Fred Mesnard

Recently, symbolic structures were proposed as finite representations of potentially infinite first-order structures, where Linear Integer Arithmetic terms and formulas define the domain and interpretations of a structure. We generalize…

计算机科学中的逻辑 · 计算机科学 2026-05-14 Neta Elad , Sharon Shoham

Uncertainty in Logic Programming has been investigated during the last decades, dealing with various extensions of the classical LP paradigm and different applications. Existing proposals rely on different approaches, such as clause…

计算机科学中的逻辑 · 计算机科学 2011-01-17 Mario Rodríguez-Artalejo , Carlos A. Romero-Díaz

Large Language Models (LLMs) trained on petabytes of data are highly compressed repositories of a significant proportion of the knowledge accumulated and distilled so far. In this paper we study techniques to elicit this knowledge in the…

人工智能 · 计算机科学 2025-02-14 Paul Tarau

Advances in logic programming and increasing industrial uptake of Datalog-inspired approaches demonstrate the emerging need to express powerful code analyses more easily. Declarative program analysis frameworks (e.g., using logic…

软件工程 · 计算机科学 2021-12-24 Rijnard van Tonder

We study the following problem: given a class of logic programs C, determine the maximum number of stable models of a program from C. We establish the maximum for the class of all logic programs with at most n clauses, and for the class of…

计算机科学中的逻辑 · 计算机科学 2007-05-23 Pawel Cholewinski , Miroslaw Truszczynski

Standard answer set programming (ASP) targets at solving search problems from the first level of the polynomial time hierarchy (PH). Tackling search problems beyond NP using ASP is less straightforward. The class of disjunctive logic…

人工智能 · 计算机科学 2016-08-16 Bart Bogaerts , Tomi Janhunen , Shahab Tasharrofi

We introduce a high-level language with Python-like syntax for string-to-string, polyregular, first-order definable transductions. This language features function calls, boolean variables, and nested for-loops. We devise and implement a…

形式语言与自动机理论 · 计算机科学 2025-05-16 Aliaume Lopez , Rafał Stefański

In the last decades much research effort has been devoted to extending the success of model checking from the traditional field of finite state machines and various versions of temporal logics to suitable subclasses of context-free…

计算机科学中的逻辑 · 计算机科学 2018-09-11 Michele Chiari , Dino Mandrioli , Matteo Pradella

Exactly solving first-order constraints (i.e., first-order formulas over a certain predefined structure) can be a very hard, or even undecidable problem. In continuous structures like the real numbers it is promising to compute approximate…

计算机科学中的逻辑 · 计算机科学 2007-05-23 Stefan Ratschan

Recent research in extensions of Answer Set Programming has included a renewed interest in the language of Epistemic Specifications, which adds modal operators K ("known") and M ("may be true") to provide for more powerful introspective…

人工智能 · 计算机科学 2018-09-20 Anthony P. Leclerc , Patrick Thor Kahl

The sequent calculus is a formalism for proving validity of statements formulated in First-Order Logic. It is routinely used in computer science modules on mathematical logic. Formal proofs in the sequent calculus are finite trees obtained…

计算机科学中的逻辑 · 计算机科学 2018-03-06 Arno Ehle , Norbert Hundeshagen , Martin Lange

Fact-seeking question answering with large language models (LLMs) remains unreliable when answers depend on up-to-date or conflicting information. Although retrieval-augmented and tool-using LLMs reduce hallucinations, they often rely on…

计算与语言 · 计算机科学 2026-03-17 Auksarapak Kietkajornrit , Jad Tarifi , Nima Asgharbeygi

Grounded claim factuality checking is important for large language model (LLM) applications such as retrieval-augmented generation, as it helps users assess the correctness of generated outputs. Existing metrics using entailment classifiers…

计算与语言 · 计算机科学 2026-05-29 Yuxuan Ye , Raul Santos-Rodriguez , Edwin Simpson

A framework is developed for applying accelerated methods to general hyperbolic programming, including linear, second-order cone, and semidefinite programming as special cases. The approach replaces a hyperbolic program with a convex…

最优化与控制 · 数学 2017-05-30 James Renegar

We introduce a generalized logic programming paradigm where programs, consisting of facts and rules with the usual syntax, can be enriched by co-facts, which syntactically resemble facts but have a special meaning. As in coinductive logic…

编程语言 · 计算机科学 2017-09-26 Davide Ancona , Francesco Dagnino , Elena Zucca

Superposition is an established decision procedure for a variety of first-order logic theories represented by sets of clauses. A satisfiable theory, saturated by superposition, implicitly defines a minimal term-generated model for the…

人工智能 · 计算机科学 2009-11-30 Matthias Horbach , Christoph Weidenbach

We propose a categorical framework for linear-time temporal verification of effectful higher-order programs, including probabilistic higher-order programs. Our framework provides a generic denotational reduction -- namely, a denotational…

计算机科学中的逻辑 · 计算机科学 2025-10-20 Kazuki Watanabe , Mayuko Kori , Taro Sekiyama , Satoshi Kura , Hiroshi Unno

Resolution is the rule of inference at the basis of most procedures for automated reasoning. In these procedures, the input formula is first translated into an equisatisfiable formula in conjunctive normal form (CNF) and then represented as…

人工智能 · 计算机科学 2011-11-04 E. Giunchiglia , M. Narizzano , A. Tacchella