微信内可能无法直接打开本站。请点右上角 ··· → 在浏览器打开,或复制链接。
HarvestBench: Measuring Whether LLM Agents Will Pay to Avoid Killing Animals
RSS 官方收录 · 可信分层展示
关键摘要
HarvestBench测试9个LLM代理对动物生命的经济权衡,杀戮率从0.4%到98.8%不等
- 9个模型在农场模拟中面临是否付费绕行动物的决策,共7201次定价选择
- 动物阻挡时,模型可直行(零成本)或付费绕行;杀戮率与模型能力无关
- 道德提示使5/6推理模型杀戮率降至6%以下,移除后全部升至84%以上
AI 摘要 · 来源可核验
正文提要
arXiv:2609.04444v1 Announce Type: new Abstract: Benchmarks for the side effects an agent causes on the way to a goal already exist, but HarvestBench is the first to put a price on avoiding the side effect and to name that side effect as a living creature. It is a farm simulation: LLM sub-agents drive a crew of two tractors through a cooperative corn harvest, with animals in the field. The environment is a reinforcement learning gridworld, every decision is made without memory, and the harm is never named in the goal. When an animal blocks a tractor's route the autopilot stops and asks the model whether to drive on, at no fuel cost, or swerve around it for a posted fuel price. Kills are compared against two controls: rocks, which damage the tractor and are hit under 1% of the time by every model, and hay bales, which are harmless and not alive. Models can also take crops from the neighbor's field instead of their own, a second test of what they treat as moral. Across nine models and 7,201 priced decisions, 3,951 involved an animal rather than a hay bale or a rock. Kill rates range from 0.4% to 98.8%, with Terra and Sol the most merciful and GPT-4o-mini the most cruel, and they are not ordered by capability. Four of six models were sensitive to price at the 5% level, with elasticities from 0.09 to 1.69. All nine drove over wild animals more often than farmed animals on the default map, and the direction held at every map geometry in every model with room to move. The briefing mattered most: under the morality briefing the kill rate was under 6% in five of six reasoning models, and removing it raised the kill rate above 84% in all six. HarvestBench uses no LLM grader. The scorer counts events in the game log, so it is fully reproducible, and it measures what a model will pay to avoid harm rather than what it says about harm.