Titovs commited on
Commit
5d9efa4
1 Parent(s): 2b55bf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -180,3 +180,13 @@ configs:
180
  - split: train
181
  path: data/train-*
182
  ---
 
 
 
 
 
 
 
 
 
 
 
180
  - split: train
181
  path: data/train-*
182
  ---
183
+
184
+
185
+ # Dataset Summary
186
+ The dataset contains 25000 Kotlin code samples selected from [KStack](https://huggingface.co/datasets/JetBrains/KStack) dataset. The selection is performed based on the value of the code for learning algorithmic concepts in Kotlin.
187
+
188
+ # Dataset Collection Procedure
189
+ The filtering is performed using zero-shot quality estimation based on [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2). The model is prompted to determine which of two files has higher "educational value for learning algorithms in Kotlin". The results of the comparisons are averaged and used to train a binary classifier based on [CodeT5p-220m](https://huggingface.co/Salesforce/codet5p-220m). The binary classifier is then applied to the entire KStack to obtain scores for each sample in the dataset. The log-probability of the classifier prediction used as a criterion of the selection.
190
+
191
+ # Opt-out
192
+ 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