返回首页

对比阅读

对比阅读:OpenBMB MathForm Teaches AI to Translate Math—Chinese AI Bites Into Hard Tech 与 面壁智能让 AI 学会翻译数学命题 — 中国 AI 公司开始啃硬技术

AEN
OpenBMBMathFormLean 4·

OpenBMB MathForm Teaches AI to Translate Math—Chinese AI Bites Into Hard Tech

What this is

367,000 verified samples—that's the size of the FormalVerse dataset OpenBMB open-sourced this week. The signal behind it is clear: China's large-model companies are shifting from a parameter race to an engineering-depth contest.

Auto-formalization is the task of getting AI to translate propositions that mathematicians write in natural language into Lean 4—a formal programming language that machines can verify line by line. Until now this work was either hand-done by mathematicians, or generated by models leaning on parameter memory—the latter routinely producing pseudo-propositions that are "syntactically correct but semantically off."

MathForm's move is to restructure the pipeline into a retrieve–generate–verify–refine loop: first pull related definitions from Mathlib (Lean 4's open-source math knowledge base—the "Wikipedia of formalized math"), then generate candidates, run dual checks on compilation and semantic consistency, and finally iterate using error feedback. Accuracy moves from roughly 40% to over 60%. The MathForm-8B model weights are released alongside.

Industry view

Supporters see this as a marker that Chinese AI firms are pivoting to bite into hard tech—OpenBMB is no longer chasing parameter scale; it's working on math and scientific research, where engineering depth matters more than marketing volume. The accompanying open-source toolchain and data are a real contribution to the community.

But three points we think deserve flagging. First, auto-formalization is only the front-end of theorem proving—it "translates" the problem, it doesn't prove it; MathForm does not prove anything on your behalf. Second, a 60% pass rate means roughly 40% of outputs are semantically off, which carries real risk for direct deployment. Third, the true competitors on this track are DeepMind's related efforts and the Lean community itself—OpenBMB needs to prove it's more than a posture sample of "open-source first, watch the ecosystem."

Impact on regular people

For enterprise IT: nothing relevant in the short term. But the day AI starts chewing through high-bar tasks like scientific research, education, and auditing, the boundary of what counts as "knowledge automation" inside the enterprise will move back another notch.

For individuals in the workplace: those doing math research or quantitative analysis may soon get AI-assisted formalization tools. Other white-collar workers won't be affected—but please remember: an AI that solves competition math problems and one that chats operate at very different difficulty levels.

For consumer markets: no direct change visible. MathForm is built for researchers and the engineering community; it doesn't go into consumer products.

来源: juejin.cn
BZH
OpenBMB面壁智能MathForm·

面壁智能让 AI 学会翻译数学命题 — 中国 AI 公司开始啃硬技术

这是什么

367,000 条已验证样本——这是面壁智能(OpenBMB)这周开源的 FormalVerse 数据集的规模。背后信号清晰:中国大模型公司正从参数竞争转向工程深度竞争。

自动形式化,是让 AI 把数学家用自然语言写的命题翻译成 Lean 4——一门机器能逐行验证的形式化编程语言。过去靠数学家手工做,或靠模型凭参数记忆写——后者经常产出"语法对但意思偏"的伪命题。

MathForm 的改动是把流程改成"检索—生成—验证—精炼"闭环:先从 Mathlib(Lean 4 的开源数学知识库,相当于"形式化数学的维基百科")找相关定义,再生成候选,做编译检查和语义一致性双重验证,最后用错误反馈迭代修正。有效率从约 40% 拉到 60% 以上。模型权重 MathForm-8B 同步开源。

行业怎么看

支持者认为这是中国 AI 公司转向啃硬技术的标志——面壁智能不再追参数规模,转去做数学、科研这类需要工程深度而非营销嗓门的事。配套开源工具链和数据,对社区是真贡献。

但有三点值得提:第一,自动形式化只是定理证明的前置环节(把题"翻译"出来),不是证明本身,MathForm 不替你证。第二,60% 通过率意味着约 40% 的输出语义有偏差,直接投产有风险。第三,这个赛道的真正对手是 DeepMind 的相关项目和 Lean 社区本身——面壁智能要证明自己不只是"先开源看生态"的姿态样本。

对普通人的影响

对企业 IT:短期和你无关,但当 AI 开始能啃下科研、教育、审计这类高门槛任务,企业的"知识自动化"边界会往后推一格。

对个人职场:做数学研究或定量分析的,未来可能用上 AI 辅助形式化工具。其他白领暂不受影响,但请记住一件事——会解竞赛数学题的 AI,和会聊天的 AI,难度不在一个量级。

对消费市场:看不到直接变化。MathForm 是给研究员和工程社区用的,不进 C 端产品。

来源: juejin.cn