Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ size_categories:
|
|
8 |
---
|
9 |
# Dataset Summary
|
10 |
GitGoodBench Lite is a subset of 17469 samples for collecting trajectories of AI agents resolving git tasks (see Supported Scenarios) for model training purposes.
|
11 |
-
We support the programming languages Python, Java and Kotlin and the sample types merge conflict resolution and file-commit
|
12 |
|
13 |
All data in this dataset are collected from 816 unique, open-source GitHub repositories with permissive licenses
|
14 |
that have >= 1000 stars, >= 5 branches, >= 10 contributors and are not a fork or archived. We collected the initial list of repositories using [SEART.](https://seart-ghs.si.usi.ch/)
|
@@ -73,7 +73,6 @@ The following table provides per-field details. Columns marked “Yes” under *
|
|
73 |
| **scenario** | string | A JSON string describing specific scenario data (e.g., merge-conflict details, parent commits). | No |
|
74 |
| **sample_type** | string | The type of sample. Possible values: "merge" or "file_commit_chain." | No |
|
75 |
| **project_size** | string | Estimated size based on lines of code. Possible values: "tiny," "small," "medium," "large," or "huge." | Yes |
|
76 |
-
| **project_activity** | string | How recently the project was active. Possible values: "day," "week," or "month." | Yes |
|
77 |
| **difficulty** | string | The complexity level of the scenario. Possible values: "easy," "medium," or "hard." | Yes |
|
78 |
|
79 |
**Note**:
|
@@ -81,37 +80,36 @@ The following table provides per-field details. Columns marked “Yes” under *
|
|
81 |
- Fields marked **No** represent the primary data for the scenario. Use them to inform or categorize the scenario type and project details.
|
82 |
|
83 |
# Dataset statistics
|
84 |
-
We provide some statistics on the
|
85 |
-
the skew of our dataset.
|
86 |
|
87 |
## Dataset Skew
|
88 |
|
89 |
The below statistics show that our dataset does not exhibit an extreme skew towards some repositories and is relatively well balanced with respect to source repositories.
|
90 |
|
91 |
### Distribution Statistics
|
92 |
-
- Total number of repositories analyzed:
|
93 |
-
- Average (mean) samples per repository: 21.
|
94 |
-
- Standard deviation (std): 48.
|
95 |
- Minimum (min): 1
|
96 |
- 25th percentile (25%): 2
|
97 |
- Median (50%): 6
|
98 |
- 75th percentile (75%): 18
|
99 |
-
- Maximum (max):
|
100 |
|
101 |
### Top-10 Repositories by Sample Count
|
102 |
|
103 |
-
| Repository
|
104 |
-
|
105 |
-
| zulip/zulip
|
106 |
-
| trinodb/trino
|
107 |
-
| wandb/wandb
|
108 |
-
| facebook/litho
|
109 |
-
| oss-review-toolkit/ort
|
110 |
-
| apache/tomcat
|
111 |
-
| nvidia/nemo
|
112 |
-
| h2oai/h2ogpt
|
113 |
-
| conan-io/conan
|
114 |
-
| huggingface/transformers
|
115 |
|
116 |
|
117 |
### Distribution of Programming Languages
|
@@ -120,19 +118,11 @@ We do however note a severe skew towards Python and Java with only 3.8% of sampl
|
|
120 |
|
121 |
| Programming Language | Count | Percentage |
|
122 |
|----------------------|--------:|-----------:|
|
123 |
-
| python |
|
124 |
-
| java |
|
125 |
-
| kotlin |
|
126 |
|
127 |
|
128 |
-
## Overall Difficulty Distribution
|
129 |
-
|
130 |
-
| Difficulty | Proportion |
|
131 |
-
|------------|-----------:|
|
132 |
-
| easy | 0.409845 |
|
133 |
-
| hard | 0.337240 |
|
134 |
-
| medium | 0.252916 |
|
135 |
-
|
136 |
## Difficulty Distribution for "merge" Scenarios
|
137 |
|
138 |
| Difficulty | Proportion |
|
@@ -141,13 +131,4 @@ We do however note a severe skew towards Python and Java with only 3.8% of sampl
|
|
141 |
| hard | 0.299672 |
|
142 |
| medium | 0.183861 |
|
143 |
|
144 |
-
## Difficulty Distribution for "file_commit_chain" Scenarios
|
145 |
-
|
146 |
-
| Difficulty | Proportion |
|
147 |
-
|------------|-----------:|
|
148 |
-
| hard | 0.358954 |
|
149 |
-
| easy | 0.348218 |
|
150 |
-
| medium | 0.292828 |
|
151 |
-
|
152 |
-
|
153 |
**Languages** We note that the text data in this dataset consists mostly of: commit messages, comments and is primarily in English. We do however not filter for any human languages explcitly.
|
|
|
8 |
---
|
9 |
# Dataset Summary
|
10 |
GitGoodBench Lite is a subset of 17469 samples for collecting trajectories of AI agents resolving git tasks (see Supported Scenarios) for model training purposes.
|
11 |
+
We support the programming languages Python, Java and Kotlin and the sample types merge conflict resolution and file-commit chain.
|
12 |
|
13 |
All data in this dataset are collected from 816 unique, open-source GitHub repositories with permissive licenses
|
14 |
that have >= 1000 stars, >= 5 branches, >= 10 contributors and are not a fork or archived. We collected the initial list of repositories using [SEART.](https://seart-ghs.si.usi.ch/)
|
|
|
73 |
| **scenario** | string | A JSON string describing specific scenario data (e.g., merge-conflict details, parent commits). | No |
|
74 |
| **sample_type** | string | The type of sample. Possible values: "merge" or "file_commit_chain." | No |
|
75 |
| **project_size** | string | Estimated size based on lines of code. Possible values: "tiny," "small," "medium," "large," or "huge." | Yes |
|
|
|
76 |
| **difficulty** | string | The complexity level of the scenario. Possible values: "easy," "medium," or "hard." | Yes |
|
77 |
|
78 |
**Note**:
|
|
|
80 |
- Fields marked **No** represent the primary data for the scenario. Use them to inform or categorize the scenario type and project details.
|
81 |
|
82 |
# Dataset statistics
|
83 |
+
We provide some statistics on the diversity of our dataset with respect to repositories, programming languages and merge conflict resolution samples.
|
|
|
84 |
|
85 |
## Dataset Skew
|
86 |
|
87 |
The below statistics show that our dataset does not exhibit an extreme skew towards some repositories and is relatively well balanced with respect to source repositories.
|
88 |
|
89 |
### Distribution Statistics
|
90 |
+
- Total number of repositories analyzed: 816
|
91 |
+
- Average (mean) samples per repository: 21.4
|
92 |
+
- Standard deviation (std): 48.8
|
93 |
- Minimum (min): 1
|
94 |
- 25th percentile (25%): 2
|
95 |
- Median (50%): 6
|
96 |
- 75th percentile (75%): 18
|
97 |
+
- Maximum (max): 644
|
98 |
|
99 |
### Top-10 Repositories by Sample Count
|
100 |
|
101 |
+
| Repository | Percentage of Total Samples |
|
102 |
+
|------------------------------------------|----------------------------:|
|
103 |
+
| zulip/zulip | 3.69% |
|
104 |
+
| trinodb/trino | 2.47% |
|
105 |
+
| wandb/wandb | 2.46% |
|
106 |
+
| facebook/litho | 2.16% |
|
107 |
+
| oss-review-toolkit/ort | 1.96% |
|
108 |
+
| apache/tomcat | 1.94% |
|
109 |
+
| nvidia/nemo | 1.76% |
|
110 |
+
| h2oai/h2ogpt | 1.32% |
|
111 |
+
| conan-io/conan | 1.30% |
|
112 |
+
| huggingface/transformers | 1.05% |
|
113 |
|
114 |
|
115 |
### Distribution of Programming Languages
|
|
|
118 |
|
119 |
| Programming Language | Count | Percentage |
|
120 |
|----------------------|--------:|-----------:|
|
121 |
+
| python | 10985 | 62.82% |
|
122 |
+
| java | 5881 | 33.67% |
|
123 |
+
| kotlin | 603 | 3.45% |
|
124 |
|
125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
126 |
## Difficulty Distribution for "merge" Scenarios
|
127 |
|
128 |
| Difficulty | Proportion |
|
|
|
131 |
| hard | 0.299672 |
|
132 |
| medium | 0.183861 |
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
**Languages** We note that the text data in this dataset consists mostly of: commit messages, comments and is primarily in English. We do however not filter for any human languages explcitly.
|