Object_Search
收藏资源简介:
该数据集是Amazon Appliances指令条件三元组数据集,来源于Amazon Reviews 2023 Appliances元数据。数据集旨在为指令条件检索任务提供训练和评估样本,每个样本包含一个查询(query)和一个正例(positive)和一个负例(negative),每个角色均包含指令(instruction)、产品文本描述(text)和产品图片URL(image)三个字段。查询的指令是用户可能输入的搜索文本(条件化字段),而正例和负例的指令固定为represent the input,形成不对称条件化:查询嵌入受搜索指令影响,候选嵌入不受影响。数据集共4326个样本,划分为训练集(4000条)、验证集(161条)和测试集(165条),且验证集和测试集与训练集商品不重叠(种子13),确保泄漏检测严格。数据构建采用关键词启发式方法:从元数据中选取两个产品共享关键词x和y,第三个产品仅共享x,前两个分别作为查询和匹配,第三个作为非匹配;然后由视觉语言模型根据三个产品的图片和元数据生成搜索文本。注释质量极高(5000/5000接受,高置信度4998条)。数据文件包括CSV拆分文件、原始标注JSONL文件(含完整产品信息)和生成清单。该数据集可直接用于指令条件文本-图像检索任务的训练与评估。
This dataset is the Amazon Appliances Instruction-Conditioned Triplet Dataset, derived from the Amazon Reviews 2023 Appliances metadata. It is designed to provide training and evaluation samples for instruction-conditioned retrieval tasks. Each sample contains a query, a positive example, and a negative example, each consisting of three fields: instruction, product text description, and product image URL. The querys instruction is the users potential search text (conditioned field), while the instructions for the positive and negative examples are fixed as represent the input, forming asymmetric conditioning: query embeddings are influenced by the search instruction, but candidate embeddings are not. The dataset contains 4326 samples, split into training (4000), validation (161), and test (165) sets, with no product overlap between validation/test and training sets (seed 13), ensuring strict leakage detection. Data construction uses a keyword heuristic method: two products sharing keywords x and y are selected from metadata, a third product shares only x, the first two serve as query and match, and the third as non-match; then a vision-language model generates search text based on the images and metadata of the three products. Annotation quality is extremely high (5000/5000 accepted, 4998 high confidence). Data files include CSV splits, original annotation JSONL files (with full product information), and generation manifests. This dataset can be directly used for training and evaluating instruction-conditioned text-image retrieval tasks.
数据集概述:JojoQaQ/Object_Search
JojoQaQ/Object_Search 是一个基于「亚马逊评论2023-家电类目」构建的指令条件化检索三元组数据集,用于文本检索任务。
基本信息
- 任务类型:文本检索 (Text Retrieval)
- 数据规模:1K < N < 10K
- 数据来源:
McAuley-Lab/Amazon-Reviews-2023中的meta_Appliances.jsonl,以种子 0 从 88668 条扫描记录中采样获得
数据集划分
| 划分 | 行数 |
|---|---|
| 训练集 | 4000 |
| 验证集 | 161 |
| 测试集 | 165 |
防泄漏设计:使用种子 13 确保物品不相交,验证集和测试集中的任何产品均未出现在训练集中,使泄漏检查可作为硬性门槛而非警示机制。注释者接受率为 5000/5000,置信度分布为 {high: 4998, medium: 2}。
数据列说明
每个三元组包含三个角色(查询、正例、负例),每个角色含三个字段:
| 列名 | 含义 |
|---|---|
{role}_instruction |
指令文本。查询侧的指令是用户会输入的搜索语句(唯一带条件的字段);回答侧固定为 represent the input |
{role}_text |
产品序列化文本,包含标题、类别、特性、描述、详情、店铺、评分及价格等 |
{role}_image |
产品的图片 URL |
此结构设计的关键在于不对称性:查询嵌入受搜索语句条件化,而候选嵌入不受条件化。
构建方式
- 候选生成:通过关键词启发式方法——两个产品共享关键词
x和y,第三个产品仅共享x;共享两个关键词的两者分别成为查询和匹配项,第三个则作为非匹配项。角色分配由构造决定,而非模型判定。 - 搜索文本生成:视觉语言模型在观看所有三个产品图像及其元数据后,仅负责编写搜索文本。
文件结构
data/*.csv— 上述三个数据划分的 CSV 文件(查看器显示的即是此文件)raw/amazon_appliances_c3_triplet_annotations.jsonl— 注释器的原始输出,包含来源产品记录(特性、描述、详情、店铺、价格和评分)raw/amazon_appliances_c3_triplet_annotations.hub_manifest.json— 校验和与生成清单prompt/task_instructions.txt— 每一行共用的提示指令部分prompt/demonstrations.json— 少样本示例池(每行从中抽取两个示例,以triplet_id为种子保证可复现)prompt/example_prompt_*.txt— 特定行的完整提示渲染,图片已就地标记





