extended_amazon_2023_dataset
收藏资源简介:
该数据集是Amazon Reviews '23数据集的扩展版本,包含了多个类别的产品信息,如家用电器、服装鞋类和珠宝、体育和户外用品、视频游戏等。数据集经过了数据清洗和增强处理,特别是移除了没有图片的条目,并对重复图片的条目进行了处理。此外,数据集使用了LLM(大语言模型)生成了用户友好的标题、描述和特征。数据以jsonl格式提供,包含多个字段如数据来源、产品ID、图片描述等。
This dataset is an extended version of the Amazon Reviews '23 dataset, which covers product information across multiple categories including home appliances, clothing, footwear & jewelry, sports & outdoor goods, video games, and more. The dataset has undergone data cleaning and augmentation processing: specifically, entries without images have been removed, and those with duplicate images have been properly handled. Additionally, LLMs (Large Language Models) were employed to generate user-friendly titles, descriptions and product features for the dataset. The data is provided in JSONL format, containing multiple fields such as data source, product ID, image descriptions and others.
Extended Amazon 2023 Dataset 数据集概述
数据集基本信息
- 数据集名称:Extended Amazon 2023 Dataset
- 源数据集:Amazon Reviews ’23 Dataset (https://amazon-reviews-2023.github.io/)
- 语言:英语 (en)
- 许可证:CC BY 4.0 (cc-by-4.0)
- 数据格式:JSONL
- 规模类别:10M < n < 100M
- 数据条数:9,008,280 条
数据集内容与类别
本数据集是 Amazon Reviews ’23 Dataset 的扩展版本,主要包含以下四个类别的商品数据:
- Appliances
- Clothing_Shoes_and_Jewelry
- Sports_and_Outdoors
- Videos_Games
数据处理方法
- 数据清理:移除了没有图片的商品条目。
- 图像去重:将具有相同图片的商品视为同一图片进行处理。
- 数据增强:利用大语言模型(LLM)生成用户友好的商品标题和描述。生成时参考了原始标题、原始描述(若存在)、商品特征以及LLM生成的图片描述。
数据模式(Schema)
数据集采用JSONL格式,每条记录包含以下字段:
| 字段名 | 描述 |
|---|---|
data_source |
数据来源类别(例如:"Clothing, Shoes & Jewelry")。 |
product_id |
原始 Amazon Review 23 数据集中的产品ID,用于与原始数据关联。 |
image_description |
由LLM生成的图片描述。 |
title_to_display |
基于原始标题和图片描述,由LLM生成的商品标题。 |
description_to_display |
基于原始元数据和图片描述,由LLM生成的商品描述。 |
derived_features |
基于原始元数据和图片描述,由LLM生成的一组商品特征(字符串序列)。 |
数据集特征(Features)
根据 dataset_info 定义,数据集中每个样本包含以下特征:
data_source(string)product_id(string)image_description(string)title_to_display(string)description_to_display(string)derived_features(sequence: string)
应用标签
- jsonl
- text
- recommendation
- shopping
- image descriptions
- llm generated metadata




