Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- text-retrieval
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
size_categories:
|
7 |
+
- 100K<n<1M
|
8 |
+
---
|
9 |
+
|
10 |
+
### Dataset Summary
|
11 |
+
|
12 |
+
A dataset of 166K million arXiv articles for applications like trend analysis, paper recommender engines, category prediction, co-citation networks, knowledge graph construction and semantic search interfaces.
|
13 |
+
|
14 |
+
### Data Fields
|
15 |
+
|
16 |
+
- `id`: ArXiv ID (can be used to access the paper)
|
17 |
+
- `authors`: Authors of the paper
|
18 |
+
- `title`: Title of the paper
|
19 |
+
- `journal-ref`: Information about the journal the paper was published in
|
20 |
+
- `doi`: [Digital Object Identifier](https://www.doi.org)
|
21 |
+
- `abstract`: The abstract of the paper
|
22 |
+
- `categories`: Categories / tags in the ArXiv system
|
23 |
+
|
24 |
+
```
|
25 |
+
@misc{clement2019arxiv,
|
26 |
+
title={On the Use of ArXiv as a Dataset},
|
27 |
+
author={Colin B. Clement and Matthew Bierbaum and Kevin P. O'Keeffe and Alexander A. Alemi},
|
28 |
+
year={2019},
|
29 |
+
eprint={1905.00075},
|
30 |
+
archivePrefix={arXiv},
|
31 |
+
primaryClass={cs.IR}
|
32 |
+
}
|
33 |
+
```
|