Loïck commited on
Commit
894ef92
·
verified ·
1 Parent(s): 8214ee2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -526,4 +526,29 @@ configs:
526
  data_files:
527
  - split: train
528
  path: data/train-*
 
 
 
 
 
529
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
526
  data_files:
527
  - split: train
528
  path: data/train-*
529
+ task_categories:
530
+ - text-classification
531
+ - text-retrieval
532
+ language:
533
+ - fra
534
  ---
535
+
536
+ ## Description
537
+ Cleaned version of the `Digital Music` subset (`metadata` folder) of [XMRec dataset](https://xmrec.github.io/data/fr/).
538
+ In particular, we have made the images available as PILs.
539
+
540
+ Possible use cases are :
541
+ - text classification, using the `categories` column as a label
542
+ - product recommendation using the `related` column
543
+ - 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/))
544
+
545
+
546
+ ## Original paper citation
547
+ ```
548
+ @inproceedings{bonab2021crossmarket,
549
+ author = {Bonab, Hamed and Aliannejadi, Mohammad and Vardasbi, Ali and Kanoulas, Evangelos and Allan, James},
550
+ booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
551
+ publisher = {ACM},
552
+ title = {Cross-Market Product Recommendation},
553
+ year = {2021}}
554
+ ```