jhu-clsp/FollowIR-train
收藏资源简介:
--- license: apache-2.0 language: - en tags: - retrieval - information retrieval pretty_name: FollowIR-train size_categories: - 1K<n<10K --- # Dataset Summary FollowIR-train contains ~1800 query and instruction pairs, with labels for relevance (true or false). It can be used to train retrieval models to better follow instructions (see [FollowIR-7B](https://huggingface.co/jhu-clsp/FollowIR-7B)). The dataset was created by taking instruction and query pairs from all [TREC tracks](https://trec.nist.gov/) (which provides instructions as "narratives") from 1993-on that provided these instructions. Synthetic documents were then created from GPT-3.5-Turbo-1106 and filtered using Mistral-Instruct-7B-v0.2. This dataset contains the filtered instructions only. See [jhu-clsp/FollowIR-train-raw]() for the raw data before filtering. - **Repository:** [orionw/FollowIR](https://github.com/orionw/FollowIR) - **Paper:** https://arxiv.org/abs/2403.15246 - **Model Trained on the Dataset:** [jhu-clsp/FollowIR-7B](https://huggingface.co/jhu-clsp/FollowIR-7B/) The structure of the dataset is as follows: ``` { "score": the score from Mistral-Instruct-7B-v0.2 of whether it was relevant or not (1 is relevant, 0 is not) "label": the label of relevance from GPT-3.5-Turbo-1106 who created the document "id": the id from the original TREC track and the file it came from "document": the synthetic document produced by GPT-3.5-Turbo-1106 given the original instruction, query, and label "query": the query written by TREC "instruction": the instruction (or narrative) written by TREC for human annotation } ``` # Citation ```bibtex @misc{weller2024followir, title={FollowIR: Evaluating and Teaching Information Retrieval Models to Follow Instructions}, author={Orion Weller and Benjamin Chang and Sean MacAvaney and Kyle Lo and Arman Cohan and Benjamin Van Durme and Dawn Lawrie and Luca Soldaini}, year={2024}, eprint={2403.15246}, archivePrefix={arXiv}, primaryClass={cs.IR} } ```
--- 许可证:Apache-2.0 语言: - 英语 标签: - 检索 - 信息检索 展示名称:FollowIR-train 数据规模分类: - 1000 < 样本量 < 10000 --- # 数据集概述 FollowIR-train 包含约1800条查询与指令配对样本,并附带相关性二元标签(真或假)。该数据集可用于训练可更好遵循指令的检索模型(详见 [FollowIR-7B](https://huggingface.co/jhu-clsp/FollowIR-7B))。 本数据集的构建方式为:从1993年至今所有提供指令的[TREC(Text Retrieval Conference)赛道](https://trec.nist.gov/)中提取指令与查询配对数据(TREC将指令定义为“叙事文本”);随后通过GPT-3.5-Turbo-1106生成合成文档,并使用Mistral-Instruct-7B-v0.2进行筛选过滤。本数据集仅包含经过滤后的样本数据,如需查看过滤前的原始数据集,请访问 [jhu-clsp/FollowIR-train-raw]()。 - **代码仓库**:[orionw/FollowIR](https://github.com/orionw/FollowIR) - **相关论文**:https://arxiv.org/abs/2403.15246 - **基于本数据集训练的模型**:[jhu-clsp/FollowIR-7B](https://huggingface.co/jhu-clsp/FollowIR-7B/) 本数据集的结构如下: { "score": Mistral-Instruct-7B-v0.2给出的相关性评分(1代表相关,0代表不相关), "label": 由生成该合成文档的GPT-3.5-Turbo-1106标注的相关性标签, "id": 原始TREC赛道中的ID及其来源文件标识, "document": 基于原始指令、查询与标签,由GPT-3.5-Turbo-1106生成的合成文档, "query": TREC提供的查询文本, "instruction": TREC用于人工标注的指令(或叙事文本) } # 引用格式 bibtex @misc{weller2024followir, title={FollowIR: Evaluating and Teaching Information Retrieval Models to Follow Instructions}, author={Orion Weller and Benjamin Chang and Sean MacAvaney and Kyle Lo and Arman Cohan and Benjamin Van Durme and Dawn Lawrie and Luca Soldaini}, year={2024}, eprint={2403.15246}, archivePrefix={arXiv}, primaryClass={cs.IR} }
数据集概述
基本信息
- 许可证: Apache-2.0
- 语言: 英语
- 标签: 检索, 信息检索
- 美观名称: FollowIR-train
- 大小分类: 1K<n<10K
数据集内容
- 包含内容: 约1800对查询和指令配对,带有相关性标签(真或假)。
- 用途: 用于训练检索模型,以更好地遵循指令。
- 数据来源: 从1993年至今的所有TREC轨道中提取的指令和查询对,使用GPT-3.5-Turbo-1106生成合成文档,并通过Mistral-Instruct-7B-v0.2进行过滤。
数据集结构
json { "score": 相关性评分(1为相关,0为不相关), "label": 由GPT-3.5-Turbo-1106创建的文档的相关性标签, "id": 原始TREC轨道和文件来源的ID, "document": 根据原始指令、查询和标签由GPT-3.5-Turbo-1106生成的合成文档, "query": TREC编写的查询, "instruction": TREC为人类注释编写的指令(或叙述) }
引用信息
bibtex @misc{weller2024followir, title={FollowIR: Evaluating and Teaching Information Retrieval Models to Follow Instructions}, author={Orion Weller and Benjamin Chang and Sean MacAvaney and Kyle Lo and Arman Cohan and Benjamin Van Durme and Dawn Lawrie and Luca Soldaini}, year={2024}, eprint={2403.15246}, archivePrefix={arXiv}, primaryClass={cs.IR} }




