paper-with-me

홈 › Papers

LEAN-GitHub: Compiling GitHub LEAN repositories for a versatile LEAN prover

2024-07-24 · Zijian Wu, Jiayu Wang, Dahua Lin, Kai Chen

Recently, large language models have presented promising results in aiding formal mathematical reasoning. However, their performance is restricted due to the scarcity of formal theorem-proving data, which requires additional effort to be extracted from raw formal language corpora. Meanwhile, a significant amount of human-written formal language corpora remains underutilized. To address this issue, we propose LEAN-GitHub, a dataset consisting of large-scale formal data extracted from almost all Lean 4 repositories on GitHub. After fine-tuning InternLM-math-plus on this dataset, our model achieved accuracies of 48.8% with a single pass and 54.5% with 64 passes on the Lean 4 miniF2F test, surpassing state-of-the-art method at 52%. And it also achieves state-of-the-art on two other Lean 4 benchmarks (ProofNet and Putnam) targeting different fields/levels of math. These results demonstrate that our proposed dataset is beneficial for formal reasoning on a wide range of math topics. We open-source our model at https://GitHub. com/InternLM/InternLM-Math and our data at https://huggingface.co/ datasets/InternLM/Lean-GitHub

📄 PDF Abstract BibTeX arXiv:2407.17227

Code (1)

internlm/internlm-math 공식 구현 pytorch

Tasks

Automated Theorem ProvingMathMathematical Reasoning

Similar Papers 제목 키워드 기반

Lean Refactor: Multi-Objective Controllable Proof Optimization via Agentic Strategy Search

2026-05-18 · Jialin Lu, Soonho Kong, Rodrigo Stehling, Kaiyu Yang 외 arxiv

We present Lean Refactor, a plug-and-play retrieval-augmented agentic framework for multi-objective, controllable, and version-robust refactoring of Lean proofs. LLM-generated proofs are notoriously correct-but-verbose a…

Measuring Swampiness: Quantifying Chaos in Large Heterogeneous Data Repositories

2018-10-13 · Jung Luann, Whitaker Brendan, Chard Kyle, Elmore Aaron

As scientific data repositories and filesystems grow in size and complexity, they become increasingly disorganized. The coupling of massive quantities of data with poor organization makes it challenging for scientists to…

Clustering

CatIss: An Intelligent Tool for Categorizing Issues Reports using Transformers

2022-03-31 · Maliheh Izadi

Users use Issue Tracking Systems to keep track and manage issue reports in their repositories. An issue is a rich source of software information that contains different reports including a problem, a request for new feat…

Management

Vero: Can AI Agents Build Formally Verified Software Repositories?

2026-08-13 · Zhe Ye, Hantao Lou, Yuechun Sun, Peiyang Song 외 arxiv

AI agents are increasingly used for programming, but do not provide any guarantee on the correctness of generated code. Verified code generation, in which an agent produces both an implementation and a machine-checked pr…

Code Generation

Learning Domain Terms - Empirical Methods to Enhance Enterprise Text Analytics Performance

2020-12-01 · COLING 2020 8 · Gargi Roy, Lipika Dey, Mohammad Shakir, Tirthankar Dasgupta

Performance of standard text analytics algorithms are known to be substantially degraded on consumer generated data, which are often very noisy. These algorithms also do not work well on enterprise data which has a very …

Hate Speech Detection