billxbf commited on
Commit
6bdc70f
·
verified ·
1 Parent(s): 3f5fbca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,4 +1,20 @@
1
  ---
2
  license: mit
3
  viewer: false
 
 
 
 
 
4
  ---
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  viewer: false
4
+ configs:
5
+ - config_name: default
6
+ data_files:
7
+ - split: train
8
+ path: "cs_metadata_2020.json"
9
  ---
10
+
11
+ ## ArXiv AI Paper Dump
12
+
13
+ **This dataset contains high-quality arXiv AI-related papers converted into txt format for NLP tasks. Papers are selected per following criteria:**
14
+
15
+ - Publishing year (first version) > 2020
16
+ - Journal / Conferences records.
17
+ - Under category cs.AI / cs.CL / cs.CV
18
+
19
+
20
+ See `cs_metadata_2020.json` for more info on individual papers. Thanks to the open [efforts](https://www.kaggle.com/datasets/Cornell-University/arxiv/data) of ArXiv team.