Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,30 @@ configs:
|
|
28 |
data_files:
|
29 |
- split: train
|
30 |
path: data/train-*
|
|
|
|
|
|
|
|
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
data_files:
|
29 |
- split: train
|
30 |
path: data/train-*
|
31 |
+
task_categories:
|
32 |
+
- text-classification
|
33 |
+
language:
|
34 |
+
- fra
|
35 |
---
|
36 |
+
|
37 |
+
## Description
|
38 |
+
Cleaned version of the `Office Products` subset (`reviews` folder) of [XMRec dataset](https://xmrec.github.io/data/fr/).
|
39 |
+
|
40 |
+
Columns meaning:
|
41 |
+
- `asin` is a code which can be used as a key to merge the dataset with [XMRec_metadata_fr_Office_Products](https://huggingface.co/datasets/CATIE-AQ/XMRec_metadata_fr_Office_Products) containing all the informations about the product to which the customer review refers
|
42 |
+
- `summary` is the term used in the original dataset, can be seen as a preview of the review
|
43 |
+
- `reviewText` contains the text of the review
|
44 |
+
- `overall` is the customer's rating of the product
|
45 |
+
|
46 |
+
This dataset is intended to be used for text classification.
|
47 |
+
|
48 |
+
|
49 |
+
## Original paper citation
|
50 |
+
```
|
51 |
+
@inproceedings{bonab2021crossmarket,
|
52 |
+
author = {Bonab, Hamed and Aliannejadi, Mohammad and Vardasbi, Ali and Kanoulas, Evangelos and Allan, James},
|
53 |
+
booktitle = {Proceedings of the 30th ACM International Conference on Information \& Knowledge Management},
|
54 |
+
publisher = {ACM},
|
55 |
+
title = {Cross-Market Product Recommendation},
|
56 |
+
year = {2021}}
|
57 |
+
```
|