zhiminy commited on
Commit
7a03504
·
verified ·
1 Parent(s): 0877863

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: data/train.jsonl
67
+
68
+ viewer: true
69
+ ---