Skip to main content

Showing 1–3 of 3 results for author: Onda, N

Searching in archive cs. Search in all archives.
.
  1. arXiv:2509.14274  [pdf, ps, other

    cs.LG cs.AI cs.LO

    Discovering New Theorems via LLMs with In-Context Proof Learning in Lean

    Authors: Kazumi Kasaura, Naoto Onda, Yuta Oriike, Masaya Taniguchi, Akiyoshi Sannai, Sho Sonoda

    Abstract: Large Language Models have demonstrated significant promise in formal theorem proving. However, previous works mainly focus on solving existing problems. In this paper, we focus on the ability of LLMs to find novel theorems. We propose Conjecturing-Proving Loop pipeline for automatically generating mathematical conjectures and proving them in Lean 4 format. A feature of our approach is that we gen… ▽ More

    Submitted 16 September, 2025; originally announced September 2025.

    Comments: 11 pages, 3 figures

  2. arXiv:2506.22005  [pdf, ps, other

    cs.AI

    LeanConjecturer: Automatic Generation of Mathematical Conjectures for Theorem Proving

    Authors: Naoto Onda, Kazumi Kasaura, Yuta Oriike, Masaya Taniguchi, Akiyoshi Sannai, Sho Sonoda

    Abstract: We introduce LeanConjecturer, a pipeline for automatically generating university-level mathematical conjectures in Lean 4 using Large Language Models (LLMs). Our hybrid approach combines rule-based context extraction with LLM-based theorem statement generation, addressing the data scarcity challenge in formal theorem proving. Through iterative generation and evaluation, LeanConjecturer produced 12… ▽ More

    Submitted 27 June, 2025; originally announced June 2025.

    Comments: 15 pages, 4 figures, 5 tables

  3. arXiv:2503.19605  [pdf, ps, other

    cs.LG cs.CL math.ST

    Lean Formalization of Generalization Error Bound by Rademacher Complexity

    Authors: Sho Sonoda, Kazumi Kasaura, Yuma Mizuno, Kei Tsukamoto, Naoto Onda

    Abstract: We formalize the generalization error bound using the Rademacher complexity for the Lean 4 theorem prover based on the probability theory in the Mathlib 4 library. Generalization error quantifies the gap between a learning machine's performance on given training data versus unseen test data, and the Rademacher complexity is a powerful tool to upper-bound the generalization error of a variety of mo… ▽ More

    Submitted 15 September, 2025; v1 submitted 25 March, 2025; originally announced March 2025.

    Comments: major updated