five

gfissore/arxiv-abstracts-2021

收藏
Hugging Face2022-10-27 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/gfissore/arxiv-abstracts-2021
下载链接
链接失效反馈
官方服务:
资源简介:
--- annotations_creators: - no-annotation language_creators: - expert-generated language: - en license: - cc0-1.0 multilinguality: - monolingual pretty_name: arxiv-abstracts-2021 size_categories: - 1M<n<10M source_datasets: [] task_categories: - summarization - text-retrieval - text2text-generation task_ids: - explanation-generation - text-simplification - document-retrieval - entity-linking-retrieval - fact-checking-retrieval --- # Dataset Card for arxiv-abstracts-2021 ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-instances) - [Data Splits](#data-instances) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) ## Dataset Description - **Homepage:** [Needs More Information] - **Repository:** [Needs More Information] - **Paper:** [Clement et al., 2019, On the Use of ArXiv as a Dataset, https://arxiv.org/abs/1905.00075](https://arxiv.org/abs/1905.00075) - **Leaderboard:** [Needs More Information] - **Point of Contact:** [Giancarlo Fissore](mailto:giancarlo.fissore@gmail.com) ### Dataset Summary A dataset of metadata including title and abstract for all arXiv articles up to the end of 2021 (~2 million papers). Possible applications include trend analysis, paper recommender engines, category prediction, knowledge graph construction and semantic search interfaces. In contrast to [arxiv_dataset](https://huggingface.co/datasets/arxiv_dataset), this dataset doesn't include papers submitted to arXiv after 2021 and it doesn't require any external download. ### Supported Tasks and Leaderboards [Needs More Information] ### Languages English ## Dataset Structure ### Data Instances Here's an example instance: ``` { "id": "1706.03762", "submitter": "Ashish Vaswani", "authors": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion\n Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin", "title": "Attention Is All You Need", "comments": "15 pages, 5 figures", "journal-ref": null, "doi": null, "abstract": " The dominant sequence transduction models are based on complex recurrent or\nconvolutional neural networks in an encoder-decoder configuration. The best\nperforming models also connect the encoder and decoder through an attention\nmechanism. We propose a new simple network architecture, the Transformer, based\nsolely on attention mechanisms, dispensing with recurrence and convolutions\nentirely. Experiments on two machine translation tasks show these models to be\nsuperior in quality while being more parallelizable and requiring significantly\nless time to train. Our model achieves 28.4 BLEU on the WMT 2014\nEnglish-to-German translation task, improving over the existing best results,\nincluding ensembles by over 2 BLEU. On the WMT 2014 English-to-French\ntranslation task, our model establishes a new single-model state-of-the-art\nBLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction\nof the training costs of the best models from the literature. We show that the\nTransformer generalizes well to other tasks by applying it successfully to\nEnglish constituency parsing both with large and limited training data.\n", "report-no": null, "categories": [ "cs.CL cs.LG" ], "versions": [ "v1", "v2", "v3", "v4", "v5" ] } ``` ### Data Fields These fields are detailed on the [arXiv](https://arxiv.org/help/prep): - `id`: ArXiv ID (can be used to access the paper) - `submitter`: Who submitted the paper - `authors`: Authors of the paper - `title`: Title of the paper - `comments`: Additional info, such as number of pages and figures - `journal-ref`: Information about the journal the paper was published in - `doi`: [Digital Object Identifier](https://www.doi.org) - `report-no`: Report Number - `abstract`: The abstract of the paper - `categories`: Categories / tags in the ArXiv system ### Data Splits No splits ## Dataset Creation ### Curation Rationale For about 30 years, ArXiv has served the public and research communities by providing open access to scholarly articles, from the vast branches of physics to the many subdisciplines of computer science to everything in between, including math, statistics, electrical engineering, quantitative biology, and economics. This rich corpus of information offers significant, but sometimes overwhelming, depth. In these times of unique global challenges, efficient extraction of insights from data is essential. The `arxiv-abstracts-2021` dataset aims at making the arXiv more easily accessible for machine learning applications, by providing important metadata (including title and abstract) for ~2 million papers. ### Source Data #### Initial Data Collection and Normalization [More Information Needed] #### Who are the source language producers? The language producers are members of the scientific community at large, but not necessarily affiliated to any institution. ### Annotations #### Annotation process [N/A] #### Who are the annotators? [N/A] ### Personal and Sensitive Information The full names of the papers' authors are included in the dataset. ## Considerations for Using the Data ### Social Impact of Dataset [More Information Needed] ### Discussion of Biases [More Information Needed] ### Other Known Limitations [More Information Needed] ## Additional Information ### Dataset Curators The original data is maintained by [ArXiv](https://arxiv.org/) ### Licensing Information The data is under the [Creative Commons CC0 1.0 Universal Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/) ### Citation Information ``` @misc{clement2019arxiv, title={On the Use of ArXiv as a Dataset}, author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi}, year={2019}, eprint={1905.00075}, archivePrefix={arXiv}, primaryClass={cs.IR} } ```

