nielsr HF Staff commited on
Commit
dd66ea2
·
verified ·
1 Parent(s): ac76181

Add link to paper, code repository, task category, and dataset description

Browse files

This PR adds a link to the paper and the code repository for this dataset. It also sets the appropriate task category and adds a description of the dataset.

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -22,4 +22,12 @@ configs:
22
  data_files:
23
  - split: train
24
  path: data/train-*
 
 
25
  ---
 
 
 
 
 
 
 
22
  data_files:
23
  - split: train
24
  path: data/train-*
25
+ task_categories:
26
+ - text-generation
27
  ---
28
+
29
+ This dataset is used in the paper [Token Cleaning: Fine-Grained Data Selection for LLM Supervised Fine-Tuning](https://huggingface.co/papers/2502.01968).
30
+
31
+ It is a collection of 50k samples constructed based on a new powerful data curation pipeline proposed by [DS2](https://openreview.net/pdf?id=DKkQtRMowq), which involves selecting data samples using quality rating scores generated by LLMs.
32
+
33
+ Code: https://github.com/JlPang863/LLM_token_selection