gowthamgoli commited on
Commit
c61f240
Β·
verified Β·
1 Parent(s): 5e51180

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -41
README.md CHANGED
@@ -1,72 +1,100 @@
1
  ---
2
  license: cc0-1.0
3
  ---
4
- # πŸ“š ArXiv Finance Papers Metadata (with Direct PDF Links)
5
 
6
- A high-quality collection of metadata for research papers from the [arXiv.org](https://arxiv.org) platform, specifically from the **Quantitative Finance (q-fin)** category.
7
- This dataset includes structured metadata fields and direct links to full-text PDFs for each paper.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
 
9
  ---
10
 
11
- ## πŸ“‚ Dataset Details
12
-
13
- - **Domain:** Quantitative Finance (q-fin)
14
- - **Source:** arXiv API
15
- - **Fields included:**
16
- - Title
17
- - Authors
18
- - Abstract
19
- - arXiv ID
20
- - Categories
21
- - Submission date
22
- - PDF direct download link
23
- - (Optional) Flags for download tracking (`is_scraped`)
24
-
25
- - **Paper Quality:**
26
- Focused on high-quality research papers curated from the arXiv Finance field β€” includes work on financial modeling, market analysis, risk management, algorithmic trading, and related areas.
27
 
28
  ---
29
 
30
- ## πŸš€ Use Cases
31
 
32
- - Language model pretraining or fine-tuning on financial texts
33
- - Research discovery and citation management
34
- - Training dataset for AI in finance (LLMs, summarization, QA)
35
- - Creating offline finance paper archives
36
 
37
  ---
38
 
39
  ## πŸ“œ License
40
 
41
- This dataset is released under **[CC0 1.0 Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)**.
42
- > You are free to copy, modify, distribute, and use the dataset for any purpose, even commercially, without asking for permission.
43
 
44
  ---
45
 
46
- ## πŸ“Š Dataset Structure
47
 
48
- Each row corresponds to one arXiv paper.
49
 
50
- | Column Name | Description |
51
- |---------------|------------------------------------------------|
52
- | `id` | Unique arXiv ID for the paper |
53
- | `title` | Paper title |
54
- | `authors` | List of authors |
55
- | `abstract` | Paper abstract summary |
56
- | `categories` | arXiv subject categories (e.g., `q-fin.TR`) |
57
- | `pdf_link` | Direct download link to the paper’s PDF |
58
- | `is_scraped` | (Optional) Whether PDF was successfully downloaded |
59
 
60
  ---
61
 
62
- ## πŸ’¬ Citation
63
 
64
- If you use this dataset, a simple link back to this repository or a mention of "arXiv Finance Metadata Dataset" would be appreciated, but not required.
 
 
 
65
 
66
  ---
67
 
68
  ## πŸ™‹β€β™‚οΈ Maintainer
69
 
70
- - Created and maintained by: **[G Gowtham]**
 
 
 
 
 
 
 
 
71
 
72
- Feel free to open issues or pull requests for improvements or suggestions.
 
1
  ---
2
  license: cc0-1.0
3
  ---
4
+ # πŸ§ πŸ“š ArXiv Research Papers Metadata – Finance (q-fin) & Computer Science (cs)
5
 
6
+ This repository provides two extensive and high-quality metadata datasets from [arXiv.org](https://arxiv.org), covering research papers in:
7
+
8
+ - πŸ’Έ **Quantitative Finance (q-fin)**
9
+ - πŸ’» **Computer Science (cs)** (all subcategories)
10
+
11
+ 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.
12
+
13
+ ---
14
+
15
+ ## πŸ“¦ Datasets Included
16
+
17
+ ### 1. 🏦 Quantitative Finance (`q-fin`)
18
+ - πŸ“ˆ ~Thousands of finance-related papers
19
+ - βœ… Focused on high-quality papers in areas like:
20
+ - Financial modeling
21
+ - Market analysis
22
+ - Algorithmic trading
23
+ - Risk management
24
+ - 🎯 Great for domain-specific LLMs, finance QA, or economic text mining
25
+
26
+ ### 2. πŸ’Ύ Computer Science (`cs`)
27
+ - πŸ“Š Includes **500,000+** papers across **all CS subfields**
28
+ - Covers:
29
+ - Artificial Intelligence (cs.AI)
30
+ - Machine Learning (cs.LG)
31
+ - Natural Language Processing (cs.CL)
32
+ - Computer Vision (cs.CV)
33
+ - Software Engineering, Theory, Networks, and more
34
+ - βš™οΈ Ideal for LLM pretraining, summarization, or scientific search tools
35
 
36
  ---
37
 
38
+ ## πŸ“‘ Features
39
+
40
+ - Direct PDF links to full papers (`pdf_link`)
41
+ - Rich metadata:
42
+ - `title`, `authors`, `abstract`
43
+ - `categories`, `submission date`, `arXiv ID`
44
+ - Optional: `is_scraped` flag for tracking downloads
 
 
 
 
 
 
 
 
 
45
 
46
  ---
47
 
48
+ ## 🧠 Use Cases
49
 
50
+ - Pretrain or fine-tune LLMs on domain-specific scientific texts
51
+ - Build citation tools or academic paper search engines
52
+ - Create offline datasets of research papers
53
+ - Academic summarization, QA, paper classification, and recommendation systems
54
 
55
  ---
56
 
57
  ## πŸ“œ License
58
 
59
+ This dataset is released under the **[CC0 1.0 Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/)**.
60
+ > You are free to copy, modify, distribute, and use this dataset for any purpose β€” even commercially β€” without needing permission.
61
 
62
  ---
63
 
64
+ ## πŸ“‚ Dataset Format
65
 
66
+ Each row in the CSV files corresponds to a paper.
67
 
68
+ | Column | Description |
69
+ |----------------|---------------------------------------------------|
70
+ | `id` | arXiv ID (unique identifier) |
71
+ | `title` | Paper title |
72
+ | `authors` | Author names |
73
+ | `abstract` | Abstract text |
74
+ | `categories` | arXiv subject classification (e.g., `cs.CL`) |
75
+ | `pdf_link` | Direct link to the paper’s PDF |
76
+ | `is_scraped` | (Optional) Indicates if the PDF was downloaded |
77
 
78
  ---
79
 
80
+ ## πŸ“ Files Included
81
 
82
+ - `qfin_metadata.csv`: Metadata for Quantitative Finance papers
83
+ - `cs_metadata.csv`: Metadata for Computer Science papers
84
+ - `qfin_downloader.ipynb`: Script to batch download finance paper PDFs
85
+ - `cs_downloader.ipynb`: Script to batch download CS paper PDFs
86
 
87
  ---
88
 
89
  ## πŸ™‹β€β™‚οΈ Maintainer
90
 
91
+ Created and maintained by **[G Gowtham]**.
92
+ code for gether metadata and pdf's form arXiv avlible at [git hub](https://github.com/Gowthamcopilot/arxiv_papers)
93
+ Feel free to contribute, ask questions, or report issues!
94
+
95
+ ---
96
+
97
+ ## πŸ™Œ Acknowledgements
98
+
99
+ Thanks to [arXiv.org](https://arxiv.org) for making academic research openly accessible.
100