Terminal-Bench-Science: Evaluating AI agents on scientific research workflows
41–43 of 43 posts
Re: Terminal-Bench-Science: Evaluating AI agents on scientific research workflows
#42The tasks are the thing to really look at here: https://github.com/harbor-framework/terminal-bench-science/t...
I am hoping someone with more free time than myself can contribute some things in the RF engineering domain in the 'engineering-sciences' section. There's some problems out there that will definitely stump even a smart LLM.
Re: Terminal-Bench-Science: Evaluating AI agents on scientific research workflows
#43I worry this doesn’t check correctness. I’ve been finding Claude is lately awful at folllowing instructions, I’ll ask it to implement the algorithm from a paper and it will do something simpler and slower and when challenged do it’s stupid apology thing. It can’t be trusted with anything I’d put in a paper, it lies too much. 4.6 couldn’t do as complex tasks, but it would do what was asked.
Benchmark does check correctness. Team is working to write a paper that will likely contain failure mode analysis; checking for instruction following could be a good idea. Agents are given instructions in markdown format, allowed to read data and libraries sandboxed in a Docker container, and evaluated on deterministic pytests on the outcome. Two things the team aimed to enforce to add tasks we could trust: - Scienti…