Views
No views yet
Qwen/Qwen3-Embedding-0.6B that enables lightweight, LLM-free semantic search over mathlib (Lean 4).
Supports both natural language and formula-based search (can be used in combination) for finding Lean theorems or mathematical statements.
Does not support LaTeX syntax search yet.Part of the AITP 2025 submission: “Towards Lightweight and LLM-Free Semantic Search for mathlib4.”
adapter/adapter_config.json & adapter/adapter_model.safetensors — LoRA weights for the encoderfaiss/<*.idx> — HNSW FAISS index (built for cosine/inner-product search)faiss/*public_index.jsonl — public mapping { idx, full_name, statement }