Datasets:
Commit
·
efcf104
1
Parent(s):
928073e
Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,11 @@ size_categories:
|
|
9 |
- 10K<n<100K
|
10 |
---
|
11 |
|
12 |
-
This dataset comprises a collection of the most recent (up to 17 November 2023) 50K arXiv papers' metadata in the computer science categories
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
- 10K<n<100K
|
10 |
---
|
11 |
|
12 |
+
This dataset comprises a collection of the most recent (up to 17 November 2023) 50K arXiv papers' metadata in the computer science categories:
|
13 |
+
- cs.AI (Artificial Intelligence),
|
14 |
+
- cs.CL (Computation and Language),
|
15 |
+
- cs.CV (Computer Vision),
|
16 |
+
- cs.LG (Machine Learning),
|
17 |
+
- cs.MA (Multiagent Systems), and
|
18 |
+
- cs.NE (Neural and Evolutionary Computing).
|
19 |
+
Each metadata entry includes the embeddings for the 'title' and 'summary' (abstract) of the paper, generated using [Cohere's Embed-v3](https://txt.cohere.com/introducing-embed-v3/).
|