Skip to content

Commit af3f9a3

Browse files
authored
Update README.md
1 parent ec8e257 commit af3f9a3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Diff for: README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
This is the code reference for the main process of **SampleLLM**. The codes merely serve as a process reference and cannot run directly.
1+
# Introduction
2+
This is the code reference for the main process of **SampleLLM** accepted by WWW'25 Industry Track. The codes merely serve as a process reference and cannot run directly.
23
- data_generation is for the first stage (generating LLM-based samples)
34
- sampling is for the second stage (feature attribution-based importance sampling)
5+
6+
# Citation
7+
If you feel our work is insightful and want to use the code or cite our paper, please add the following citation to your paper references.
8+
9+
```
10+
@article{gao2025samplellm,
11+
title={SampleLLM: Optimizing Tabular Data Synthesis in Recommendations},
12+
author={Gao, Jingtong and Du, Zhaocheng and Li, Xiaopeng and Zhao, Xiangyu and Wang, Yichao and Li, Xiangyang and Guo, Huifeng and Tang, Ruiming},
13+
journal={arXiv preprint arXiv:2501.16125},
14+
year={2025}
15+
}
16+
```

0 commit comments

Comments
 (0)