Datasets:

Modalities:
Tabular
Text
Formats:
parquet
Languages:
code
ArXiv:
Tags:
License:
Titovs commited on
Commit
efb7561
1 Parent(s): 21eccb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -77,10 +77,10 @@ In the table below one can find the comparsion of the between Kotlin part of the
77
  # Dataset Creation
78
 
79
  ## Collection procedure
80
- 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.
81
 
82
  ## Initial filtering
83
- 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.
84
 
85
  ## Detecting permissive licenses
86
  We filtered permissive repositories based on the licenses detected by GitHub, and using go-license-detector if GitHub did not have license information available.
 
77
  # Dataset Creation
78
 
79
  ## Collection procedure
80
+ 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](https://github.com/go-enry/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.
81
 
82
  ## Initial filtering
83
+ We conducted full deduplication, using the hash of file content, as well as near deduplication using the same method as in [Stack v1.2](https://arxiv.org/pdf/2211.15533). We then aggregated the files from one near-deduplicated cluster into a single file from that cluster.
84
 
85
  ## Detecting permissive licenses
86
  We filtered permissive repositories based on the licenses detected by GitHub, and using go-license-detector if GitHub did not have license information available.