Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
License:
Titovs commited on
Commit
7274c22
1 Parent(s): a479ee9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -3
README.md CHANGED
@@ -1,3 +1,30 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ ---
4
+ # Dataset Summary
5
+
6
+ KStack is the bigest collection of permissvly licesed Kotlin code.
7
+
8
+ # Dataset Creation
9
+
10
+ ## Collection procedure
11
+
12
+ We collected repositories from GitHub with the main language being Kotlin, as well as repositories with Kotlin files that have received 10 or more stars (as of February 2024). Additionally, we gathered repositories with Kotlin files from Stack v1.2. Kotlin files were identified using go-enry, and include files with extensions such as .kt, .kts, and .gradle.kts. It is estimated that we have collected 97% of available Kotlin repositories as of February 2024.
13
+
14
+ ## Initial filtering
15
+ We conducted full deduplication, using the hash of file content, as well as near deduplication using the same method as in Stack v1.2. We then aggregated the files from one near-deduplicated cluster into a single file from that cluster.
16
+
17
+ ## Detecting permissive licenses
18
+ We filtered permissive repositories based on the licenses detected by GitHub, and using go-license-detector if GitHub did not have license information available.
19
+ The list of permissive licenses used in dataset could be found here.
20
+
21
+ ## Personal and Sensitive Information
22
+ We used star-pii model to filter out personal info.
23
+
24
+ ## Opt-out
25
+ If you want your data to be removed from dataset, or have any other questions, please reach out to Sergey Titov<sergey.titov@jetbrains.com>
26
+
27
+
28
+ # Comparison with the Stack
29
+
30
+ WIP