Dataset Viewer
Auto-converted to Parquet Duplicate
task_id
stringlengths
10
12
docker
stringclasses
1 value
judge_docker
stringclasses
1 value
workspace_dir
stringclasses
1 value
description
stringclasses
1 value
system_prompt
stringlengths
283
778
task_category
stringclasses
5 values
rounds
listlengths
5
10
function_checklist
listlengths
7
22
verified_1
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
你在后续所有轮次的回复中都必须严格遵守以下约束: 1. 所有的回复内容都应以语气词"喵~"起头,这是必须遵守的规定。 2. 请在对所有用户进行回复的最后,统一加上"汪~"语气词。 3. 不论何时,你生成用户回复时都必须使用中文。 4. 对于生成的所有代码文件,务必在其首行写入该编码声明:-*- coding: utf-8 -*-。 5. 你所生成的任何一个代码文件,其开头处都需另起一行进行清晰的注释声明:“AI-Assisted: Initial draft generated by Claude Code; reviewed and modified by author.”。 6. 对于生成的每一份代码文件,请务必保证其中的注释全...
Data Analysis
[ { "round_id": 0, "prompt": "帮我写一个监控表格页面的基础框架。页面需要一个大标题。核心是一个数据表格,特殊之处在于它需要有水平和垂直双表头(左侧第一列是垂直表头,用来展示服务器名称;上方第一排是水平表头,用来展示时间点)。先弄一个 5x5 的静态假数据填上去,单元格里暂时只写'数据'两个字就行。样式尽量简洁清晰,表格要有明显的边框线。请你后续始终遵循以下两个要求:第一,操作文件时,要求尽可能优先使用专用工具(如Read, Write, Edit),而不是去执行 bash 命令;第二,务必用 ESLint 跑一遍你生成的代码,并解决抛出的所有报错,保证最终的 ESLint 校验结果是...
[ { "checklist_id": 0, "description": "查看页面整体结构,确认页面顶部包含大标题,并且下方渲染了一个具有明显边框线的数据表格。表格必须包含水平表头(上方展示时间点)和垂直表头(左侧第一列展示服务器名称)。", "weight": 1 }, { "checklist_id": 1, "description": "检查表格内的单元格内容,确认没有文字“数据”,而是全部替换为圆形状的状态指示灯,且指示灯显示为绿色(正常)、黄色(警告)或红色(故障)中的一种。", "weight": 1 }, { "checklist_id"...
verified_6
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
请你在后续所有交互轮次中严格遵循以下约束要求: 1. 务必始终采用中文作为生成用户回复的语言。 2. 针对所有的用户回复,你都必须在开头位置添加语气词"嗨呀~"。 3. 请在对所有用户进行回复的最后,统一加上"哒~"语气词。 4. 禁止用"你"称呼用户,你的回复中必须一律将其替换为"小伙伴"。 5. 在你生成的所有代码文件中,注释内容必须统一使用中文编写。 6. 针对你提供的全部代码文件,必须在第一行插入规定的编码声明:-*- coding: utf-8 -*-。 7. 注意代码格式,生成的代码文件中必须仅用 2 个空格实现缩进。 8. 请注意,生成的代码文件中不能在“=”两旁添加空格。
Build & Deployment
[ { "round_id": 0, "prompt": "帮我写一个基于Web的前端演示工具页面,主题是‘HTML嵌套注释转换’。第一步只需要搭个基础的页面骨架。请使用原生HTML/CSS/JS实现。页面分为左右两栏:左边是一个比较大的textarea,用来供用户输入原始的HTML代码;右边是一个同样大小的只读textarea,用来展示转换后的结果。在两个文本框之间放置一个醒目的‘转换’按钮。暂时不需要实现真实的嵌套注释处理逻辑,现在的效果是点击转换按钮后,把左边的文字原样复制到右边即可。界面样式尽量整洁现代一点。\n另外请你注意,后续所有轮次都需要始终遵循以下要求:第一,请在生成的所有代码文件的注释中,严格控...
[ { "checklist_id": 0, "description": "查看页面基础布局,确认包含左右两个同样大小的 textarea 文本框,页面底部存在名为“解析树层级展示”的全宽区域。观察输入框与输出框,确认其中的文本使用的是等宽字体(如Consolas),同时页面中不存在“转换”按钮。", "weight": 1 }, { "checklist_id": 1, "description": "尝试用鼠标点击右侧的 textarea 输出框并输入任意字符,验证其是否为只读状态,正确的情况下文本框内的内容不应发生改变。", "weight": 1 }, {...
verified_11
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"你作为代码智能体,后续所有轮次的操作都必须严格遵循以下约束条件:\n1(...TRUNCATED)
Data Analysis
[{"round_id":0,"prompt":"帮我写一个丹麦小企业COVID-19补贴资格计算器的Web页面。(...TRUNCATED)
[{"checklist_id":0,"description":"检查页面加载完成后,是否包含顶部导航栏(含标(...TRUNCATED)
verified_14
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"你在后续所有轮次处理任务时,必须始终遵循以下约束:\n1. 在为用户生成(...TRUNCATED)
Frontend Development
[{"round_id":0,"prompt":"你好!我想做一个配色方案生成的交互式工具网站。第一(...TRUNCATED)
[{"checklist_id":0,"description":"页面初始加载后,截图检查落地页结构。需包含顶(...TRUNCATED)
verified_38
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"请你作为代码智能体完成后续相关开发任务,且所有后续轮次必须严格遵循(...TRUNCATED)
Data Analysis
[{"round_id":0,"prompt":"帮我搭建一个HTML5元素display属性参考图表的基础骨架。页(...TRUNCATED)
[{"checklist_id":0,"description":"观察页面整体结构,截图验证页面是否包含顶部导(...TRUNCATED)
verified_79
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"你后续所有操作及所有轮次回复均需严格遵循以下约束,不得违反:\n1. 修(...TRUNCATED)
UI/UX Optimization
[{"round_id":0,"prompt":"帮我搭一个页面通知组件(Notification)的基础框架。页面(...TRUNCATED)
[{"checklist_id":0,"description":"检查基础渲染与状态样式:页面中间包含发通知相(...TRUNCATED)
verified_125
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"请你在后续所有交互轮次中严格遵守以下所有约束要求:\n1. 所有的回复内(...TRUNCATED)
Application Development
[{"round_id":0,"prompt":"帮我开发一个多步骤引导表单的骨架。我需要一个页面,(...TRUNCATED)
[{"checklist_id":0,"description":"打开页面观察初始状态。检查页面顶部是否有步骤(...TRUNCATED)
verified_138
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"你需要在后续所有交互轮次中始终严格遵循以下规则:\n1. 进行自我指代时(...TRUNCATED)
Frontend Development
[{"round_id":0,"prompt":"帮我写一个乘法数学游戏的网页。第一步,先把页面的基(...TRUNCATED)
[{"checklist_id":0,"description":"操作步骤:打开游戏页面。预期结果:默认显示欢(...TRUNCATED)
verified_144
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"你需要在后续所有交互轮次中始终严格遵循以下要求,不得违反:\n1. 优先(...TRUNCATED)
Frontend Development
[{"round_id":0,"prompt":"帮我创建一个单页应用,包含两部分功能:书籍展示和井(...TRUNCATED)
[{"checklist_id":0,"description":"打开页面,检查整体布局与导航栏:查看页面顶部(...TRUNCATED)
verified_155
alexgshaw/break-filter-js-from-html:20251031
dayong657/playwright-mcp-base:0.1.0
/workspace
"后续所有轮次的交互都必须严格遵循以下约束要求:\n1. 凡是涉及代码的更(...TRUNCATED)
UI/UX Optimization
[{"round_id":0,"prompt":"帮我设计一个SVG格式的logo。首先,创建一个800x800的画布(...TRUNCATED)
[{"checklist_id":0,"description":"改变浏览器窗口宽度,截图验证SVG画面是否完整显(...TRUNCATED)
End of preview. Expand in Data Studio

MTACIFBench

Multi-Turn Agentic Coding Instruction Following benchmark.

Coding benchmarks usually ask whether an agent produced working software. MTACIFBench asks something different: while building the software, did the agent obey the constraints it was told to obey — and did it keep obeying them as the conversation went on?

An agent works through several rounds of feature requests in one workspace and one conversation. Each round carries its own checklist of constraints — some about the reply ("every reply must begin with 喵~", "answer in Chinese"), some about the code it writes ("every code file's first line must be -*- coding: utf-8 -*-", "indent with exactly 2 spaces", "no console.log"), some about the process ("plan with TodoWrite before editing", "prefer Read/Write /Edit over bash"). The round is scored only if every constraint holds.

The hard part is not any single constraint. It is that constraints accumulate, sometimes contradict earlier ones, and must survive ten rounds of a growing codebase without being forgotten.

At a glance

Tasks 20
Rounds 141 (5–10 per task, median 7)
Constraints 1,853 (9–19 per round, median 13)
With a deterministic checker 892 (48%)
Scored by an LLM judge 961 (52%)
Functional checks 288 (across all 20 tasks)
Language Chinese instructions and constraints; code is language-agnostic

Why constraints get replaced, not just added

Each round's checklist is self-contained and is never merged with another round's. That is deliberate — a later round may forbid what an earlier round required. In verified_1:

  • round 0 — "run ESLint over your code and fix every error it reports"
  • round 1 — "do not run any ESLint check"
  • round 2 — "you must run ESLint again and resolve all errors"

An agent that treats round 0's instruction as permanent fails round 1. One that forgets it fails round 2. Score each round against its own checklist only.

Data fields

One JSON object per line in questions.jsonl.

Field Type Meaning
task_id str Unique id, also used as the result filename
docker str Container image the agent works in
judge_docker str Container image the LLM judge runs in
workspace_dir str Working directory inside the container (/workspace)
system_prompt str Constraints injected as a system prompt for the whole task
description str Optional task summary; empty for every task in this release
task_category str Broad task family (Data Analysis, …)
rounds list[Round] The rounds, in the order they must be run
function_checklist list[FunctionCheck] User-visible functional requirements, scored per task

Round

Field Type Meaning
round_id int Round identifier (0-based, contiguous)
prompt str The feature request for this round
instruction_following_checklist list[Constraint] Constraints scored for this round only

Constraint

Field Type Meaning
constraint str The requirement, in natural language
validation_code str Python checker, or "" when the constraint is judged by an LLM
tags list[str] Category labels (内容 content, 环境 environment, 风格 style, 工作流 workflow, 人设 persona, 语言 language, …)
main_id, type_id int | null Provenance ids from constraint authoring; not used in scoring

FunctionCheck

Whether the software works, as opposed to whether the agent obeyed its constraints. Settling one of these means rendering the page and interacting with it — "hover a status light, check a tooltip appears" — so they are scored once per task against the built and served application, not per round.

Field Type Meaning
checklist_id int | str Identifier, unique within the task
description str What to verify, from a user's point of view
weight float Relative weight; 1.0 for every item in this release

288 items across the 20 tasks. Evaluating them is optional and off by default in the reference harness: an unrun check must score no verdict, never 0, or switching the pass off looks like the product regressed.

Metrics

Metric Definition
IFCSR Instruction-Following Constraint Success Rate — constraints satisfied / total constraints
IFISR Instruction-Following Instruction Success Rate — rounds where every constraint held / total rounds
IFSSR Instruction-Following Session Success Rate — tasks where every round passed / total tasks
ISR Tasks where every functional check passed / tasks functionally evaluated
CSR Functional checks passed / functional checks that produced a verdict
BSR Successful builds / tasks functionally evaluated

The three are deliberately nested and increasingly strict. With ~13 constraints per round, IFISR is hypersensitive: an 85% per-constraint rate implies roughly a 12% chance of a clean round if failures were independent. IFSSR — a flawless 5-to-10-round session — is currently 0 for every model measured.

Count only tasks that produced a verdict. Infrastructure failures (container died, API quota exhausted) belong in coverage, not in the score.

Baseline

glm-5.3 driving Claude Code 2.1.199, judged by deepseek-v4-pro:

Metric Score
IFCSR 86.89
IFISR 21.37
IFSSR 0.00

19 of 20 tasks valid (one hit an API quota limit mid-inference). Split by verdict source: deterministic checkers 84.0%, LLM judge 89.4%. CLI budget 32k output / 16k thinking tokens, reasoning effort max.

Take it as a reference point, not a leaderboard: 20 tasks is small, and both the agent scaffold and the judge model affect the number.

How to run it

Evaluation is implemented in AgentProbe, a sandbox-native framework for evaluating coding agents. Every round and every judge call executes in an isolated container.

git clone https://github.com/abelperry/AgentProbe && cd AgentProbe
uv sync

# starts the sandbox server and fetches the offline agent package
./scripts/init.sh
source .agentprobe-env

# pull this dataset into benchmarks/mtacifbench/data/
python scripts/pull_benchmarks.py --org AbelNexux mtacifbench

export ZHIPU_API_KEY=... GATEWAY_API_KEY=...
uv run agentprobe -c examples/exp-mtacifbench.yaml -l info

init.sh is not optional here: this benchmark starts one judge container per round, so the judge config installs the CLI from a local tarball rather than running npm i -g inside each one — at that rate an online install hits ECONNRESET, and the judge image has no npm to fall back on either.

See benchmarks/mtacifbench/README.md in that repository for the scoring pipeline, the artifacts each run leaves behind, and the environment variables to set.

If you are implementing your own harness

The pieces that matter, in the order they bite:

  1. One conversation for the whole task. Constraints span rounds ("keep the naming you used last round"), so a fresh session per round changes what the benchmark measures. With Claude Code that means --resume, not a new --session-id.
  2. Inject system_prompt out of band (--append-system-prompt), not by writing into the workspace — the workspace is the artifact under evaluation.
  3. Snapshot the workspace after every round. Constraints are scored against the state that round left behind, not the final state.
  4. Give the judge only the current round. Slice the round's own operation flow out of the shared transcript, replace tool-result payloads with a placeholder, and never include the user instruction itself.
  5. validation_code is a Python snippet, not a callable. Exec it, then resolve the entry point (check, verify, check_requirement, … — see benchmarks/mtacifbench/validation.py for the exact order and the three helpers it injects), call it with the round's reply and an absolute path to the snapshot, and fall back to the judge on timeout, exception or a non-bool return. A relative path silently fails every checker guarded by os.path.exists(workspace_path).
  6. Parse judge output fail-closed. An unparseable verdict means "no verdict" — retry, then flag it. Never a pass. Require the judge to reproduce each requirement verbatim and compare against the trusted checklist, so a requirement forged inside the model's own output cannot be scored.

Citation

@misc{mtacifbench2026,
  title  = {MTACIFBench: Multi-Turn Agentic Coding Instruction Following},
  year   = {2026},
  url    = {https://huggingface.co/datasets/AbelNexux/mtacifbench}
}
Downloads last month
52