File size: 3,125 Bytes
87406ed
7471bc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7a03504
 
86b3825
7a03504
86b3825
 
 
7a03504
86b3825
7a03504
86b3825
7a03504
86b3825
 
 
 
 
 
 
 
 
7a03504
86b3825
 
 
 
 
 
 
 
 
7a03504
7471bc5
 
 
 
 
87406ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e8bf6d0
 
 
 
 
 
 
 
87406ed
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
---
pretty_name: EvalEng
language:
  - en
license: mit
task_categories:
  - text-classification
  - token-classification
  - summarization
task_ids:
  - multi-class-classification
  - multi-label-classification
tags:
  - software-engineering
  - evaluation-harness
  - github-issues
  - issue-classification
  - empirical-software-engineering
  - llm-evaluation
  - benchmark-engineering
  - mlops
  - dataset-mining
  - text
  - tabular
  - arxiv:2605.24213
size_categories:
  - 10K<n<100K
annotations_creators:
  - machine-generated
  - expert-generated
source_datasets:
  - original
homepage: https://github.com/zhimin-z/EvalEng
paperswithcode_id: null
dataset_info:
  features:
  - name: harness_name
    dtype: string
  - name: github_repo
    dtype: string
  - name: issue_title
    dtype: string
  - name: issue_body
    dtype: string
  - name: issue_url
    dtype: string
  - name: issue_created_at
    dtype: int64
  - name: issue_closed_at
    dtype: int64
  - name: is_related
    dtype: float64
  - name: stage
    dtype: float64
  - name: step
    dtype: string
  - name: strategy
    dtype: float64
  - name: root_cause_label
    dtype: string
  - name: issue_comments
    sequence: string
  - name: issue_labels
    sequence: string
  - name: issue_cross_referenced
    sequence: string
configs:
  - config_name: default
    data_files:
      - split: train
        path: train.jsonl
viewer: true
---

# EvalEng Dataset

GitHub issues collected from 57 ML evaluation harnesses, annotated with workflow stage, root cause, and evaluation strategy labels.

## Dataset Details

- **Paper:** [Towards Evaluation Engineering](https://arxiv.org/abs/2605.24213)
- **Repository:** https://github.com/zhimin-z/EvalEng
- **License:** MIT

## Fields

| Field | Type | Description |
|-------|------|-------------|
| `harness_name` | string | Name of the ML evaluation harness |
| `github_repo` | string | GitHub repository (owner/repo) |
| `issue_title` | string | Issue title |
| `issue_body` | string | Issue body text |
| `issue_url` | string | Direct URL to the GitHub issue |
| `issue_created_at` | int64 | Creation timestamp (ms since epoch) |
| `issue_closed_at` | int64 | Closed timestamp (ms since epoch) |
| `is_related` | float64 | Whether the issue is related to evaluation (1.0 = yes) |
| `stage` | float64 | Workflow stage label (numeric) |
| `step` | string | Workflow step label |
| `strategy` | float64 | Evaluation strategy label (numeric) |
| `root_cause_label` | string | Root cause category |
| `issue_comments` | list[string] | Issue comment texts |
| `issue_labels` | list[string] | GitHub labels on the issue |
| `issue_cross_referenced` | list[string] | Cross-referenced issue/PR URLs |

## Citation

```bibtex
@article{zhao2025evaleng,
      title={Towards Evaluation Engineering: An Empirical Study of ML Evaluation Harnesses in the Wild}, 
      author={Zhimin Zhao and Zehao Wang and Abdul Ali Bangash and Bram Adams and Ahmed E. Hassan},
      year={2026},
      eprint={2605.24213},
      archivePrefix={arXiv},
      primaryClass={cs.SE},
      url={https://arxiv.org/abs/2605.24213}, 
}
```