🤖 AI Summary
This work addresses the limitation of existing mathematical literature retrieval systems, which typically return entire papers and lack support for fine-grained, theorem-level semantic queries. The authors construct a unified corpus comprising 9.2 million human-written, research-grade theorem statements—the largest publicly available dataset of its kind—and demonstrate, for the first time, efficient semantic retrieval at the scale of tens of millions of mathematical theorems. By representing theorems as natural language descriptions, they systematically evaluate the impact of context formulation, language models, embedding architectures, and prompting strategies on retrieval performance, and develop an end-to-end semantic search system. Evaluated on a query set curated by professional mathematicians, their approach significantly outperforms existing baselines in both theorem-level and paper-level retrieval tasks. The code and dataset are publicly released.
📝 Abstract
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 theorem search tool is available at \href{https://huggingface.co/spaces/uw-math-ai/theorem-search}{this link}, and the dataset is available at \href{https://huggingface.co/datasets/uw-math-ai/TheoremSearch}{this link}.