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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - feature-extraction
6
+ language:
7
+ - en
8
+ size_categories:
9
+ - 10K<n<100K
10
  ---
11
+
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
+
23
+ UUIDs were added to the dataset since the PapersWithCode IDs (pwc_ids) are not distinct enough. These UUIDs may change in the future with new versions of the dataset.
24
+ The scripts folder contains a simple Python Notebook which was used to optain and refactor the dataset.