Update README.md
Browse files
README.md
CHANGED
|
@@ -125,7 +125,7 @@ dataset_info:
|
|
| 125 |
dtype: string
|
| 126 |
- name: Is Discontinued By Manufacturer
|
| 127 |
dtype: string
|
| 128 |
-
- name:
|
| 129 |
dtype: string
|
| 130 |
- name: Longueur (cm)
|
| 131 |
dtype: string
|
|
@@ -207,13 +207,38 @@ dataset_info:
|
|
| 207 |
dtype: string
|
| 208 |
splits:
|
| 209 |
- name: train
|
| 210 |
-
num_bytes: 371323498
|
| 211 |
num_examples: 965
|
| 212 |
download_size: 370711691
|
| 213 |
-
dataset_size: 371323498
|
| 214 |
configs:
|
| 215 |
- config_name: default
|
| 216 |
data_files:
|
| 217 |
- split: train
|
| 218 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 219 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 125 |
dtype: string
|
| 126 |
- name: Is Discontinued By Manufacturer
|
| 127 |
dtype: string
|
| 128 |
+
- name: "Langue\_:"
|
| 129 |
dtype: string
|
| 130 |
- name: Longueur (cm)
|
| 131 |
dtype: string
|
|
|
|
| 207 |
dtype: string
|
| 208 |
splits:
|
| 209 |
- name: train
|
| 210 |
+
num_bytes: 371323498
|
| 211 |
num_examples: 965
|
| 212 |
download_size: 370711691
|
| 213 |
+
dataset_size: 371323498
|
| 214 |
configs:
|
| 215 |
- config_name: default
|
| 216 |
data_files:
|
| 217 |
- split: train
|
| 218 |
path: data/train-*
|
| 219 |
+
task_categories:
|
| 220 |
+
- text-classification
|
| 221 |
+
- text-retrieval
|
| 222 |
+
language:
|
| 223 |
+
- fra
|
| 224 |
---
|
| 225 |
+
|
| 226 |
+
## Description
|
| 227 |
+
Cleaned version of the `Arts Crafts and Sewing subset` (metadata folder) of [XMRec dataset](https://xmrec.github.io/data/fr/).
|
| 228 |
+
In particular, we have made the images available as PILs.
|
| 229 |
+
|
| 230 |
+
Possible use cases are :
|
| 231 |
+
- text classification, using the `categories` column as a label
|
| 232 |
+
- product recommendation using the `related` column
|
| 233 |
+
- 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/))
|
| 234 |
+
|
| 235 |
+
|
| 236 |
+
## Original paper citation
|
| 237 |
+
```
|
| 238 |
+
@inproceedings{bonab2021crossmarket,
|
| 239 |
+
author = {Bonab, Hamed and Aliannejadi, Mohammad and Vardasbi, Ali and Kanoulas, Evangelos and Allan, James},
|
| 240 |
+
booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
|
| 241 |
+
publisher = {ACM},
|
| 242 |
+
title = {Cross-Market Product Recommendation},
|
| 243 |
+
year = {2021}}
|
| 244 |
+
```
|