File size: 2,510 Bytes
aaefe21 85959d7 215596c 85959d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
---
language: ["en"]
tags:
- ai
- machine-learning
- deep-learning
- nlp
- computer-vision
- research-papers
- dataset
license: "cc-by-4.0"
dataset_type: "text"
size_categories:
- 1K<n<10K
task_categories:
- text-classification
- text-retrieval
- summarization
pretty_name: "AI & ML Research Papers Dataset"
---
# AI & Machine Learning Research Papers Dataset
This dataset contains a curated collection of 1296 research papers focused on advancements in Artificial Intelligence and Machine Learning. It is intended as a resource for researchers, educators, and developers to explore and analyze diverse topics within AI and ML.
---
## Dataset Summary
- **Total Papers**: 1296
- **Domains Covered**:
- Artificial Intelligence (AI)
- Machine Learning (ML)
- Deep Learning
- Natural Language Processing (NLP)
- Computer Vision
- Reinforcement Learning
- And more!
- **Sources**: Aggregated from reputable journals, conferences, and open-access archives.
- **Data Format**: JSON or CSV (check files for specific formats)
---
## Dataset Details
All the Data in Pdf formats.
## Usage Examples
This dataset can be used for various research and development purposes:
1. **Trend Analysis**: Identify emerging trends and key topics in AI and ML over time.
2. **Text Mining & NLP**: Perform topic modeling, keyword extraction, or sentiment analysis on abstracts and keywords.
3. **Citation Analysis**: Study citation patterns to identify influential works or frequently cited topics.
4. **Recommender Systems**: Develop models to recommend related papers based on topics, keywords, or citation counts.
---
## Getting Started
To use this dataset:
```bash
import subprocess
# Use subprocess.run for better practice
subprocess.run(['curl', '-L', 'https://huggingface.co/datasets/khushwant04/Research-Papers/resolve/main/research-papers.tar?download=true', '-o', 'research-papers.tar'], check=True)
subprocess.run(['tar', '-xf', 'research-papers.tar'], check=True)
```
## License
This dataset is provided for academic and research purposes. Please adhere to the licensing terms of individual papers as specified by their publishers.
---
## Citation
If you use this dataset in your research, please cite it as follows:
```bibtex
@dataset{ Research-Papers,
title = {AI & Machine Learning Research Papers Dataset},
author = {Khushwant Sanwalot},
year = {2024},
publisher = {Hugging Face},
url = {https://huggingface.co/datasets/khushwant04/Research-Papers}
}
|