J0nasW commited on
Commit
c128605
1 Parent(s): 140919a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -12,11 +12,15 @@ size_categories:
12
  # A cleaned dataset from [paperswithcode.com](https://paperswithcode.com/)
13
  *Last dataset update: July 2023*
14
 
15
- This is a cleaned up dataset optained from [paperswithcode.com](https://paperswithcode.com/) through their [API](https://paperswithcode.com/api/v1/docs/) service.
 
 
 
16
  It contains the following tables:
17
 
18
- - papers_train.csv
19
- - papers_test.csv
 
20
  - tasks.csv
21
  - areas.csv
22
 
 
12
  # A cleaned dataset from [paperswithcode.com](https://paperswithcode.com/)
13
  *Last dataset update: July 2023*
14
 
15
+ This is a cleaned up dataset optained from [paperswithcode.com](https://paperswithcode.com/) through their [API](https://paperswithcode.com/api/v1/docs/) service. It represents a set of around 56K carefully categorized papers into 3K tasks and 16 areas. The papers contain arXiv and NIPS IDs as well as title, abstract and other meta information.
16
+ It can be used for training text classifiers that concentrate on the use of specific AI and ML methods and frameworks.
17
+
18
+ ### Contents
19
  It contains the following tables:
20
 
21
+ - papers.csv (around 56K)
22
+ - papers_train.csv (80% from 56K)
23
+ - papers_test.csv (20% from 56K)
24
  - tasks.csv
25
  - areas.csv
26