sage-retrieval
收藏资源简介:
该数据集包含两种配置,旨在支持学术论文引用或问答相关任务。第一种配置为open_ended,包含600个训练样本,每个样本具有以下字段:问题(question)、生成计划(generation_plan)、源论文ID(source_paper_id)、被引论文ID(cited_paper_id)、源论文标题(source_paper_title)、被引论文标题(cited_paper_title)、真实标签(ground_truth,包含最相关和相关论文列表,每篇论文包含ID、标题、摘要、语料库ID、arXiv ID和DOI)、领域(domain)、查询类型(query_type)和查询ID(query_id)。第二种配置为short_form,包含599个训练样本,每个样本具有以下字段:论文ID(paper_id)、论文标题(paper_title)、完整查询(complete_query)、真实标签(ground_truth,包含单篇论文的ID、标题、摘要、语料库ID、arXiv ID和DOI)、领域(domain)、查询类型(query_type)和查询ID(query_id)。数据集适用于引文推荐、学术问答生成、查询扩展或相关自然语言处理研究,数据规模较小,侧重于结构化学术信息。
This dataset includes two configurations designed to support academic paper citation or question-answering related tasks. The first configuration is open_ended, containing 600 training samples, each with the following fields: question, generation_plan, source_paper_id, cited_paper_id, source_paper_title, cited_paper_title, ground_truth (including lists of most relevant and relevant papers, each paper containing ID, title, abstract, corpus ID, arXiv ID, and DOI), domain, query_type, and query_id. The second configuration is short_form, containing 599 training samples, each with the following fields: paper_id, paper_title, complete_query, ground_truth (including a single papers ID, title, abstract, corpus ID, arXiv ID, and DOI), domain, query_type, and query_id. The dataset is suitable for citation recommendation, academic question answering generation, query expansion, or related natural language processing research, with a small data scale focusing on structured academic information.
数据集概述:allenai/sage-retrieval
该数据集专注于学术论文检索任务,包含 open_ended 和 short_form 两个配置。
配置一:open_ended(开放型)
- 样本数量:训练集 600 条
- 数据字段:
question:问题描述(字符串)generation_plan:生成计划(字符串)source_paper_id、cited_paper_id:源论文与被引论文ID(字符串)source_paper_title、cited_paper_title:源论文与被引论文标题(字符串)ground_truth:答案结构,包含:most_relevant:最相关论文列表(含 paperId、title、abstract、corpus_id、arxiv_id、doi)relevant:相关论文列表(字段同 most_relevant)
domain:领域(字符串)query_type:查询类型(字符串)query_id:查询ID(字符串)
- 文件大小:约 6.35 MB(下载大小约 5.70 MB)
配置二:short_form(短格式)
- 样本数量:训练集 599 条
- 数据字段:
paper_id、paper_title:论文ID与标题(字符串)complete_query:完整查询(字符串)ground_truth:答案结构(包含 paperId、title、abstract、corpus_id、arxiv_id、doi)domain:领域(字符串)query_type:查询类型(字符串)query_id:查询ID(字符串)
- 文件大小:约 1.78 MB(下载大小约 1.42 MB)
数据格式
数据集以 Hugging Face Datasets 格式存储,文件路径为:
open_ended/train-*(open_ended 配置)short_form/train-*(short_form 配置)




