Datasets:
dcarpintero
commited on
Commit
·
0924d83
1
Parent(s):
b810480
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- question-answering
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
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 "cs.CL" (Computation and Language). 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/).
|