SearchESCI
收藏资源简介:
Search ESCI 是一个专为评论搜索任务构建的大规模测试集合,旨在为信息检索和文本排序研究提供丰富资源,类似于 MS-MARCO 数据集的设计范式。数据集包含两个核心部分:一是约 2210 万条英文评论的语料库,源自 Amazon ESCI 数据集的英文产品部分,每条评论关联到具体产品;二是由大型语言模型生成的合成查询集,其中训练集有 75,000 个查询,验证集和测试集各 12,500 个查询,每个查询都关联一个确定的正相关文档(即一条相关评论)。数据集文件结构详尽,包括核心评论语料文件(含评论ID、产品ID、用户ID、时间戳、标题、正文、评分、有用投票数和方面标签)、产品-评论和用户-评论映射文件、LLM生成的查询与答案文件、方面名称映射文件,以及用于训练、验证和测试的 TREC 格式相关性判断文件和查询数据文件。该数据集适用于文本检索和文本排序等任务,特别专注于从海量产品评论中查找相关信息。
Search ESCI is a large-scale test collection specifically constructed for review search tasks. Its core purpose is to provide rich resources for information retrieval and text ranking research, similar to the design paradigm of the MS-MARCO dataset. The dataset consists of two main parts: first, a large corpus of reviews containing approximately 22.1 million English reviews, sourced from the English product portion of the Amazon ESCI dataset, with each review linked to a specific product. Second, a synthetic query set generated by a large language model (LLM), with 75,000 queries in the training set and 12,500 queries each in the validation and test sets. Each query is associated with a definite positive relevant document (i.e., a relevant review). The dataset file structure is detailed, including: 1) a core review corpus file (corpus.jsonl) with records containing unique identifiers (id), associated product identifiers (asin), user identifiers (user), timestamps, review titles, text, 1-5 star ratings, helpful votes, and aspect labels; 2) product-review and user-review mapping files (corpus-products.jsonl, corpus-users.jsonl); 3) LLM-generated query and answer files (queries-answers.jsonl), showcasing the query generation process; 4) aspect name mapping files; and 5) TREC-format relevance judgment files (*_qrels.qrels) and query data files (*_queries.jsonl) for training, validation, and testing, with the latter containing query text and aspect labels. The dataset is suitable for text retrieval, text ranking, and similar tasks, particularly focusing on finding relevant information from massive product reviews.
数据集概述:Search ESCI
Search ESCI 是一个大型的评论搜索测试集合,旨在支持基于产品评论的检索与排序任务。
- 许可协议:CC-BY-4.0
- 任务类别:文本检索、文本排序
- 语言:英语
- 数据集规模:1000万到1亿条记录之间
- 数据构成:
- 语料库(22.1M条评论):来源于Amazon ESCI数据集的英文部分,每条评论包含以下字段:
id:唯一标识符asin:对应产品的唯一标识符(Amazon ESCI有效ID)user:评论作者的用户标识(若不可用则为空字符串)timestamp:评论发布时间(自1970年1月1日以来的毫秒数)title:评论标题text:评论正文rating:1-5星级评分helpful:其他用户标记为“有帮助”的数量(-1表示不可用)labels:方面编号与标签的键值对映射(-100表示不可用)aspects:方面标签列表(-100表示不可用)
- 查询集(共100k个查询):由大语言模型合成生成,分为训练集(75k)、验证集(12.5k)和测试集(12.5k)。每个查询关联一个正向文档(类似MS MARCO数据集)。
- 语料库(22.1M条评论):来源于Amazon ESCI数据集的英文部分,每条评论包含以下字段:
- 文件组成:
corpus.jsonl:语料库文件,每行一条JSON格式的评论记录。corpus-products.jsonl:产品与评论的映射文件,包含产品ID和关联评论ID列表。corpus-users.jsonl:用户与评论的映射文件,包含用户ID和关联评论ID列表。queries-answers.jsonl:LLM生成查询时附带的数据,每条记录包含查询ID、查询文本、以及对应的产品ID、评论ID和LLM生成的答案文本。<aspect>-mapping.json:方面名称与数值的映射文件(JSON格式)。<train/valid/test>_qrels.qrels:训练、验证和测试集的相关性判断文件(TREC格式)。<train/valid/test>_queries.jsonl:训练、验证和测试集的查询文件,每行一条JSON记录,包含查询ID、查询文本、labels和aspects字段。





