DhairyaSarin/promotional-texts
收藏Hugging Face2024-03-13 更新2024-06-11 收录
下载链接:
https://hf-mirror.com/datasets/DhairyaSarin/promotional-texts
下载链接
链接失效反馈官方服务:
资源简介:
该数据集包含两列,分别是Question和Answer。Question列包含指令,要求模型从提供的产品描述中提取促销文本,并指定输出格式为JSON。Answer列包含相应的预期答案,该答案是一个JSON对象,包含提取的促销文本以及一个布尔值,指示是否存在促销文本。
该数据集包含两列,分别是Question和Answer。Question列包含指令,要求模型从提供的产品描述中提取促销文本,并指定输出格式为JSON。Answer列包含相应的预期答案,该答案是一个JSON对象,包含提取的促销文本以及一个布尔值,指示是否存在促销文本。
提供机构:
DhairyaSarin
原始信息汇总
数据集概述
数据结构
- 行数:2行
- 列名:
- Question:包含指导模型从提供的产品描述中分离促销文本的提示,输出格式应为JSON对象。
- Answer:对应的问题答案,为包含分离出的促销文本及一个布尔值的JSON对象,指示促销文本是否存在。
示例内容
-
Question:
您是一位擅长识别产品描述中不必要和无效值的产品经理,您需要从给定的产品描述中提取任何促销文本。产品描述为:Soft cotton cardigan finished with rib-knit cuffs and hem Shawl collar Long sleeves Button front Front welt pockets Cotton Machine wash Imported Act now before theyre all gone!,请以JSON格式返回答案,包含三个键(originalDescription -> 代表原始描述,promotionalText -> 代表从原始描述中提取的促销文本或"N/A"(如果无促销文本),foundPromotionalText -> 一个布尔值,表示促销文本是否存在)。
-
Answer: json { "originalDescription": "Soft cotton cardigan finished with rib-knit cuffs and hem Shawl collar Long sleeves Button front Front welt pockets Cotton Machine wash Imported Act now before theyre all gone!", "promotionalText": "Act now before theyre all gone!", "foundPromotionalText": true }



