Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv AI · 2026/8/3 16:31:06

Syntax Meets Semantics: Understanding Scientific Formulae

AI 中文解读
核心亮点:科学家发现,科学公式的“长相”和“含义”在AI眼里原本是两套完全对不上的语言,但通过训练,AI能学会把它们打通,让搜索更聪明。 通俗解读:科学公式就像一门外语,既讲究写法,又讲究意思。以前AI处理公式时,往往只看懂写法,或者只猜到意思,两者对不上号,就像看到一个中文成语,字都认识,但不懂典故。这次研究人员发现,公式的“语法结构”和“实际含义”在AI内部储存的位置几乎毫无关联,但深层逻辑上其实有默契。于是他们用对比学习的方法,让AI像“翻译”一样,把公式的写法和含义拉到同一个“表达空间”里对整齐。训练之后,AI就能根据公式的样子,更准确地找到表达同样意思的文字,或者反过来,从一段描述里找到对应的公式,跨模态检索的效果明显提升。 实际影响:对普通人来说,最直接的好处是以后查文献会更方便。比如你想找“描述流体阻力的那个公式”,不用再费劲回忆公式长什么样,直接用大白话描述,AI就能帮你精准定位到论文里的公式。对于科研工作者,这意味着能更快梳理前人成果,减少重复摸索;对做学术搜索引擎的公司来说,这套方法也能让他们产品的检索质量上一个台阶,让知识获取体验更流畅。
Scientific formulae are a fundamental component of scholarly communication, yet their dual nature -- as structured syntax and carriers of semantics -- remains underexplored in scholarly information retrieval. Although prior studies show that jointly modeling syntactic and semantic modalities improves retrieval performance, the relationship between their underlying representations has not been systematically investigated. In this work, we empirically study cross-modal correspondence between formula syntax and semantics. We find that their native representation spaces exhibit extremely weak observable correspondence despite strong latent correlation, indicating a substantial representation mismatch between the two modalities. We further evaluate whether this mismatch can be reduced using standard representation learning and alignment techniques. We represent syntactic structure using graph-based encoders and semantic information using text-based encoders, then apply contrastive learning to induce a shared representation space. Results show that the learned alignment substantially improves cross-modal retrieval, suggesting that explicit representation learning can recover correspondence absent from the original representation spaces.
分享
阅读原文