Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,58 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Research Papers Collection
|
| 2 |
+
|
| 3 |
+
100 recent research papers from arXiv across 5 AI/data science topics.
|
| 4 |
+
|
| 5 |
+
## Dataset Overview
|
| 6 |
+
|
| 7 |
+
- **Total Papers**: 100 (20 per topic)
|
| 8 |
+
- **Source**: arXiv API
|
| 9 |
+
- **Format**: PDF files
|
| 10 |
+
- **Topics**: Generative AI, Machine Learning, Statistics, Analytics, Computer Vision
|
| 11 |
+
|
| 12 |
+
## Topics & Queries
|
| 13 |
+
|
| 14 |
+
- **Generative_AI**: `cat:cs.LG AND (generative OR diffusion OR GAN OR transformer OR GPT)`
|
| 15 |
+
- **Machine_Learning**: `cat:cs.LG OR cat:stat.ML`
|
| 16 |
+
- **Statistics**: `cat:stat.TH OR cat:stat.ME OR cat:stat.AP`
|
| 17 |
+
- **Analytics**: `cat:cs.LG AND (analytics OR prediction)`
|
| 18 |
+
- **Computer_Vision**: `cat:cs.CV`
|
| 19 |
+
|
| 20 |
+
## File Structure
|
| 21 |
+
|
| 22 |
+
```
|
| 23 |
+
{topic}_{year}_{paper_title}.pdf
|
| 24 |
+
```
|
| 25 |
+
|
| 26 |
+
Examples:
|
| 27 |
+
- `Generative_AI_2024_Large_Language_Models.pdf`
|
| 28 |
+
- `Machine_Learning_2024_Deep_Neural_Networks.pdf`
|
| 29 |
+
|
| 30 |
+
## Collection Method
|
| 31 |
+
|
| 32 |
+
1. Query arXiv API for each topic
|
| 33 |
+
2. Sort by recent submission date
|
| 34 |
+
3. Remove duplicates across all topics
|
| 35 |
+
4. Download 20 unique papers per topic
|
| 36 |
+
|
| 37 |
+
## Usage
|
| 38 |
+
|
| 39 |
+
Ideal for literature reviews, research, education, and AI/ML knowledge bases.
|
| 40 |
+
|
| 41 |
+
## Citation
|
| 42 |
+
|
| 43 |
+
```bibtex
|
| 44 |
+
@dataset{research_papers_arxiv_2025,
|
| 45 |
+
title={Research Papers Collection from arXiv},
|
| 46 |
+
year={2025},
|
| 47 |
+
publisher={Hugging Face},
|
| 48 |
+
url={https://huggingface.co/datasets/[your_username]/research_papers}
|
| 49 |
+
}
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
## License
|
| 53 |
+
|
| 54 |
+
- **Dataset**: MIT License
|
| 55 |
+
- **Individual Papers**: Retain their original arXiv licenses (typically open access)
|
| 56 |
+
|
| 57 |
+
---
|
| 58 |
+
**Tags**: `arxiv`, `research-papers`, `ai`, `machine-learning`, `pdf`
|