annotations_creators: - 无注释 language_creators: - 专家生成 language: - en license: - cc0-1.0 multilinguality: - 单语言 pretty_name: arxiv-abstracts-2021 size_categories: - 100万<n<1000万 source_datasets: [] task_categories: - 文本摘要 - 文本检索 - 文本到文本生成 task_ids: - 解释生成 - 文本简化 - 文档检索 - 实体链接检索 - 事实核查检索 # arxiv-abstracts-2021 数据集卡片 ## 目录 - [数据集描述](#dataset-description) - [数据集概述](#dataset-summary) - [支持的任务与排行榜](#supported-tasks-and-leaderboards) - [语言](#languages) - [数据集结构](#dataset-structure) - [数据实例](#data-instances) - [数据字段](#data-fields) - [数据划分](#data-splits) - [数据集构建](#dataset-creation) - [构建初衷](#curation-rationale) - [源数据](#source-data) - [注释](#annotations) - [个人与敏感信息](#personal-and-sensitive-information) - [数据集使用注意事项](#considerations-for-using-the-data) - [数据集的社会影响](#social-impact-of-dataset) - [偏差讨论](#discussion-of-biases) - [其他已知局限性](#other-known-limitations) - [附加信息](#additional-information) - [数据集维护者](#dataset-curators) - [许可信息](#licensing-information) - [引用信息](#citation-information) ## 数据集描述 - **主页:** [需要补充更多信息] - **代码仓库:** [需要补充更多信息] - **相关论文:** [Clement等人,2019,《将ArXiv用作数据集》,https://arxiv.org/abs/1905.00075](https://arxiv.org/abs/1905.00075) - **排行榜:** [需要补充更多信息] - **联系人:** [吉安卡洛·菲索雷(Giancarlo Fissore)](mailto:giancarlo.fissore@gmail.com) ### 数据集概述 本数据集收录了截至2021年底的所有arXiv论文的元数据,包括标题与摘要,总计约200万篇论文。其潜在应用场景包括趋势分析、论文推荐引擎、分类预测、知识图谱构建以及语义搜索界面。 与[arxiv_dataset](https://huggingface.co/datasets/arxiv_dataset)相比,本数据集不包含2021年后提交至arXiv的论文,且无需额外外部下载。 ### 支持的任务与排行榜 [需要补充更多信息] ### 语言 英语 ## 数据集结构 ### 数据实例 以下为一个数据实例示例: { "id": "1706.03762", "submitter": "Ashish Vaswani", "authors": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin", "title": "Attention Is All You Need", "comments": "15页,5幅图表", "journal-ref": null, "doi": null, "abstract": "当前主流的序列转换模型均基于编码器-解码器架构下的复杂循环或卷积神经网络。性能最优的模型还会通过注意力机制连接编码器与解码器。我们提出了一种全新的简易网络架构——仅基于注意力机制的Transformer(Transformer),完全摒弃了循环与卷积操作。针对两项机器翻译任务的实验表明,该模型在质量上更具优势,同时具备更强的并行性,且训练所需时间显著缩短。我们的模型在WMT 2014英德翻译任务上取得了28.4的BLEU值,相较现有最优结果(包括集成模型)提升了超过2个BLEU点。在WMT 2014英法翻译任务上,我们的模型在8块GPU上训练3.5天后,取得了41.8的BLEU值,创下了全新的单模型最优成绩,其训练成本仅为现有顶尖模型的一小部分。我们还证明,Transformer可以很好地泛化至其他任务:通过在英语成分句法分析任务上的实验,无论训练数据规模充足还是有限,该模型均能取得良好效果。", "report-no": null, "categories": [ "cs.CL cs.LG" ], "versions": [ "v1", "v2", "v3", "v4", "v5" ] } ### 数据字段 各字段的详细说明可参考[arXiv](https://arxiv.org/help/prep)官方文档: - `id`: arXiv论文ID(可用于访问对应论文) - `submitter`: 论文提交者 - `authors`: 论文作者列表 - `title`: 论文标题 - `comments`: 补充信息,例如页数与图表数量 - `journal-ref`: 论文发表期刊相关信息 - `doi`: 数字对象标识符(Digital Object Identifier,DOI) - `report-no`: 报告编号 - `abstract`: 论文摘要 - `categories`: arXiv系统中的分类/标签 ### 数据划分 无数据划分 ## 数据集构建 ### 构建初衷 近30年来,arXiv一直为公众与科研社群提供开放获取的学术论文资源,覆盖从物理学各分支、计算机科学诸多子领域,到数学、统计学、电气工程、定量生物学、经济学等中间学科的海量学术内容。这一丰富的信息宝库蕴含巨大价值,但也可能带来信息过载的问题。在当前全球面临独特挑战的时代,高效从数据中提取洞察至关重要。`arxiv-abstracts-2021`数据集旨在通过为约200万篇论文提供核心元数据(包括标题与摘要),让arXiv更易于适配机器学习应用。 ### 源数据 #### 初始数据收集与标准化 [需要补充更多信息] #### 源语言生产者是谁? 源语言生产者为全球科研人员群体,但未必隶属于任何机构。 ### 注释 #### 注释流程 无(N/A) #### 注释者是谁? 无(N/A) ### 个人与敏感信息 本数据集包含论文作者的完整姓名。 ## 数据集使用注意事项 ### 数据集的社会影响 [需要补充更多信息] ### 偏差讨论 [需要补充更多信息] ### 其他已知局限性 [需要补充更多信息] ## 附加信息 ### 数据集维护者 原始数据由[ArXiv](https://arxiv.org/)维护。 ### 许可信息 本数据集采用[Creative Commons CC0 1.0 通用公共领域贡献协议](https://creativecommons.org/publicdomain/zero/1.0/)。 ### 引用信息 @misc{clement2019arxiv, title={On the Use of ArXiv as a Dataset}, author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi}, year={2019}, eprint={1905.00075}, archivePrefix={arXiv}, primaryClass={cs.IR} }
提供机构:
gfissore
原始信息汇总

