百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
返回工具页/返回 Issues 列表
#1077·ai-agent-book

++ 基准 & “ ++ ”

作者: wangzizhe创建于 2026年9月10日更新于 2026年9月10日

After reading the contents of Chapter 7 on Agent evaluation, I have been wondering about one question: how can we avoid the contamination of public benchmarks? Many LLM/Agent benchmarks are public, which makes it easy for others to reproduce and compare. However, in the long run, these data may be used as pre-training or post-training data for subsequent models, and the evaluation may gradually shift from "ability testing" to "memory testing." I have encountered this problem myself. I have constructed an Agent-oriented evaluation dataset in the field of physical modeling, and I don't know how to publish it. If it is open source, it will be convenient for others to use, but it will soon become a memory game; if it is not public, it will be difficult for others to reproduce and use. So I would like to ask the authors and everyone: how can we achieve the greatest balance between openness and contamination in benchmarks? I would also like to hear your thoughts on future evaluation methods. PS: One method I have thought of is to deploy the dataset on a server, allowing other people's Agents to conduct evaluations directly on the server, so that they cannot see the dataset itself. However, I am concerned that the Agents may still extract the test data during the evaluation process, which will eventually lead to leakage.

内容来源: bojieli/ai-agent-book

查看 GitHub 原文在 GitHub 查看讨论