zhiminy commited on
Commit
86b3825
·
verified ·
1 Parent(s): e2f3b8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -60
README.md CHANGED
@@ -1,69 +1,38 @@
1
- ---
2
- pretty_name: EvalEng
3
- language:
4
- - en
5
-
6
- license: mit
7
-
8
- task_categories:
9
- - text-classification
10
- - token-classification
11
- - summarization
12
-
13
- task_ids:
14
- - multi-class-classification
15
- - multi-label-classification
16
-
17
- tags:
18
- - software-engineering
19
- - evaluation-harness
20
- - github-issues
21
- - issue-classification
22
- - empirical-software-engineering
23
- - llm-evaluation
24
- - benchmark-engineering
25
- - mlops
26
- - dataset-mining
27
- - text
28
- - tabular
29
- - arxiv:2605.24213
30
-
31
- size_categories:
32
- - 10K<n<100K
33
-
34
- annotations_creators:
35
- - machine-generated
36
- - expert-generated
37
-
38
- source_datasets:
39
- - original
40
-
41
- homepage: https://github.com/zhimin-z/EvalEng
42
-
43
- paperswithcode_id: null
44
 
45
  dataset_info:
46
  features:
47
- - name: repo
48
  dtype: string
49
- - name: issue_id
50
- dtype: int64
51
- - name: title
52
  dtype: string
53
- - name: body
54
  dtype: string
55
- - name: workflow_stage
56
  dtype: string
57
- - name: root_cause
 
 
 
 
 
 
 
 
58
  dtype: string
59
- - name: labels
 
 
 
 
 
 
 
 
60
  sequence: string
61
-
62
- configs:
63
- - config_name: default
64
- data_files:
65
- - split: train
66
- path: train.jsonl
67
-
68
- viewer: true
69
- ---
 
1
+ configs:
2
+ - config_name: default
3
+ data_files:
4
+ - split: train
5
+ path: train.jsonl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
 
7
  dataset_info:
8
  features:
9
+ - name: harness_name
10
  dtype: string
11
+ - name: github_repo
12
+ dtype: string
13
+ - name: issue_title
14
  dtype: string
15
+ - name: issue_body
16
  dtype: string
17
+ - name: issue_url
18
  dtype: string
19
+ - name: issue_created_at
20
+ dtype: int64
21
+ - name: issue_closed_at
22
+ dtype: int64
23
+ - name: is_related
24
+ dtype: float64
25
+ - name: stage
26
+ dtype: float64
27
+ - name: step
28
  dtype: string
29
+ - name: strategy
30
+ dtype: float64
31
+ - name: root_cause_label
32
+ dtype: string
33
+ - name: issue_comments
34
+ sequence: string
35
+ - name: issue_labels
36
+ sequence: string
37
+ - name: issue_cross_referenced
38
  sequence: string