Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
If you find our work useful, please consider citing our paper below. Thank you!
|
| 8 |
+
```
|
| 9 |
+
@inproceedings{jia2024erase,
|
| 10 |
+
title={ERASE: Benchmarking Feature Selection Methods for Deep Recommender Systems},
|
| 11 |
+
author={Jia, Pengyue and Wang, Yejing and Du, Zhaocheng and Zhao, Xiangyu and Wang, Yichao and Chen, Bo and Wang, Wanyu and Guo, Huifeng and Tang, Ruiming},
|
| 12 |
+
booktitle={Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining},
|
| 13 |
+
pages={5194--5205},
|
| 14 |
+
year={2024}
|
| 15 |
+
}
|
| 16 |
+
```
|