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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -5,10 +5,12 @@ This dataset contains the subset of ArXiv papers with the "cs.LG" tag to indicat
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>
@@ -17,6 +19,5 @@ The ArXiv dataset contains additional features that we may look to include in fu
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>
 
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 title and abstract of the paper.
9
 
10
+ The ArXiv dataset contains additional features that we may look to include in future releases. We have highlighted the top two features on the roadmap for integration:
11
  <ul>
12
+ <li> <b>authors</b> </li>
13
+ <li> <b>update_date</b> </li>
14
  <li> Submitter </li>
15
  <li> Comments </li>
16
  <li> Journal-ref </li>
 
19
  <li> categories </li>
20
  <li> license </li>
21
  <li> versions </li>
 
22
  <li> authors_parsed </li>
23
  </ul>