Loïck commited on
Commit
7795f38
·
verified ·
1 Parent(s): 1572c57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -208,4 +208,29 @@ configs:
208
  data_files:
209
  - split: train
210
  path: data/train-*
 
 
 
 
 
211
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
208
  data_files:
209
  - split: train
210
  path: data/train-*
211
+ task_categories:
212
+ - text-classification
213
+ - text-retrieval
214
+ language:
215
+ - fra
216
  ---
217
+
218
+ ## Description
219
+ Cleaned version of the `Cell Phones and Accessories` subset (`metadata` folder) of [XMRec dataset](https://xmrec.github.io/data/fr/).
220
+ In particular, we have made the images available as PILs.
221
+
222
+ Possible use cases are :
223
+ - text classification, using the `categories` column as a label
224
+ - product recommendation using the `related` column
225
+ - hybrid text/image search (cf. [this Jina.ai blog post](https://jina.ai/news/hype-and-hybrids-multimodal-search-means-more-than-keywords-and-vectors-2/))
226
+
227
+
228
+ ## Original paper citation
229
+ ```
230
+ @inproceedings{bonab2021crossmarket,
231
+ author = {Bonab, Hamed and Aliannejadi, Mohammad and Vardasbi, Ali and Kanoulas, Evangelos and Allan, James},
232
+ booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
233
+ publisher = {ACM},
234
+ title = {Cross-Market Product Recommendation},
235
+ year = {2021}}
236
+ ```