paper-with-me

Papers

LemmaHead: RAG Assisted Proof Generation Using Large Language Models

2025-01-27 · Tianbo Yang, Mingqi Yang, Hongyi Zhao, Tianshuo Yang

Developing the logic necessary to solve mathematical problems or write mathematical proofs is one of the more difficult objectives for large language models (LLMS). Currently, the most popular methods in literature consists of fine-tuning the model on written mathematical content such as academic publications and textbooks, so that the model can learn to emulate the style of mathematical writing. In this project, we explore the effectiveness of using retrieval augmented generation (RAG) to address gaps in the mathematical reasoning of LLMs. We develop LemmaHead, a RAG knowledge base that supplements queries to the model with relevant mathematical context, with particular focus on context from published textbooks. To measure our model's performance in mathematical reasoning, our testing paradigm focuses on the task of automated theorem proving via generating proofs to a given mathematical claim in the Lean formal language.

📄 PDF Abstract BibTeX arXiv:2501.15797

Code (0)

등록된 구현이 없습니다.

Tasks

Automated Theorem ProvingMathematical ProofsMathematical ReasoningRAGRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
Residual Connection 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Simplifying Formal Proof-Generating Models with ChatGPT and Basic Searching Techniques

2025-02-05 · Sangjun Han, Taeil Hur, Youngmi Hur, Kathy Sangkyung Lee 외

The challenge of formal proof generation has a rich history, but with modern techniques, we may finally be at the stage of making actual progress in real-life mathematical problems. This paper explores the integration of…

Language ModelingLanguage ModellingLarge Language Model

Towards Neural Synthesis for SMT-Assisted Proof-Oriented Programming

2024-05-03 · Saikat Chakraborty, Gabriel Ebner, Siddharth Bhat, Sarah Fakhoury 외

Proof-oriented programs mix computational content with proofs of program correctness. However, the human effort involved in programming and proving is still substantial, despite the use of Satisfiability Modulo Theories …

PROVE-RT: Generating Mechanized Theorem Prover Scripts for Real-Time Systems using LLMs

2026-08-13 · Sadat Shahriyar, Shareef Ahmed, Abdullah Al Arafat arxiv

Schedulability analysis is essential for certifying real-time systems, but existing tests are often developed through pen-and-paper proofs that are difficult to scale, validate, and maintain. Mechanized verification in P…

Baldur: Whole-Proof Generation and Repair with Large Language Models

2023-03-08 · Emily First, Markus N. Rabe, Talia Ringer, Yuriy Brun

Formally verifying software properties is a highly desirable but labor-intensive task. Recent work has developed methods to automate formal verification using proof assistants, such as Coq and Isabelle/HOL, e.g., by trai…

Inference acceleration for large language models using "stairs" assisted greedy generation

2024-07-29 · Domas Grigaliūnas, Mantas Lukoševičius

Large Language Models (LLMs) with billions of parameters are known for their impressive predicting capabilities but require lots of resources to run. With their massive rise in popularity, even a small reduction in requi…

PredictionText Generation