Leanstral 1.5
摘要
Mistral AI 发布了 Leanstral 1.5,这是更新的 Lean 4 形式化证明工程模型,针对自动定理证明和自动形式化进行了优化,总参数为 119B,活跃参数为 6.5B。
暂无内容
查看缓存全文
缓存时间: 2026/07/01 01:55
# Leanstral 1.5 - Mistral AI
来源:https://docs.mistral.ai/models/model-cards/leanstral-1-5-26-06
类别
2026年6月30日
v1.5
一个更新的Lean 4形式化证明工程模型,针对自动定理证明和自动化形式化进行了优化。总参数119B,激活参数6.5B。
速度
性能
模态
上下文
256k
价格
$0
速度
性能
模态
上下文
256k
价格
$0
### 功能
聊天补全 (https://docs.mistral.ai/studio-api/conversations/chat-completion)
函数调用 (https://docs.mistral.ai/studio-api/conversations/function-calling)
智能体与对话 (https://docs.mistral.ai/studio-api/agents/agents-api)
内置工具 (https://docs.mistral.ai/studio-api/agents/agent-tools)
结构化输出 (https://docs.mistral.ai/studio-api/conversations/structured-output)
预测输出 (https://docs.mistral.ai/studio-api/conversations/advanced/predicted-outputs)
前缀 (https://docs.mistral.ai/studio-api/conversations/chat-completion#other-useful-features)
OCR (https://docs.mistral.ai/studio-api/document-processing/overview)
注释 - 结构化 (https://docs.mistral.ai/studio-api/document-processing/annotations)
边界框提取 (https://docs.mistral.ai/studio-api/document-processing/basic_ocr)
文档问答 (https://docs.mistral.ai/studio-api/document-processing/document_qna)
FIM (https://docs.mistral.ai/mistral-vibe/using-fim-api)
嵌入 (https://docs.mistral.ai/studio-api/knowledge-rag/embeddings)
内容审核 (https://docs.mistral.ai/studio-api/safety-moderation)
聊天审核 (https://docs.mistral.ai/studio-api/safety-moderation)
转录 (https://docs.mistral.ai/studio-api/audio/speech_to_text)
文本转语音 (https://docs.mistral.ai/studio-api/audio/text_to_speech)
时间戳 (https://docs.mistral.ai/studio-api/audio/speech_to_text/offline_transcription#transcription-with-timestamps)
批量处理 (https://docs.mistral.ai/studio-api/batch-processing)
相似文章
Leanstral 1.5:为所有人提供丰富的证明
Mistral AI 发布 Leanstral 1.5,一个拥有 6B 激活参数的模型,用于 Lean 4 证明工程,在多个形式化验证基准测试中取得最先进成果,并发现了真实世界中的错误,完全开源,采用 Apache-2.0 许可。
@sophiamyang: 介绍 Leanstral 1.5 一个119B(6B活跃)的开放模型,用于Lean 4的形式化证明工程:在miniF2F上达到100% 587/672…
介绍 Leanstral 1.5,一个119B参数(6B活跃)的开放模型,用于Lean 4的形式化证明工程,在miniF2F上达到100%,在PutnamBench和FATE基准测试上达到最先进分数,并发现了开源仓库中先前未知的漏洞。
评估Lean 4中证明自动形式化的鲁棒性
本文评估了在全局和局部扰动下,Lean 4中证明自动形式化模型的鲁棒性,发现当前基于LLM的模型对扰动敏感,且常常无法忠实地反映局部变化。
基于 Lean 的过程验证强化学习用于定理证明
本文提出了过程验证强化学习,利用 Lean 证明助手作为过程预言机,在训练期间提供细粒度的策略级反馈,从而提升定理证明性能。
在Lean 4中形式化统计学习理论 [R]
FormalSLT是一个Lean 4库,它形式化证明了有限样本统计学习理论结果(ERM、VC界、Rademacher界、PAC-Bayes等),附带显式假设且零sorry语句,为机器学习理论提供机器可验证的基础。