Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
code
ArXiv:
Libraries:
Datasets
Dask
License:
File size: 1,744 Bytes
7274c22
9264f75
7274c22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
a515601
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
license: other
---
# Dataset Summary

KStack is the bigest collection of permissvly licesed Kotlin code.

# Dataset Creation

## Collection procedure

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.

## Initial filtering
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.

## Detecting permissive licenses
We filtered permissive repositories based on the licenses detected by GitHub, and using go-license-detector if GitHub did not have license information available. 
The list of permissive licenses used in dataset could be found here.

## Personal and Sensitive Information
We used star-pii model to filter out personal info.

## Opt-out
If you want your data to be removed from dataset, or have any other questions, please reach out to Sergey Titov<[email protected]>


# Comparison with the Stack

In the table below one can find the comparsion of the between Kotlin part of the Stack v2 and KStack

|              | Files | Repositories | Lines | Tokens |
|--------------|-------|--------------|-------|--------|
| The Stack v2 | 2M    | 109457       | 162M  | 1.7B   |
| Kstack       | 4M    | 169045       | 292M  | 3.1B   |