数据集卡片 for arxiv-abstracts-2021

数据集描述

数据集摘要

一个包含截至2021年底所有arXiv文章的元数据(包括标题和摘要)的数据集(约200万篇论文)。可能的应用包括趋势分析、论文推荐引擎、类别预测、知识图谱构建和语义搜索接口。

arxiv_dataset相比,该数据集不包括2021年之后提交给arXiv的论文,并且不需要任何外部下载。

支持的任务和排行榜

[需要更多信息]

语言

英语

数据集结构

数据实例

以下是一个示例实例: json {
"id": "1706.03762", "submitter": "Ashish Vaswani", "authors": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, Illia Polosukhin", "title": "Attention Is All You Need", "comments": "15 pages, 5 figures", "journal-ref": null, "doi": null, "abstract": " The dominant sequence transduction models are based on complex recurrent or convolutional neural
networks in an encoder-decoder configuration. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention
mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show
these models to be superior in quality while being more parallelizable and requiring significantly less time to
train. Our model achieves 28.4 BLEU on the WMT 2014 English-to-German translation task, improving over the existing
best results, including ensembles by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model
establishes a new single-model state-of-the-art BLEU score of 41.8 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature. We show that the Transformer generalizes well to other tasks by applying it successfully to English constituency parsing both with large and limited training
data. ", "report-no": null, "categories": [
"cs.CL cs.LG" ],
"versions": [
"v1", "v2", "v3", "v4", "v5" ] }

数据字段

这些字段在arXiv上有详细说明:

  • id: ArXiv ID(可用于访问论文)
  • submitter: 提交论文的人
  • authors: 论文的作者
  • title: 论文的标题
  • comments: 附加信息,如页数和图表
  • journal-ref: 论文发表的期刊信息
  • doi: 数字对象标识符
  • report-no: 报告编号
  • abstract: 论文的摘要
  • categories: ArXiv系统中的类别/标签

数据分割

无分割

数据集创建

策划理由

近30年来,arXiv一直为公众和研究社区提供开放访问学术文章的服务,从物理学的广大分支到计算机科学的许多子学科,再到包括数学、统计学、电气工程、定量生物学和经济学的各个领域。这个丰富的信息库提供了显著但有时令人难以承受的深度。在这些独特的全球挑战时期,从数据中有效提取见解至关重要。arxiv-abstracts-2021数据集旨在通过提供约200万篇论文的重要元数据(包括标题和摘要),使arXiv更易于机器学习应用访问。

