Shopping Queries Image Dataset (SQID)
收藏资源简介:
Shopping Queries Image Dataset (SQID) 是一个包含超过190,000个产品图像信息的数据集。它是Amazon Shopping Queries Dataset的增强版本,包含了来自真实Amazon用户的众多产品搜索查询,以及最多40个可能相关的结果和它们与搜索查询的相关性判断。该数据集可以用于支持利用图像信息改进产品搜索的研究,研究人员可以使用这个数据集来训练能够同时考虑文本和视觉信息的多模态机器学习模型,以对给定搜索查询的产品进行排名。
The Shopping Queries Image Dataset (SQID) is a comprehensive dataset containing information on over 190,000 product images. It serves as an enhanced version of the Amazon Shopping Queries Dataset, incorporating a multitude of product search queries from actual Amazon users, along with up to 40 potentially relevant results and their relevance judgments to the search queries. This dataset is instrumental in supporting research aimed at improving product search through the utilization of image information. Researchers can leverage this dataset to train multimodal machine learning models that consider both textual and visual information to rank products for given search queries.
Shopping Queries Image Dataset (SQID) 概述
数据集简介
SQID(Shopping Queries Image Dataset)是一个包含超过190,000个产品图像信息的数据集。该数据集是对Amazon Shopping Queries Dataset的扩展,原数据集包含大量真实亚马逊用户的商品搜索查询,以及最多40个潜在相关结果和相关性判断。
数据集内容
SQID通过添加图像信息和视觉嵌入,扩展了原始的Shopping Queries Dataset (SQD)。此外,还包括了查询文本的嵌入,用于基准产品排名的基准测试。
产品采样
本数据集限制在SQD的一个子集,其中small_version为1(数据集的简化版本,用于任务1),split为test(数据集的测试集),product_locale为us。因此,本数据集包含164,900个product_id。
作为补充数据,还提供了任务1数据中至少出现在2个查询判断中的其他产品的数据,product_locale为us,共计27,139个产品,以进一步增加数据覆盖范围,支持超出ESCI基准的其他应用。
图像URL抓取
从亚马逊网站抓取了156,545个(约95%的164,900个product_id)image_url。缺少image_url的产品要么无法获取有效的产品页面(通常是因为亚马逊不再销售该产品),要么显示默认的“无图像可用”图像。
文件结构
数据集包含以下四个文件:
product_image_urls.csv:包含数据集中所有product_id的图像URL。product_features.parquet:包含数据集中product_id的CLIP嵌入特征。query_features.parquet:包含数据集中查询的CLIP文本嵌入特征。supp_product_image_urls.csv:包含测试集外额外产品的图像URL,增加数据覆盖范围。
嵌入提取
使用OpenAI CLIP模型(clip-vit-large-patch14)提取图像和文本嵌入。




