Add Neural Metrics card (upstream card preserved below)
Browse files
README.md
CHANGED
|
@@ -43,6 +43,30 @@ Document extraction is a multi-step process, and an end-to-end accuracy number h
|
|
| 43 |
<details>
|
| 44 |
<summary><b>Original dataset card from Qwen/ProcessBench</b> (click to expand)</summary>
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
# ProcessBench
|
| 47 |
|
| 48 |
This repository contains the dataset of the [ProcessBench](https://huggingface.co/papers/2412.06559) benchmark proposed by Qwen Team.
|
|
@@ -91,3 +115,5 @@ print(json.dumps(dataset[0], indent=2))
|
|
| 91 |
```
|
| 92 |
|
| 93 |
</details>
|
|
|
|
|
|
|
|
|
| 43 |
<details>
|
| 44 |
<summary><b>Original dataset card from Qwen/ProcessBench</b> (click to expand)</summary>
|
| 45 |
|
| 46 |
+
<div align="center">
|
| 47 |
+
|
| 48 |
+
# Neural Metrics · Step-level evaluation, because extraction is a chain.
|
| 49 |
+
|
| 50 |
+
<img src="https://img.shields.io/badge/Neural%20Metrics-document%20extraction-4F46E5?style=for-the-badge" alt="Neural Metrics" />
|
| 51 |
+
<img src="https://img.shields.io/badge/fork%20of-Qwen%2FProcessBench-2563EB?style=flat-square" alt="fork" />
|
| 52 |
+
|
| 53 |
+
</div>
|
| 54 |
+
|
| 55 |
+
Document extraction is a multi-step process, and an end-to-end accuracy number hides *where* it broke. ProcessBench evaluates reasoning step by step, which is the shape of evaluation we want for our own pipelines.
|
| 56 |
+
|
| 57 |
+
**We use it for:** benchmarking step-level error localization - studying how failures propagate through a chain rather than just counting final-answer mistakes.
|
| 58 |
+
|
| 59 |
+
> ### Attribution
|
| 60 |
+
> This is an **unmodified fork** of [`Qwen/ProcessBench`](https://huggingface.co/datasets/Qwen/ProcessBench), created by the [Qwen team](https://huggingface.co/Qwen).
|
| 61 |
+
> All weights, files and behaviour are identical to upstream — we rehost it so our experiments stay
|
| 62 |
+
> reproducible and version-pinned. The original license and all credit remain with the Qwen team.
|
| 63 |
+
> If you want the canonical dataset, please use [the original](https://huggingface.co/datasets/Qwen/ProcessBench).
|
| 64 |
+
|
| 65 |
+
---
|
| 66 |
+
|
| 67 |
+
<details>
|
| 68 |
+
<summary><b>Original dataset card from Qwen/ProcessBench</b> (click to expand)</summary>
|
| 69 |
+
|
| 70 |
# ProcessBench
|
| 71 |
|
| 72 |
This repository contains the dataset of the [ProcessBench](https://huggingface.co/papers/2412.06559) benchmark proposed by Qwen Team.
|
|
|
|
| 115 |
```
|
| 116 |
|
| 117 |
</details>
|
| 118 |
+
|
| 119 |
+
</details>
|