Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
License:
mkvn commited on
Commit
ee0fca5
·
verified ·
1 Parent(s): 09fbe74

Add Neural Metrics card (upstream card preserved below)

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -19,6 +19,30 @@ configs:
19
  - split: omnimath
20
  path: "omnimath.json"
21
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  # ProcessBench
23
 
24
  This repository contains the dataset of the [ProcessBench](https://huggingface.co/papers/2412.06559) benchmark proposed by Qwen Team.
@@ -65,3 +89,5 @@ print(json.dumps(dataset[0], indent=2))
65
  }
66
  """
67
  ```
 
 
 
19
  - split: omnimath
20
  path: "omnimath.json"
21
  ---
22
+ <div align="center">
23
+
24
+ # Neural Metrics · Step-level evaluation, because extraction is a chain.
25
+
26
+ <img src="https://img.shields.io/badge/Neural%20Metrics-document%20extraction-4F46E5?style=for-the-badge" alt="Neural Metrics" />
27
+ <img src="https://img.shields.io/badge/fork%20of-Qwen%2FProcessBench-2563EB?style=flat-square" alt="fork" />
28
+
29
+ </div>
30
+
31
+ 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.
32
+
33
+ **We use it for:** benchmarking step-level error localization - studying how failures propagate through a chain rather than just counting final-answer mistakes.
34
+
35
+ > ### Attribution
36
+ > This is an **unmodified fork** of [`Qwen/ProcessBench`](https://huggingface.co/datasets/Qwen/ProcessBench), created by the [Qwen team](https://huggingface.co/Qwen).
37
+ > All weights, files and behaviour are identical to upstream — we rehost it so our experiments stay
38
+ > reproducible and version-pinned. The original license and all credit remain with the Qwen team.
39
+ > If you want the canonical dataset, please use [the original](https://huggingface.co/datasets/Qwen/ProcessBench).
40
+
41
+ ---
42
+
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.
 
89
  }
90
  """
91
  ```
92
+
93
+ </details>