paper-with-me

홈 › Papers

Alchemy: Amplifying Theorem-Proving Capability through Symbolic Mutation

2024-10-21 · Shaonan Wu, Shuai Lu, Yeyun Gong, Nan Duan, Ping Wei

Formal proofs are challenging to write even for experienced experts. Recent progress in Neural Theorem Proving (NTP) shows promise in expediting this process. However, the formal corpora available on the Internet are limited compared to the general text, posing a significant data scarcity challenge for NTP. To address this issue, this work proposes Alchemy, a general framework for data synthesis that constructs formal theorems through symbolic mutation. Specifically, for each candidate theorem in Mathlib, we identify all invocable theorems that can be used to rewrite or apply to it. Subsequently, we mutate the candidate theorem by replacing the corresponding term in the statement with its equivalent form or antecedent. As a result, our method increases the number of theorems in Mathlib by an order of magnitude, from 110k to 6M. Furthermore, we perform continual pretraining and supervised finetuning on this augmented corpus for large language models. Experimental results demonstrate the effectiveness of our approach, achieving a 5% absolute performance improvement on Leandojo benchmark. Additionally, our synthetic data achieve a 2.5% absolute performance gain on the out-of-distribution miniF2F benchmark. To provide further insights, we conduct a comprehensive analysis of synthetic data composition and the training paradigm, offering valuable guidance for developing a strong theorem prover.

📄 PDF Abstract BibTeX arXiv:2410.15748

Code (1)

wclsn/Alchemy 공식 구현

Tasks

Automated Theorem ProvingContinual Pretraining

Similar Papers 제목 키워드 기반

Data Alchemy: Mitigating Cross-Site Model Variability Through Test Time Data Calibration

2024-07-18 · Abhijeet Parida, Antonia Alomar, Zhifan Jiang, Pooneh Roshanitabrizi 외

Deploying deep learning-based imaging tools across various clinical sites poses significant challenges due to inherent domain shifts and regulatory hurdles associated with site-specific fine-tuning. For histopathology, s…

Classification

A model-based approach to meta-Reinforcement Learning: Transformers and tree search

2022-08-24 · Brieuc Pinon, Jean-Charles Delvenne, Raphaël Jungers

Meta-learning is a line of research that develops the ability to leverage past experiences to efficiently solve new learning problems. Meta-Reinforcement Learning (meta-RL) methods demonstrate a capability to learn behav…

Meta-LearningMeta Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

LinguAlchemy: Fusing Typological and Geographical Elements for Unseen Language Generalization

2024-01-11 · Muhammad Farid Adilazuarda, Samuel Cahyawijaya, Alham Fikri Aji, Genta Indra Winata 외

Pretrained language models (PLMs) have become remarkably adept at task and language generalization. Nonetheless, they often fail when faced with unseen languages. In this work, we present LinguAlchemy, a regularization m…

intent-classificationIntent ClassificationLanguage ModellingNews Classification+1

Alchemy: A Quantum Chemistry Dataset for Benchmarking AI Models

2019-06-22 · Guangyong Chen, Pengfei Chen, Chang-Yu Hsieh, Chee-Kong Lee 외

We introduce a new molecular dataset, named Alchemy, for developing machine learning models useful in chemistry and material science. As of June 20th 2019, the dataset comprises of 12 quantum mechanical properties of 119…

BenchmarkingBIG-bench Machine LearningDiversityGraph Neural Network

How to Learn and Represent Abstractions: An Investigation using Symbolic Alchemy

2021-12-14 · Badr AlKhamissi, Akshay Srinivasan, Zeb-Kurth Nelson, Sam Ritter

Alchemy is a new meta-learning environment rich enough to contain interesting abstractions, yet simple enough to make fine-grained analysis tractable. Further, Alchemy provides an optional symbolic interface that enables…

Meta-Learning