File size: 4,301 Bytes
44db9b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aadf52c
 
 
 
ea7ebe5
 
 
 
 
 
 
44db9b2
ea7ebe5
44db9b2
ea7ebe5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
---
dataset_info:
  features:
  - name: asin
    dtype: string
  - name: category
    dtype: string
  - name: img_url
    dtype: string
  - name: title
    dtype: string
  - name: feature-bullets
    sequence: string
  - name: tech_data
    sequence:
      sequence: string
  - name: labels
    dtype: string
  - name: tech_process
    dtype: string
  splits:
  - name: train
    num_bytes: 75797
    num_examples: 20
  download_size: 62474
  dataset_size: 75797
license: cc-by-nc-4.0
task_categories:
- text-generation
language:
- en
size_categories:
- n<1K
---
# Dataset Card for "amazon-product-data-filter"

## Dataset Description

- **Homepage:** [τenai.io - AI Consulting](https://www.tenai.io/)
- **Point of Contact:** [Iftach Arbel](mailto:ia@momentum-ai.io)

### Dataset Summary

The Amazon Product Dataset contains product listing data from the Amazon US website. It can be used for various NLP and classification tasks, such as text generation, product type classification, attribute extraction, image recognition and more. 

**NOTICE:** This is a sample of the full [Amazon Product Dataset](https://huggingface.co/datasets/iarbel/amazon-product-data-filter), which contains 1K examples. Follow the link to gain access to the full dataset.

### Languages

The text in the dataset is in English.

## Dataset Structure

### Data Instances

Each data point provides product information, such as ASIN (Amazon Standard Identification Number), title, feature-bullets, and more.

### Data Fields

- `asin`: Amazon Standard Identification Number.
- `category`: The product category. This field represents the search-string used to obtain the listing, it is not the product category as appears on Amazon.com.
- `img_url`: Main image URL from the product page.
- `title`: Product title, as appears on the product page.
- `feature-bullets`: Product feature-bullets list, as they appear on the product page.
- `tech_data`: Product technical data (material, style, etc.), as they appear on the product page. Structured as a list of tuples, where the first element is a feature (e.g. material) and the second element is a value (e.g. plastic).
- `labels`: A processed instance of `feature-bullets` field. The original feature-bullets were aligned to form a standard structure with a capitalized prefix, remove emojis, etc. Finally, the list items were concatenated to a single string with a `\n` seperator.
- `tech_process`: A processed instance of `tech_data` field. The original tech data was filtered and transformed from a `(key, value)` structure to a natural language text.

### Data Splits

The sample dataset has 20 train examples. For the full dataset cilck [here](https://huggingface.co/datasets/iarbel/amazon-product-data-filter).

## Dataset Creation

### Curation Rationale

This dataset was built to provide high-quality data in the e-commerce domain, and fine-tuning LLMs for specific tasks. Raw, unstractured data was collected from Amazom.com, parsed, processed, and filtered using various techniques (annotations, rule-based, models).

### Source Data

#### Initial Data Collection and Normalization

The data was obtained by collected raw HTML data from Amazom.com.

### Annotations

The dataset does not contain any additional annotations.

### Personal and Sensitive Information

There is no personal information in the dataset.

## Considerations for Using the Data

### Social Impact of Dataset

To the best of our knowledge, there is no social impact for this dataset. The data is highly technical, and usage for product text-generation or classification does not pose a risk.

### Other Known Limitations

The quality of product listings may vary, and may not be accurate.

## Additional Information

### Dataset Curators

The dataset was collected and curated by [Iftach Arbel](mailto:ia@momentum-ai.io).

### Licensing Information

The dataset is available under the [Creative Commons NonCommercial (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/legalcode).

### Citation Information

```
@misc{amazon_product_filter,
  author = {Iftach Arbel},
  title = {Amazon Product Dataset Sample},
  year = {2023},
  publisher = {Huggingface},
  journal = {Huggingface dataset},
  howpublished = {https://huggingface.co/datasets/iarbel/amazon-product-data-sample},
}
```