CShorten commited on
Commit
8d4a64e
1 Parent(s): f2837b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -4,3 +4,19 @@ license: afl-3.0
4
  This dataset contains the subset of ArXiv papers with the "cs.LG" tag to indicate the paper is about Machine Learning.
5
 
6
  The 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  This dataset contains the subset of ArXiv papers with the "cs.LG" tag to indicate the paper is about Machine Learning.
5
 
6
  The 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.
7
+
8
+ The current iteration of the dataset only contains the authors, title, and abstract of the paper.
9
+
10
+ The ArXiv dataset contains additional features that we may look to include in future releases:
11
+ <ul>
12
+ <li> Submitter </li>
13
+ <li> Comments </li>
14
+ <li> Journal-ref </li>
15
+ <li> doi </li>
16
+ <li> report-no </li>
17
+ <li> categories </li>
18
+ <li> license </li>
19
+ <li> versions </li>
20
+ <li> <b>update_date</b> </li>
21
+ <li> authors_parsed </li>
22
+ </ul>