Datasets:

Modalities:
Text
Formats:
json
ArXiv:
Libraries:
Datasets
Dask
License:
ksshumab commited on
Commit
3b19b67
·
verified ·
1 Parent(s): 7702eb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -2,7 +2,7 @@
2
  license: mit
3
  ---
4
  <p align="center">
5
- 📑 <a href="" target="_blank">Paper</a> &nbsp&nbsp | &nbsp&nbsp 🔨 <a href="https://huggingface.co/hkust-nlp/PreSelect-classifier" target="_blank">fastText Classifier</a> &nbsp&nbsp | &nbsp&nbsp 🤗 <a href="https://huggingface.co/datasets/hkust-nlp/PreSelect-100B" target="_blank">Released Dataset</a> &nbsp&nbsp | &nbsp&nbsp 📦 <a href="https://github.com/hkust-nlp/preselect" target="_blank">Repo</a>
6
  <br>
7
  </p>
8
 
@@ -15,6 +15,15 @@ Trianing using PreSelect curated dataset achieve superior results than other dat
15
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/641c9662043963b1c0a1df52/_2eDuE5K06giMepA_lNSp.png)
16
 
17
  ### Citation
18
-
 
 
 
 
 
 
 
 
 
19
 
20
 
 
2
  license: mit
3
  ---
4
  <p align="center">
5
+ 📑 <a href="https://arxiv.org/abs/2503.00808" target="_blank">Paper</a> &nbsp&nbsp | &nbsp&nbsp 🔨 <a href="https://huggingface.co/hkust-nlp/preselect-fasttext-classifier" target="_blank">fastText Classifier</a> &nbsp&nbsp | &nbsp&nbsp 🤗 <a href="https://huggingface.co/datasets/hkust-nlp/PreSelect-100B" target="_blank">Released Dataset</a> &nbsp&nbsp | &nbsp&nbsp 📦 <a href="https://github.com/hkust-nlp/PreSelect" target="_blank">Repo</a>
6
  <br>
7
  </p>
8
 
 
15
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/641c9662043963b1c0a1df52/_2eDuE5K06giMepA_lNSp.png)
16
 
17
  ### Citation
18
+ If you find this work helpful, please kindly cite as:
19
+ ```
20
+ @article{shum2025predictivedataselectiondata,
21
+ title={Predictive Data Selection: The Data That Predicts Is the Data That Teaches},
22
+ author={Kashun Shum and Yuzhen Huang and Hongjian Zou and Ding Qi and Yixuan Liao and Xiaoxin Chen and Qian Liu and Junxian He},
23
+ journal={arXiv preprint arXiv:2503.00808},
24
+ year={2025},
25
+ eprint={2503.00808},
26
+ }
27
+ ```
28
 
29