codewaly commited on
Commit
d1bb3fb
·
verified ·
1 Parent(s): bf9947a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -42
README.md CHANGED
@@ -132,48 +132,6 @@ configs:
132
  ---
133
  =====================README====================
134
 
135
- ---
136
- dataset_info:
137
- description: |
138
- Polyvore‑1000 is a curated fashion dataset derived from the Maryland Polyvore dataset (Polyvore‑U), enriched with local images and structured for personalized recommendation tasks.
139
- citation:
140
- - "@inproceedings{han2017learning, author = {Han, Xintong and Wu, Zuxuan and Jiang, Yu‑Gang and Davis, Larry S}, title = {Learning Fashion Compatibility with Bidirectional LSTMs}, booktitle = {ACM Multimedia}, year = {2017}}"
141
- - "@inproceedings{lu2019learning, author = {Lu, Zhi and Hu, Yang and Jiang, Yunchao and Chen, Yan and Zeng, Bing}, title = {Learning Binary Code for Personalized Fashion Recommendation}, booktitle = {CVPR}, year = {2019}}"
142
- - "@misc{polyvore_original, title = {Polyvore – social fashion platform (archived)}, howpublished = {https://www.polyvore.com}, note = {Inspiration for dataset}}"
143
-
144
- dataset_creator:
145
- - name: Xintong Han, Zuxuan Wu, Yu‑Gang Jiang, Larry S. Davis
146
- affiliation: University of Maryland
147
- contribution: Creators of the original Polyvore‑U splits used in the ACM MM 2017 study on fashion compatibility.
148
- - name: Zhi Lu, Yang Hu, Yunchao Jiang, Yan Chen, Bing Zeng
149
- affiliation: University of Electronic Science and Technology of China
150
- contribution: Developed binary-code-based fashion recommendation algorithms using Polyvore‑U in CVPR 2019.
151
- features:
152
- items:
153
- item_id: string
154
- master_category: string
155
- product_name: string
156
- price: float
157
- image: Image(path=str)
158
- release_date: string
159
- kits:
160
- kit_id: string
161
- kit_name: string
162
- description: string
163
- user_id: string
164
- image: Image(path=str)
165
- views: int
166
- likes: int
167
- date: string
168
- users:
169
- user_id: string
170
- user_name: string
171
- interactions:
172
- user_id: string
173
- item_id: string
174
- interaction_type: string
175
- date: string
176
- ---
177
 
178
  # Polyvore‑1000 Dataset
179
 
@@ -219,3 +177,9 @@ kits_ds = load_dataset("codewaly/polyvore1000", "kits", split="valid")
219
  users_ds = load_dataset("codewaly/polyvore1000", "users")
220
  interactions_ds = load_dataset("codewaly/polyvore1000", "interactions")
221
 
 
 
 
 
 
 
 
132
  ---
133
  =====================README====================
134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
135
 
136
  # Polyvore‑1000 Dataset
137
 
 
177
  users_ds = load_dataset("codewaly/polyvore1000", "users")
178
  interactions_ds = load_dataset("codewaly/polyvore1000", "interactions")
179
 
180
+
181
+ Références
182
+
183
+ . Han, X., et al. (2017). Learning Fashion Compatibility with Bidirectional LSTMs. ACM Multimedia.
184
+
185
+ . Lu, Z., et al. (2019). Learning Binary Code for Personalized Fashion Recommendation. CVPR.