Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
See the paper of `Leveraging Multimodal Features and Item-level User Feedback for Bundle Construction` in [arxiv](arxiv.org/abs/2310.18770) and the code in [github](https://github.com/Xiaohao-Liu/CLHE).
|
2 |
+
|
3 |
+
If you want to use our codes and datasets in your research, please cite:
|
4 |
+
|
5 |
+
```
|
6 |
+
@inproceedings{CLHE2024,
|
7 |
+
author = {Yunshan Ma and
|
8 |
+
Xiaohao Liu and
|
9 |
+
Yinwei Wei and
|
10 |
+
Zhulin Tao and
|
11 |
+
Xiang Wang and
|
12 |
+
Tat{-}Seng Chua},
|
13 |
+
title = {Leveraging Multimodal Features and Item-level User Feedback for Bundle Construction},
|
14 |
+
booktitle = {{WSDM}},
|
15 |
+
publisher = {{ACM}},
|
16 |
+
year = {2024}
|
17 |
+
}
|
18 |
+
```
|