Datasets:
Tasks:
Text Classification
Formats:
parquet
Sub-tasks:
topic-classification
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -116,38 +116,38 @@ The preprocessing steps were:
|
|
| 116 |
5. Saved the result as the new aslan-ng/amazon_products_2023 dataset.
|
| 117 |
|
| 118 |
## Source Data
|
| 119 |
-
|
| 120 |
-
|
| 121 |
-
|
| 122 |
|
| 123 |
All product texts (titles and descriptions) are originally authored by marketplace sellers or product manufacturers.
|
| 124 |
|
| 125 |
## Annotations
|
| 126 |
-
|
| 127 |
-
|
| 128 |
-
|
| 129 |
|
| 130 |
## Legal and Ethical Considerations
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
|
| 134 |
|
| 135 |
## Limitations
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
|
| 141 |
## Intended Uses
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
| 145 |
|
| 146 |
## License
|
| 147 |
-
|
| 148 |
-
|
| 149 |
(please verify the source dataset’s redistribution terms before rehosting).
|
| 150 |
|
| 151 |
## Maintainers
|
| 152 |
-
|
| 153 |
-
|
|
|
|
| 116 |
5. Saved the result as the new aslan-ng/amazon_products_2023 dataset.
|
| 117 |
|
| 118 |
## Source Data
|
| 119 |
+
- Original dataset: milistu/AMAZON-Products-2023
|
| 120 |
+
- Source type: Publicly available product metadata and textual data.
|
| 121 |
+
- Collection year: 2023
|
| 122 |
|
| 123 |
All product texts (titles and descriptions) are originally authored by marketplace sellers or product manufacturers.
|
| 124 |
|
| 125 |
## Annotations
|
| 126 |
+
- Annotation process: None (directly filtered and cleaned).
|
| 127 |
+
- Annotators: Dataset creator (Aslan Noorghasemi).
|
| 128 |
+
- Label reliability: Inherits from original dataset taxonomy.
|
| 129 |
|
| 130 |
## Legal and Ethical Considerations
|
| 131 |
+
- Data origin: Commercially public product listings; no private data included.
|
| 132 |
+
- License: MIT (inherits from the original dataset license).
|
| 133 |
+
- Responsible use: Product texts may reflect marketing bias or linguistic exaggeration; do not use for factual analysis or high-stakes decisions.
|
| 134 |
|
| 135 |
## Limitations
|
| 136 |
+
- Some categories may still have subtle overlaps (e.g., meta_Office_Products vs meta_Home_and_Kitchen).
|
| 137 |
+
- The dataset does not include price, brand, or image data.
|
| 138 |
+
- Ratings are static and not timestamped.
|
| 139 |
+
- Small category imbalance may persist after filtering.
|
| 140 |
|
| 141 |
## Intended Uses
|
| 142 |
+
- Educational demonstrations of text classification or regression.
|
| 143 |
+
- Lightweight benchmarking for product categorization or rating prediction models.
|
| 144 |
+
- Feature-extraction or embedding fine-tuning tasks.
|
| 145 |
|
| 146 |
## License
|
| 147 |
+
- Dataset license: MIT
|
| 148 |
+
- Source: milistu/AMAZON-Products-2023
|
| 149 |
(please verify the source dataset’s redistribution terms before rehosting).
|
| 150 |
|
| 151 |
## Maintainers
|
| 152 |
+
- Maintainer: aslan-ng
|
| 153 |
+
- Contributions: Pull requests welcome for category balancing, multilingual extensions, or integration with structured product data.
|