CitationDatabase
收藏资源简介:
这个数据集包含了PubMed索引的2万篇与神经科学相关的文章的元数据和引用信息。数据集旨在用于与科学计量学、科学影响力预测、引用分析和生物医学文献的自然语言处理相关的任务。数据集中的一半文章在发表后的前五年内被引用,另一半则没有。
This dataset contains metadata and citation information for 20,000 neuroscience-related articles indexed by PubMed. The dataset is intended for tasks related to scientometrics, scientific impact prediction, citation analysis, and natural language processing of biomedical literature. Half of the articles in the dataset have been cited within the first five years after publication, while the other half have not.
PubMed Citations Dataset 概述
数据集基本信息
- 许可证: Apache-2.0
- 任务类别: 文本分类
- 语言: 英语
- 标签: 生物学、医学
- 规模: 10K<n<100K
数据集描述
- 内容: 包含20,000篇PubMed索引的神经科学相关文章的元数据和引用信息。
- 用途: 适用于文献计量学、科学影响力预测、引用分析和生物医学文献的自然语言处理任务。
- 特点: 其中一半文章在发表后五年内被引用,另一半未被引用。
数据集结构
- 格式: CSV
- 条目数: 20,000
- 列数: 8
列信息
| 列名 | 描述 | 类型 |
|---|---|---|
pmid |
PubMed ID(文章唯一标识符) | int64 |
title |
文章标题 | string |
abstract |
文章摘要文本 | string |
journal |
发表文章的期刊 | string |
pub_year |
发表年份 | int64 |
pub_month |
发表月份 | int64 |
citation_count_within_one_year |
发表后一年内的引用次数(来自OpenCitations API) | float64 |
citation_count_within_five_years |
发表后五年内的引用次数(来自OpenCitations API) | float64 |
示例条目
json { "pmid": 27466332, "title": "Catecholaminergic Neuromodulation Shapes Intrinsic MRI Functional Connectivity in the Human Brain", "abstract": "The brain commonly exhibits spontaneous (i.e.,...", "journal": "The Journal of neuroscience", "pub_year": 2016, "pub_month": 7, "citation_count_within_one_year": 8.0, "citation_count_within_five_years": 51.0 }
数据来源
- 原始来源: PubMed
- 引用计数来源: OpenCitations API
- 许可证: 请在使用前检查PubMed和OpenCitations的使用条款。
预期用途
- 基于文章元数据和摘要预测引用次数。
- 研究文章内容与引用模式之间的关系。
- 生物医学摘要上的NLP模型基准测试。
数据集创建
- 从PubMed中采样文章。
- 使用OpenCitations API收集每篇文章的引用计数。
- 清理数据以确保所有条目字段完整。
数据分割
无预定义分割。用户可根据需要创建分割(如训练/测试/验证集)。
使用示例(Python/Huggingface Datasets)
python from datasets import load_dataset dataset = load_dataset( "rudyvdbrink/CitationDatabase", data_files="NeuroscienceCitationDatabase.json", )
局限性
- 仅包含具有完整元数据和引用数据的文章。
- 引用数据来自OpenCitations,可能不全面。
- 摘要可能包含格式伪影。
引用
使用此数据集时,请适当引用文章作者。
联系方式




