Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv AI · 2026/7/22 04:00:00
FindStatBench: Evaluating Large Language Models on Combinatorial Code Synthesis
AI 中文解读
核心亮点:最新研究发现,AI在完成组合代码任务时表现捉襟见肘,甚至连给例子都能帮倒忙——某些问题不给例子反而全对,给五个例子反而翻车。
通俗解读:科学家设计了一套难度很高的数学题集,要求AI根据描述和少量示例,自己写Python程序来求解,不能联网、不能试错。结果发现,目前最厉害的开源和闭源AI模型在准确性上几乎打平手——但表现都不算好。更离奇的是,示范例子有时候反而会误导AI:有些题目不给任何例子,AI能完美解决;一旦给了五个例子,反而答错了。此外,提示词太长也会让AI“分心”,还没写完代码就输出到上限了。
实际影响:这项测试暴露了AI在“先理解规则再编程”这类任务上的脆弱性。对于普通人来说,这意味着指望AI自动完成复杂的数据分析、数学建模或代码调试,目前还不靠谱——特别是在需要自行归纳符号规则、处理长指令的场景下。未来如果这类能力得到提升,可能帮助自动写报表、解高数题,甚至辅助科研中未知规律发现,但眼下还差得远。
arXiv:2607.18260v1 Announce Type: new
Abstract: We introduce FindStatBench, an execution benchmark for evaluating large language models on combinatorial code synthesis. Built from FindStat, it contains 2,329 tasks across 24 collections and 5.52M hidden instances, covering statistic synthesis, which maps objects to integers, and map synthesis, which maps objects to objects. Each task gives a mathematical description and at most five public input-output examples; a model must emit one Python solve function with no retrieval, tool use, execution feedback, voting, or reranking. Submissions are scored by exact sandboxed execution on held-out combinatorial objects. We evaluate eleven systems: four closed-source production models and seven open-weight models served through one inference provider. FindStatBench reveals three main patterns. First, the strongest open- and closed-source systems converge within 1 pp instance accuracy, and both an oracle over all systems and five-way sampling from one mid-tier model yield only limited task-accuracy gains. Second, examples can hurt: several classical bijections are solved perfectly with zero examples but fail under five-example prompts. Third, some failures reflect output-budget mechanics, as reasoning can exhaust the visible response before code is emitted. Overall, statistic synthesis is much easier than map synthesis, some collections remain near-zero, long prompts cause a sharp accuracy cliff, and exact symbolic rule induction remains brittle.
分享
阅读原文 ↗