paper-with-me

Papers

Developing Bug-Free Machine Learning Systems With Formal Mathematics

2017-06-26 · ICML 2017 8 · Daniel Selsam, Percy Liang, David L. Dill

Noisy data, non-convex objectives, model misspecification, and numerical instability can all cause undesired behaviors in machine learning systems. As a result, detecting actual implementation errors can be extremely difficult. We demonstrate a methodology in which developers use an interactive proof assistant to both implement their system and to state a formal theorem defining what it means for their system to be correct. The process of proving this theorem interactively in the proof assistant exposes all implementation errors since any error in the program would cause the proof to fail. As a case study, we implement a new system, Certigrad, for optimizing over stochastic computation graphs, and we generate a formal (i.e. machine-checkable) proof that the gradients sampled by the system are unbiased estimates of the true mathematical gradients. We train a variational autoencoder using Certigrad and find the performance comparable to training the same model in TensorFlow.

📄 PDF Abstract BibTeX arXiv:1706.08605

Code (1)

dselsam/certigrad 공식 구현 tf

Tasks

BIG-bench Machine Learning

Methods 이 논문이 사용한 방법론

Solana Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Developing Corpus-based Translation Methods between Informal and Formal Mathematics: Project Description

2014-05-14 · Cezary Kaliszyk, Josef Urban, Jiri Vyskocil, Herman Geuvers

The goal of this project is to (i) accumulate annotated informal/formal mathematical corpora suitable for training semi-automated translation between informal and formal mathematics by statistical machine-translation met…

Machine TranslationTranslation

EvoGPT-f: An Evolutionary GPT Framework for Benchmarking Formal Math Languages

2024-02-12 · Johnathan Mercer

Formal mathematics is the discipline of translating mathematics into a programming language in which any statement can be unequivocally checked by a computer. Mathematicians and computer scientists have spent decades of …

Automated Theorem ProvingBenchmarkingMath

Prove2Me: An Open Collaborative Platform for Scaling Math Formalization

2026-08-28 · Shuze Chen, Kunal Marwaha, Xiaoyang Lu, Henry Yuen 외 arxiv

Proof assistants such as Lean 4 promise the paradigm of formally verified mathematics, but large-scale formalization projects have faced major barriers to entry, including the need for expertise in formal verification (a…

Exploration of Neural Machine Translation in Autoformalization of Mathematics in Mizar

2019-12-05 · Qingxiang Wang, Chad Brown, Cezary Kaliszyk, Josef Urban

In this paper we share several experiments trying to automatically translate informal mathematics into formal mathematics. In our context informal mathematics refers to human-written mathematical sentences in the LaTeX f…

Machine TranslationTranslation

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