File size: 976 Bytes
6c3285d
 
 
 
a96135b
 
ee07d2f
a96135b
 
 
 
 
 
 
 
 
 
 
 
 
ee07d2f
 
a96135b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
license: mit
language:
- en
pretty_name: Arxiv CS Category ML Data Jan 2020 - Jun 2025
---
This a Milvus vector DB containing Arxiv Data containing ML CS categories, from Jan 2020 - Jun 6th 2025. 
Curated and filtered from https://www.kaggle.com/datasets/Cornell-University/arxiv/code

The categories include : 
```py
{'cs.CV','cs.LG','cs.CL','cs.AI','cs.NE','cs.RO', 'cs.MA'}
```

This dataset is in the form of json containing the following fields: 
```py
{'id': '1006.4910',
 'title': 'Kalman Filters and Homography: Utilizing the Matrix $A$',
 'abstract': 'Many problems in Computer Vision can be reduced to either working around a known transform, or given a model for the transform computing the inverse problem of the transform itself. We will look at two ways of working with the matrix $A$ and see how transforms are at the root of image processing and vision problems.',
 'last_updated': '2022-12-05',
 'authors_parsed': 'Bayramli Burak'
 'embedding': [...]}
```