Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions packages/tasks/src/eval.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ export const EVALUATION_FRAMEWORKS = {
"CLAW-Eval is an evaluation framework for assessing LLMs as autonomous agents across 300 human-verified tasks covering communication, finance, and productivity domains.",
url: "https://github.com/claw-eval/claw-eval",
},
researchclawbench: {
name: "researchclawbench",
description:
"ResearchClawBench is a benchmark for evaluating AI agents on end-to-end scientific research tasks, from reading data and related work to producing code, figures, and publication-style reports.",
url: "https://github.com/InternScience/ResearchClawBench",
},
pbench: {
name: "pbench",
description:
Expand Down