paper-with-me

Papers

Simple Dataset for Proof Method Recommendation in Isabelle/HOL (Dataset Description)

2020-04-21 · Yutaka Nagashima

Recently, a growing number of researchers have applied machine learning to assist users of interactive theorem provers. However, the expressive nature of underlying logics and esoteric structures of proof documents impede machine learning practitioners, who often do not have much expertise in formal logic, let alone Isabelle/HOL, from achieving a large scale success in this field. In this data description, we present a simple dataset that contains data on over 400k proof method applications along with over 100 extracted features for each in a format that can be processed easily without any knowledge about formal logic. Our simple data format allows machine learning practitioners to try machine learning tools to predict proof methods in Isabelle/HOL without requiring domain expertise in logic.

📄 PDF Abstract BibTeX arXiv:2004.10667

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem ProvingBIG-bench Machine LearningFormal Logic

Similar Papers 제목 키워드 기반

PaMpeR: Proof Method Recommendation System for Isabelle/HOL

2018-06-19 · Yutaka Nagashima, Yilun He

Deciding which sub-tool to use for a given proof state requires expertise specific to each ITP. To mitigate this problem, we present PaMpeR, a Proof Method Recommendation system for Isabelle/HOL. Given a proof state, PaM…

Smart Induction for Isabelle/HOL (System Description)

2020-01-27 · Yutaka Nagashima

Proof assistants offer tactics to facilitate inductive proofs. However, it still requires human ingenuity to decide what arguments to pass to those induction tactics. To automate this process, we present smart_induct for…

Ingenuity

On Exams with the Isabelle Proof Assistant

2023-03-10 · Frederik Krogsdal Jacobsen, Jørgen Villadsen

We present an approach for testing student learning outcomes in a course on automated reasoning using the Isabelle proof assistant. The approach allows us to test both general understanding of formal proofs in various lo…

Teaching Higher-Order Logic Using Isabelle

2024-04-08 · Simon Tobias Lund, Jørgen Villadsen

We present a formalization of higher-order logic in the Isabelle proof assistant, building directly on the foundational framework Isabelle/Pure and developed to be as small and readable as possible. It should therefore s…

Formal Semantics and Formally Verified Validation for Temporal Planning

2022-03-25 · Mohammad Abdulaziz, Lukas Koller

We present a simple and concise semantics for temporal planning. Our semantics are developed and formalised in the logic of the interactive theorem prover Isabelle/HOL. We derive from those semantics a validation algorit…