Update README.md
Browse files
README.md
CHANGED
@@ -70,4 +70,29 @@ configs:
|
|
70 |
data_files:
|
71 |
- split: train
|
72 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
73 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
data_files:
|
71 |
- split: train
|
72 |
path: data/train-*
|
73 |
+
task_categories:
|
74 |
+
- text-classification
|
75 |
+
- text-retrieval
|
76 |
+
language:
|
77 |
+
- fra
|
78 |
---
|
79 |
+
|
80 |
+
## Description
|
81 |
+
Cleaned version of the `Movies and TV` subset (`metadata` folder) of [XMRec dataset](https://xmrec.github.io/data/fr/).
|
82 |
+
In particular, we have made the images available as PILs.
|
83 |
+
|
84 |
+
Possible use cases are :
|
85 |
+
- text classification, using the `categories` column as a label
|
86 |
+
- product recommendation using the `related` column
|
87 |
+
- 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/))
|
88 |
+
|
89 |
+
|
90 |
+
## Original paper citation
|
91 |
+
```
|
92 |
+
@inproceedings{bonab2021crossmarket,
|
93 |
+
author = {Bonab, Hamed and Aliannejadi, Mohammad and Vardasbi, Ali and Kanoulas, Evangelos and Allan, James},
|
94 |
+
booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
|
95 |
+
publisher = {ACM},
|
96 |
+
title = {Cross-Market Product Recommendation},
|
97 |
+
year = {2021}}
|
98 |
+
```
|