tiginamaria commited on
Commit
bce6e23
·
verified ·
1 Parent(s): bb49285

Update README.md

Browse files

Add Data Collection section to data description

Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -87,3 +87,16 @@ configs:
87
  path: kt/train-*
88
  ---
89
  # Template Generation Dataset for AI Agents Evaluation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
  path: kt/train-*
88
  ---
89
  # Template Generation Dataset for AI Agents Evaluation
90
+
91
+ ## Data Collection
92
+
93
+ This dataset contains information about repos (initially gathered from https://seart-ghs.si.usi.ch) matching the following criteria:
94
+ * `Java` and `Kotlin` programming languages
95
+ * 10+ stars
96
+ * not forks
97
+ * permissive licenses ('MIT License', 'Apache License 2.0', 'BSD 3-Clause "New" or "Revised" License', 'BSD 2-Clause "Simplified" License')
98
+ * filtered by `is_template=True` or template-related keywords presence in the description ("template", "boilerplate", "starter", "skeleton", "blueprint", "scaffold", "pattern", "seed", "example", "demo", "sample", "showcase", "illustration", "exemplar", "use case","prototype")
99
+
100
+ You can find all scripts to reproduce dataset collection in our [GitHub ](https://github.com/JetBrains-Research/agents-eval) repository
101
+
102
+ ## Final Dataset Description