paper-with-me

Papers

Solving Quantified Modal Logic Problems by Translation to Classical Logics

2022-12-19 · Alexander Steen, Geoff Sutcliffe, Christoph Benzmüller

This article describes an evaluation of Automated Theorem Proving (ATP) systems on problems taken from the QMLTP library of first-order modal logic problems. Principally, the problems are translated to both typed first-order and higher-order logic in the TPTP language using an embedding approach, and solved using first-order resp. higher-order logic ATP systems and model finders. Additionally, the results from native modal logic ATP systems are considered, and compared with the results from the embedding approach. The findings are that the embedding process is reliable and successful when state-of-the-art ATP systems are used as backend reasoners, The first-order and higher-order embeddings perform similarly, native modal logic ATP systems have comparable performance to classical systems using the embedding for proving theorems, native modal logic ATP systems are outperformed by the embedding approach for disproving conjectures, and the embedding approach can cope with a wider range of modal logics than the native modal systems considered.

📄 PDF Abstract BibTeX arXiv:2212.09570

Code (1)

tptpworld/nonclassicallogic 공식 구현

Tasks

Automated Theorem ProvingTranslation

Methods 이 논문이 사용한 방법론

Library 설명 없음

Similar Papers 제목 키워드 기반

Planning with Incomplete Information in Quantified Answer Set Programming

2021-08-13 · Jorge Fandinno, François Laferrière, Javier Romero, Torsten Schaub 외

We present a general approach to planning with incomplete information in Answer Set Programming (ASP). More precisely, we consider the problems of conformant and conditional planning with sensing actions and assumptions.…

Translation

Temporal Answer Set Programming

2020-09-14 · Felicidad Aguado, Pedro Cabalar, Martin Dieguez, Gilberto Perez 외

We present an overview on Temporal Logic Programming under the perspective of its application for Knowledge Representation and declarative problem solving. Such programs are the result of combining usual rules with tempo…

Model SelectionTranslation

PVS Embeddings of Propositional and Quantified Modal Logic

2022-05-12 · John Rushby

Modal logics allow reasoning about various modes of truth: for example, what it means for something to be possibly true, or to know that something is true as opposed to merely believing it. This report describes embeddin…

TPTP World Infrastructure for Non-classical Logics

2025-08-12 · Alexander Steen, Geoff Sutcliffe arxiv

The TPTP World is the well established infrastructure that supports research, development, and deployment of Automated Theorem Proving (ATP) systems. The TPTP World supports a range of classical logics, and since release…

Automated Theorem Proving

Quantified Constraint Handling Rules

2019-09-18 · Vincent Barichard, Igor Stéphan

We shift the QCSP (Quantified Constraint Satisfaction Problems) framework to the QCHR (Quantified Constraint Handling Rules) framework by enabling dynamic binder and access to user-defined constraints. QCSP offers a natu…