源数据

初始数据收集和规范化

[需要更多信息]

源语言生产者是谁?

语言生产者是科学界的大多数成员,但不一定隶属于任何机构。

注释

注释过程

[不适用]

注释者是谁?

[不适用]

个人和敏感信息

数据集中包含论文作者的全名。

使用数据集的注意事项

数据集的社会影响

[需要更多信息]

偏见的讨论

[需要更多信息]

其他已知限制

[需要更多信息]

附加信息

数据集策展人

原始数据由ArXiv维护

许可信息

数据集在Creative Commons CC0 1.0 Universal Public Domain Dedication下发布

引用信息

plaintext @misc{clement2019arxiv, title={On the Use of ArXiv as a Dataset}, author={Colin B. Clement and Matthew Bierbaum and Kevin P. OKeeffe and Alexander A. Alemi}, year={2019}, eprint={1905.00075}, archivePrefix={arXiv}, primaryClass={cs.IR} }

搜集汇总
数据集介绍
main_image_url
构建方式
arxiv-abstracts-2021数据集的构建,是基于ArXiv至2021年底的所有文章的元数据,包括标题和摘要。该数据集的构建目的是为了便于机器学习应用对ArXiv的深入挖掘,通过提供约200万篇文章的重要元数据,实现信息的有效提取和利用。
使用方法
在使用arxiv-abstracts-2021数据集时,用户可以直接访问其提供的JSON格式的数据实例。每个实例包含论文的ArXiv ID、提交者、作者、标题、摘要等信息,这些信息可用于趋势分析、论文推荐引擎、分类预测、知识图谱构建和语义搜索接口等应用。
背景与挑战
背景概述
在科学研究和学术交流的数字化时代背景下,arxiv-abstracts-2021数据集的构建旨在便捷地提供至2021年底止的约200万篇arXiv论文的标题与摘要信息。该数据集的创建,受益于ArXiv这一历经约30年为学术社群提供开放获取学术论文的服务平台。该数据集不仅为趋势分析、论文推荐引擎、类别预测、知识图谱构建以及语义搜索接口等机器学习应用提供了丰富的信息资源,同时也是Colin B. Clement等人2019年研究工作的成果体现,对于促进学术信息的结构化处理和智能分析具有重要的研究价值。
当前挑战
arxiv-abstracts-2021数据集在构建和应用过程中面临的挑战包括:数据集涵盖的论文领域广泛,涉及多个学科,如何确保跨学科的公平性和代表性是一个挑战;数据集缺乏详细的分割,可能限制其在某些机器学习任务中的应用;此外,数据集中包含作者全名等个人信息,如何在利用数据的同时保护个人隐私,避免数据滥用,也是使用该数据集时需审慎考虑的问题。
常用场景
经典使用场景
在学术研究领域,gfissore/arxiv-abstracts-2021数据集的典型应用场景在于为研究者提供了一种高效的方式来分析和检索arXiv上的预印本论文摘要。通过该数据集,研究者能够快速地获取到截至2021年的约200万篇论文的标题和摘要信息,进而进行趋势分析、文献推荐、类别预测、知识图谱构建以及语义搜索接口的开发。
解决学术问题
该数据集解决了学术研究中文献信息过载的问题,使得研究者能够从庞大的arXiv数据库中迅速筛选出相关文献,提高了学术研究的效率。此外,通过分析这些论文的标题和摘要,研究者能够洞察学术领域的最新研究动态和热点问题,为学术探索提供了方向。
实际应用
在实际应用中,gfissore/arxiv-abstracts-2021数据集被广泛应用于构建学术搜索引擎、开发智能文献推荐系统以及辅助学术研究。这些应用不仅优化了研究者的工作流程,还促进了学术信息的传播和利用。
数据集最近研究
最新研究方向
在自然语言处理领域,arxiv-abstracts-2021数据集的近期研究集中于文本摘要、信息检索和文本生成等任务。该数据集以其丰富的学术资源,为趋势分析、知识图谱构建和语义搜索接口等应用提供了坚实基础。当前,研究学者正利用此数据集探索学术文献的自动分类和推荐系统,以及通过深度学习模型对学术文章的影响力进行量化评估,这些研究对于推动学术界的知识传播与创新具有重要意义。
以上内容由遇见数据集搜集并总结生成
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作