CoolFace
Datasetpublic

beta3/3M_Academic_Papers_Titles_and_Abstracts

Comprehensive Academic Papers Dataset: 3M+ Research Paper Titles and Abstracts πŸ“‹ Overview This dataset is a comprehensive collection of over 3 million research paper titles and abstracts, curated and consolidated from multiple high-quality academic sources. The dataset provides a unified, clean, and standardized format for researchers, data scientists, and machine learning practitioners working on natural language processing, academic research analysis, and… See the full description on the dataset page: https://huggingface.co/datasets/beta3/3M_Academic_Papers_Titles_and_Abstracts.

sourceHugging Facecc-by-sa-4.0updated 1y agoView on Hugging Face
2likes63downloads
Dataset Card

Comprehensive Academic Papers Dataset: 3M+ Research Paper Titles and Abstracts

πŸ“‹ Overview

This dataset is a comprehensive collection of over 3 million research paper titles and abstracts, curated and consolidated from multiple high-quality academic sources. The dataset provides a unified, clean, and standardized format for researchers, data scientists, and machine learning practitioners working on natural language processing, academic research analysis, and knowledge discovery tasks.

🎯 Key Features

  • β€”3.6+ million scientific papers with titles and abstracts
  • β€”Multi-domain coverage: Physics, Mathematics, Computer Science, Biology, Medicine, and more
  • β€”Standardized format: Consistent title and abstract columns
  • β€”Quality assured: Validated using Pydantic models and cleaned of duplicates/null values
  • β€”Ready-to-use: Pre-processed and formatted for immediate analysis
  • β€”Format: CSV
  • β€”Language: English

πŸ“Š Dataset Statistics

MetricValue
Total Records~3,000,000+
Columns2 (title, abstract)
File Size4.15 GB
FormatCSV
DuplicatesRemoved
Missing ValuesRemoved

πŸ—‚οΈ Dataset Structure

cleaned_papers.csv
β”œβ”€β”€ title (string): Scientific paper title
└── abstract (string): Scientific paper abstract

πŸ”„ Data Processing Pipeline

The dataset underwent a rigorous cleaning and standardization process:

  1. 1.Data Import: Automated import from multiple sources (Kaggle API, Hugging Face)
  2. 2.Column Standardization: Mapping various column names to consistent title and abstract format
  3. 3.Data Validation: Pydantic model validation ensuring data quality
  4. 4.Duplicate Removal: Advanced deduplication based on title and abstract similarity
  5. 5.Null Value Handling: Removal of records with missing titles or abstracts
  6. 6.Quality Assurance: Final validation and statistics generation

πŸ’‘ Use Cases

This dataset is ideal for:

  • β€”Natural Language Processing: Text classification, sentiment analysis, topic modeling
  • β€”Scientific Literature Analysis: Trend analysis, domain classification, citation prediction
  • β€”Machine Learning Research: Training language models, text summarization, information extraction
  • β€”Academic Research: Bibliometric analysis, research trend identification
  • β€”Educational Applications: Building search engines, recommendation systems

πŸ”— Data Sources and Attribution

This dataset consolidates academic papers from the following sources:

Kaggle Datasets:

  1. 1.[ArXiv Scientific Research Papers Dataset](https://www.kaggle.com/datasets/sumitm004/arxiv-scientific-research-papers-dataset) by @sumitm004
  2. 2.[Cornell University ArXiv Dataset](https://www.kaggle.com/datasets/Cornell-University/arxiv) by @Cornell-University

Hugging Face Datasets:

  1. 1.[ML-ArXiv-Papers](https://huggingface.co/datasets/CShorten/ML-ArXiv-Papers) by @CShorten
  2. 2.[ArXiv Biology](https://huggingface.co/datasets/zeroshot/arxiv-biology) by @zeroshot
  3. 3.[ArXiv Data Extended](https://huggingface.co/datasets/wrapper228/arxiv_data_extended) by @wrapper228
  4. 4.[Stroke PubMed Abstracts](https://huggingface.co/datasets/Gaborandi/Stroke_pubmed_abstracts) by @Gaborandi
  5. 5.[PubMed ArXiv Abstracts Data](https://huggingface.co/datasets/brainchalov/pubmed_arxiv_abstracts_data) by @brainchalov
  6. 6.[Abstracts Cleaned](https://huggingface.co/datasets/Eitanli/abstracts_cleaned) by @Eitanli

πŸ”„ Update Schedule

This dataset represents a point-in-time consolidation. Future versions may include:

  • β€”Additional academic sources
  • β€”Extended fields (authors, publication dates, venues)
  • β€”Domain-specific subsets
  • β€”Enhanced metadata

πŸ“„ License and Usage

Please respect the individual licenses of the source datasets. This consolidated version is provided for research and educational purposes. When using this dataset:

  1. 1.Citation: Please cite this dataset and acknowledge the original data sources
  2. 2.Attribution: Credit the original dataset creators listed above
  3. 3.Compliance: Ensure compliance with individual dataset licenses
  4. 4.Academic Use: Primarily intended for non-commercial, academic, and research purposes

πŸ™ Acknowledgments

Special thanks to all the original dataset creators and the academic communities that make their research data publicly available. This work builds upon their valuable contributions to open science and knowledge sharing.


Keywords: academic papers, research abstracts, NLP, machine learning, text mining, scientific literature, ArXiv, PubMed, natural language processing, research dataset