Liqs commited on
Commit
d2fe869
·
verified ·
1 Parent(s): e7718df

Clarified description

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ that have >= 1000 stars, >= 5 branches, >= 10 contributors and are not a fork or
17
  Evaluation is to be performed by exact-match (EM) of diffs for the merge conflict setting and by LLM-as-a-Judge for the file-commit gram setting. [For further details see our paper.]()
18
 
19
  # Supported Tasks
20
- GitGoodBench Lite contains two types of samples: 'merge' and 'file_commit_chain'. All data required to setup the preconditions for a scenario are located in the `scenario` field.
21
  It is important to note that the sample type 'file_commit_chain' can be used for two scenario types: Performing an interactive rebase to clean up the local tree or iteratively
22
  generating commits based on the staged, uncommitted changes.
23
 
 
17
  Evaluation is to be performed by exact-match (EM) of diffs for the merge conflict setting and by LLM-as-a-Judge for the file-commit gram setting. [For further details see our paper.]()
18
 
19
  # Supported Tasks
20
+ GitGoodBench Lite contains two types of samples: 'merge' and 'file_commit_chain'.
21
  It is important to note that the sample type 'file_commit_chain' can be used for two scenario types: Performing an interactive rebase to clean up the local tree or iteratively
22
  generating commits based on the staged, uncommitted changes.
23