Add link to paper, code repository, task category, and dataset description
Browse filesThis 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.
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
|