# Mind2web Live Eval

> Evaluates a GUI agent's ability to perform web browsing tasks using either HTML tree or image inputs. It measures the agent's capacity to navigate websites and complete user intents across diverse web interfaces. Use when the user wants to benchmark on Mind2Web-Live, or asks about evaluating this task. Reports task success rate.

- Skill: `qhjqhj00/mind2web-live-eval` (Agent Skill)
- Install (CLI): `npx skillmds add qhjqhj00/mind2web-live-eval`
- Raw SKILL.md: https://api.skillmd.com/api/skills/qhjqhj00/mind2web-live-eval/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: qhjqhj00 (https://skillmd.com/u/qhjqhj00)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/qhjqhj00/mind2web-live-eval

---


# mind2web-live-eval

> Mirage-1: Augmenting and Updating GUI Agent with Hierarchical Multimodal Skills — Xie et al. (2025) (arXiv:2506.10387, 2025)

## What this evaluates

Evaluates a GUI agent's ability to perform web browsing tasks using either HTML tree or image inputs. It measures the agent's capacity to navigate websites and complete user intents across diverse web interfaces.

## Datasets

- **Mind2Web-Live** — total ?; splits: test (-1)

## Metrics

- `task success rate` **(primary)** — range: percent
  - Percentage of tasks completed successfully out of the total number of tasks evaluated.
- `micro-completion rate` — range: percent
  - Measures the proportion of key nodes completed across all tasks.

## Input / output format

**Input**: Web page observations provided as either HTML tree or screenshots.

**Output**: Action selection (e.g., click, type, scroll) to interact with the web interface.

## Scoring recipe

```python
success = 1 if task goal is met, else 0.
SR = mean(success) * 100.
CR = (total key nodes completed / total key nodes) * 100.
```

## Common pitfalls

- Micro-completion rate aggregates across tasks, which can mask per-task failure patterns and overstate agent capability.
- HTML tree vs image input modes significantly affect baseline performance and should be matched carefully when comparing methods.

## Evidence (verbatim from paper)

> For Web, we employ Mind2Web-Live as the evaluation benchmark. We use task success rate and micro-completion rate (measures the proportion of key nodes completed in all tasks) as evaluation metrics.

## Citation

```bibtex
@misc{xie2025mirage1,
  title={Mirage-1: Augmenting and Updating GUI Agent with Hierarchical Multimodal Skills},
  author={Xie et al. (2025)},
  year={2025},
  note={arXiv:2506.10387}
}
```

- arXiv: 2506.10387

