Update README.md
Browse files
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
<p align="center">
|
5 |
-
📑 <a href="" target="_blank">Paper</a>    |    🔨 <a href="https://huggingface.co/hkust-nlp/
|
6 |
<br>
|
7 |
</p>
|
8 |
|
@@ -15,6 +15,15 @@ Trianing using PreSelect curated dataset achieve superior results than other dat
|
|
15 |

|
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>    |    🔨 <a href="https://huggingface.co/hkust-nlp/preselect-fasttext-classifier" target="_blank">fastText Classifier</a>    |    🤗 <a href="https://huggingface.co/datasets/hkust-nlp/PreSelect-100B" target="_blank">Released Dataset</a>    |    📦 <a href="https://github.com/hkust-nlp/PreSelect" target="_blank">Repo</a>
|
6 |
<br>
|
7 |
</p>
|
8 |
|
|
|
15 |

|
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 |
|