paper-with-me

홈 › Papers

JEFL: Joint Embedding of Formal Proof Libraries

2021-07-21 · Qingxiang Wang, Cezary Kaliszyk

The heterogeneous nature of the logical foundations used in different interactive proof assistant libraries has rendered discovery of similar mathematical concepts among them difficult. In this paper, we compare a previously proposed algorithm for matching concepts across libraries with our unsupervised embedding approach that can help us retrieve similar concepts. Our approach is based on the fasttext implementation of Word2Vec, on top of which a tree traversal module is added to adapt its algorithm to the representation format of our data export pipeline. We compare the explainability, customizability, and online-servability of the approaches and argue that the neural embedding approach has more potential to be integrated into an interactive proof assistant.

📄 PDF Abstract BibTeX arXiv:2107.10188

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Recycling Proof Patterns in Coq: Case Studies

2013-01-25 · Jónathan Heras, Ekaterina Komendantskaya

Development of Interactive Theorem Provers has led to the creation of big libraries and varied infrastructures for formal proofs. However, despite (or perhaps due to) their sophistication, the re-use of libraries by non-…

BIG-bench Machine Learning

APE-Bench I: Towards File-level Automated Proof Engineering of Formal Math Libraries

2025-04-27 · Huajian Xin, Luming Li, Xiaoran Jin, Jacques Fleuriot 외

Recent progress in large language models (LLMs) has shown promise in formal theorem proving, yet existing benchmarks remain limited to isolated, static proof tasks, failing to capture the iterative, engineering-intensive…

Automated Theorem ProvingBug fixingMath

Sharing HOL4 and HOL Light proof knowledge

2015-09-11 · Thibault Gauthier, Cezary Kaliszyk

New proof assistant developments often involve concepts similar to already formalized ones. When proving their properties, a human can often take inspiration from the existing formalized proofs available in other provers…

Learning-assisted Theorem Proving with Millions of Lemmas

2014-02-11 · Cezary Kaliszyk, Josef Urban

Large formal mathematical libraries consist of millions of atomic inference steps that give rise to a corresponding number of proved statements (lemmas). Analogously to the informal mathematical practice, only a tiny fra…

Automated Theorem Proving

MLFMF: Data Sets for Machine Learning for Mathematical Formalization

2023-10-24 · NeurIPS 2023 11 · Andrej Bauer, Matej Petković, Ljupčo Todorovski

We introduce MLFMF, a collection of data sets for benchmarking recommendation systems used to support formalization of mathematics with proof assistants. These systems help humans identify which previous entries (theorem…

BenchmarkingRecommendation SystemsWord Embeddings