Liqs commited on
Commit
f814691
·
verified ·
1 Parent(s): 2c6e0ae

Propagate dataset changes to dataset card

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,10 +7,10 @@ size_categories:
7
  - 10K<n<100K
8
  ---
9
  # Dataset Summary
10
- GitGoodBench Lite is a subset of 17492 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 gram.
12
 
13
- All data in this dataset are collected from 829 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/)
15
 
16
  [For further details see our paper.]()
@@ -42,7 +42,7 @@ File-commit chain scenarios consist of two commits, the oldest and newest commit
42
  In total the chain consists of `times_seen_consecutively` commits. The intended use-cases of these scenarios are to evaluate the agent's capacity to create meaningful, cohesive commits or
43
  improve the local tree via rebasing. Thus samples of this `sample_type` cover two scenario types.
44
 
45
- File-commit chains are at least 3 commits long, all commits only contain files in the specified `programming_language` and no commit is a merge commit.
46
 
47
  A `file_commit_chain` scenario looks as follows:
48
  ```
 
7
  - 10K<n<100K
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 gram.
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/)
15
 
16
  [For further details see our paper.]()
 
42
  In total the chain consists of `times_seen_consecutively` commits. The intended use-cases of these scenarios are to evaluate the agent's capacity to create meaningful, cohesive commits or
43
  improve the local tree via rebasing. Thus samples of this `sample_type` cover two scenario types.
44
 
45
+ File-commit chains are at least 3 commits long, the file the sample concerns itself with is guaranteed to be of `programming_language` (this is not the case for other potential files in the commits of the sample) and no commit is a merge commit.
46
 
47
  A `file_commit_chain` scenario looks as follows:
48
  ```