paper-with-me

홈 › Papers

Semantic Search over 9 Million Mathematical Theorems

2026-02-05 · Luke Alexander, Eric Leonen, Sophie Szeto, Artemii Remizov, Ignacio Tejeda, Jarod Alper, Giovanni Inchiostro, Vasily Ilin arxiv

Searching for mathematical results remains difficult: most existing tools retrieve entire papers, while mathematicians and theorem-proving agents often seek a specific theorem, lemma, or proposition that answers a query. While semantic search has seen rapid progress, its behavior on large, highly technical corpora such as research-level mathematical theorems remains poorly understood. In this work, we introduce and study semantic theorem retrieval at scale over a unified corpus of $9.2$ million theorem statements extracted from arXiv and seven other sources, representing the largest publicly available corpus of human-authored, research-level theorems. We represent each theorem with a short natural-language description as a retrieval representation and systematically analyze how representation context, language model choice, embedding model, and prompting strategy affect retrieval quality. On a curated evaluation set of theorem-search queries written by professional mathematicians, our approach substantially improves both theorem-level and paper-level retrieval compared to existing baselines, demonstrating that semantic theorem search is feasible and effective at web scale. The project page, search tool, dataset, REST API, and MCP server are available at theoremsearch.com.

📄 PDF Abstract BibTeX arXiv:2602.05216

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Matlas: A Semantic Search Engine for Mathematics

2026-04-19 · Haocheng Ju, Leheng Chen, Peihao Wu, Bryan Dai 외 arxiv

Retrieving mathematical knowledge is a central task in both human-driven research, such as determining whether a result already exists, finding related results, and identifying historical origins, and in emerging AI syst…

Natural Language QueriesSemantic Retrieval

A Semantic Search Engine for Mathlib4

2024-03-20 · Guoxiong Gao, Haocheng Ju, Jiedong Jiang, Zihan Qin 외

The interactive theorem prover Lean enables the verification of formal mathematical proofs and is backed by an expanding community. Central to this ecosystem is its mathematical library, mathlib4, which lays the groundwo…

Mathematical Proofs

Building the Signature of Set Theory Using the MathSem Program

2016-03-31 · Andrey Luxemburg

Knowledge representation is a popular research field in IT. As mathematical knowledge is most formalized, its representation is important and interesting. Mathematical knowledge consists of various mathematical theories.…

Generating Millions Of Lean Theorems With Proofs By Exploring State Transition Graphs

2025-02-16 · David Yin, Jing Gao

Large Language Models (LLMs) have demonstrated significant potential in generating mathematical proofs. However, a persistent challenge is that LLMs occasionally make mistakes, while even a minor mistake can invalidate a…

Automated Theorem ProvingMathematical Proofs

Learning-assisted Theorem Proving with Millions of Lemmas

2014-02-11 · Cezary Kaliszyk, Josef Urban

Large formal mathematical libraries consist of millions of atomic inference steps that give rise to a corresponding number of proved statements (lemmas). Analogously to the informal mathematical practice, only a tiny fra…

Automated Theorem Proving