说明: 重试会删除之前生成的 PDF,返回的成功标志不可靠,最终反射可能会留下一个已损坏的 template.tex,该文件不再与生成的 PDF 相匹配。
作者: Goldenmonstew创建于 2026年6月12日更新于 2026年6月12日
**(a) Unreliable success flag** — `ai_scientist/perform_icbinb_writeup.py:1206–1242`. After the numbered reflection loop, `reflection_pdf` is reassigned to the final-page-limit name *before* checking whether the model even returned LaTeX, and the return value tests only that file:
内容来源: SakanaAI/AI-Scientist-v2