Studeni commited on
Commit
df7ce1b
·
verified ·
1 Parent(s): c275143

Update README.md

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