File size: 3,457 Bytes
8a3bb7b
 
 
c61f240
8a3bb7b
c61f240
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8a3bb7b
 
 
c61f240
 
 
 
 
 
 
8a3bb7b
 
 
c61f240
8a3bb7b
c61f240
 
 
 
8a3bb7b
 
 
 
 
c61f240
 
8a3bb7b
 
 
c61f240
8a3bb7b
c61f240
8a3bb7b
c61f240
 
 
 
 
 
 
 
 
8a3bb7b
 
 
c61f240
8a3bb7b
c61f240
 
 
 
8a3bb7b
 
 
 
 
c61f240
 
 
 
 
 
 
 
 
8a3bb7b
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
90
91
92
93
94
95
96
97
98
99
100
101
---
license: cc0-1.0
---
# πŸ§ πŸ“š ArXiv Research Papers Metadata – Finance (q-fin) & Computer Science (cs)

This repository provides two extensive and high-quality metadata datasets from [arXiv.org](https://arxiv.org), covering research papers in:

- πŸ’Έ **Quantitative Finance (q-fin)**  
- πŸ’» **Computer Science (cs)** (all subcategories)

Each dataset includes structured metadata fields and **direct PDF download links** for every paper. Together, these datasets serve as valuable resources for machine learning research, NLP model training, academic search, and more.

---

## πŸ“¦ Datasets Included

### 1. 🏦 Quantitative Finance (`q-fin`)
- πŸ“ˆ ~Thousands of finance-related papers
- βœ… Focused on high-quality papers in areas like:
  - Financial modeling
  - Market analysis
  - Algorithmic trading
  - Risk management
- 🎯 Great for domain-specific LLMs, finance QA, or economic text mining

### 2. πŸ’Ύ Computer Science (`cs`)
- πŸ“Š Includes **500,000+** papers across **all CS subfields**
- Covers:
  - Artificial Intelligence (cs.AI)
  - Machine Learning (cs.LG)
  - Natural Language Processing (cs.CL)
  - Computer Vision (cs.CV)
  - Software Engineering, Theory, Networks, and more
- βš™οΈ Ideal for LLM pretraining, summarization, or scientific search tools

---

## πŸ“‘ Features

- Direct PDF links to full papers (`pdf_link`)
- Rich metadata:
  - `title`, `authors`, `abstract`
  - `categories`, `submission date`, `arXiv ID`
  - Optional: `is_scraped` flag for tracking downloads

---

## 🧠 Use Cases

- Pretrain or fine-tune LLMs on domain-specific scientific texts
- Build citation tools or academic paper search engines
- Create offline datasets of research papers
- Academic summarization, QA, paper classification, and recommendation systems

---

## πŸ“œ License

This dataset is released under the **[CC0 1.0 Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)**.  
> You are free to copy, modify, distribute, and use this dataset for any purpose β€” even commercially β€” without needing permission.

---

## πŸ“‚ Dataset Format

Each row in the CSV files corresponds to a paper.

| Column         | Description                                       |
|----------------|---------------------------------------------------|
| `id`           | arXiv ID (unique identifier)                      |
| `title`        | Paper title                                       |
| `authors`      | Author names                                      |
| `abstract`     | Abstract text                                     |
| `categories`   | arXiv subject classification (e.g., `cs.CL`)      |
| `pdf_link`     | Direct link to the paper’s PDF                    |
| `is_scraped`   | (Optional) Indicates if the PDF was downloaded    |

---

## πŸ“ Files Included

- `qfin_metadata.csv`: Metadata for Quantitative Finance papers
- `cs_metadata.csv`: Metadata for Computer Science papers
- `qfin_downloader.ipynb`: Script to batch download finance paper PDFs
- `cs_downloader.ipynb`: Script to batch download CS paper PDFs

---

## πŸ™‹β€β™‚οΈ Maintainer

Created and maintained by **[G Gowtham]**.  
code for gether metadata and pdf's form arXiv avlible at [git hub](https://github.com/Gowthamcopilot/arxiv_papers) 
Feel free to contribute, ask questions, or report issues!

---

## πŸ™Œ Acknowledgements

Thanks to [arXiv.org](https://arxiv.org) for making academic research openly accessible.