Clarified description
Browse files
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'.
|
| 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 |
|