Studeni commited on
Commit
96c88b5
·
verified ·
1 Parent(s): 0f08b12

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -94,4 +94,47 @@ filtered_reviews = load_dataset(
94
  split="train",
95
  )
96
  ```
97
- **📎 Note:** You can set any file or list of files from the "filtered" directory as the "data_files" argument.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  split="train",
95
  )
96
  ```
97
+ **📎 Note:** You can set any file or list of files from the "filtered" directory as the "data_files" argument.
98
+
99
+ ## Citation
100
+
101
+ ### Amazon Reviews 2023
102
+ ```bibtex
103
+ @article{hou2024bridging,
104
+ title={Bridging language and items for retrieval and recommendation},
105
+ author={Hou, Yupeng and Li, Jiacheng and He, Zhankui and Yan, An and Chen, Xiusi and McAuley, Julian},
106
+ journal={arXiv preprint arXiv:2403.03952},
107
+ year={2024}
108
+ }
109
+ ```
110
+ ### Amazon Reviews 2018
111
+ ```bibtex
112
+ @inproceedings{ni2019justifying,
113
+ title={Justifying recommendations using distantly-labeled reviews and fine-grained aspects},
114
+ author={Ni, Jianmo and Li, Jiacheng and McAuley, Julian},
115
+ booktitle={Proceedings of the 2019 conference on empirical methods in natural language processing and the 9th international joint conference on natural language processing (EMNLP-IJCNLP)},
116
+ pages={188--197},
117
+ year={2019}
118
+ }
119
+ ```
120
+
121
+ ### Amazon Reviews 2014
122
+ ```bibtex
123
+ @inproceedings{he2016ups,
124
+ title={Ups and downs: Modeling the visual evolution of fashion trends with one-class collaborative filtering},
125
+ author={He, Ruining and McAuley, Julian},
126
+ booktitle={proceedings of the 25th international conference on world wide web},
127
+ pages={507--517},
128
+ year={2016}
129
+ }
130
+ ```
131
+
132
+ ```bibtex
133
+ @inproceedings{mcauley2015image,
134
+ title={Image-based recommendations on styles and substitutes},
135
+ author={McAuley, Julian and Targett, Christopher and Shi, Qinfeng and Van Den Hengel, Anton},
136
+ booktitle={Proceedings of the 38th international ACM SIGIR conference on research and development in information retrieval},
137
+ pages={43--52},
138
+ year={2015}
139
+ }
140
+ ```