Datasets:
Update README.md
Browse files
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 |
-
-
|
| 19 |
-
-
|
|
|
|
| 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 |
|