Commit
·
458cabd
1
Parent(s):
039f52b
Updated Readme.md file
Browse files
README.md
CHANGED
@@ -29,4 +29,19 @@ configs:
|
|
29 |
---
|
30 |
# Dataset Card for "arxiv_cs_papers"
|
31 |
|
32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
# Dataset Card for "arxiv_cs_papers"
|
31 |
|
32 |
+
This dataset contains the subset of ArXiv papers with the "cs.LG" tag to indicate the paper is about Machine Learning.
|
33 |
+
|
34 |
+
The core dataset is filtered from the full ArXiv dataset hosted on Kaggle: https://www.kaggle.com/datasets/Cornell-University/arxiv. The original dataset contains roughly 2 million papers. This dataset contains roughly 100,000 papers following the category filtering.
|
35 |
+
|
36 |
+
The dataset is maintained with requests to the ArXiv API.
|
37 |
+
|
38 |
+
The ArXiv dataset contains features:
|
39 |
+
<ul>
|
40 |
+
<li> title </li>
|
41 |
+
<li> abstract </li>
|
42 |
+
<li> authors </li>
|
43 |
+
<li> published </li>
|
44 |
+
<li> url </li>
|
45 |
+
<li> pdf_url </li>
|
46 |
+
<li> arxiv_id </li>
|
47 |
+
</ul>
|