ShayManor commited on
Commit
86f437c
·
verified ·
1 Parent(s): 846d278

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -70
README.md CHANGED
@@ -1,71 +1,82 @@
1
- ---
2
- license: cc0-1.0
3
- size_categories:
4
- - 1M<n<10M
5
- configs:
6
- - config_name: papers
7
- data_files: papers/**
8
- - config_name: authors
9
- data_files: authors/**
10
- ---
11
-
12
- # Labeled-arXiv
13
-
14
- Enriched arXiv paper metadata and derived author bibliometrics sourced from [OpenAlex](https://openalex.org/). Contains **2.93M papers** and **1.72M authors** across all arXiv subject areas.
15
-
16
- ## Subsets
17
-
18
- ### `papers` — 2.93M rows
19
-
20
- | Column | Type | Description |
21
- |---|---|---|
22
- | `id` | `string` | arXiv paper ID (e.g. `0704.0028`) |
23
- | `submitter` | `string` (nullable) | Name of the submitting author |
24
- | `authors` | `string` | Raw author string from arXiv metadata |
25
- | `title` | `string` | Paper title |
26
- | `comments` | `string` (nullable) | Submitter comments (page count, figures, etc.) |
27
- | `journal-ref` | `string` (nullable) | Journal publication reference |
28
- | `doi` | `string` | Digital Object Identifier |
29
- | `report-no` | `string` (nullable) | Report number |
30
- | `categories` | `string` | arXiv category tags (e.g. `math.CA math.PR`) |
31
- | `license` | `string` | License identifier (9 distinct values) |
32
- | `abstract` | `string` | Paper abstract |
33
- | `versions` | `list` | Version history entries |
34
- | `update_date` | `date32` | Date of last metadata update |
35
- | `authors_parsed` | `list` | Structured author names (parsed into components) |
36
- | `author_ids` | `list` (nullable) | OpenAlex/ORCID author IDs linked to this paper |
37
- | `deleted` | `bool` | Whether the paper has been removed from arXiv |
38
- | `citations` | `list` (nullable) | List of citing work identifiers |
39
- | `citation_count` | `int32` | Number of citations (range: 0–30.5k) |
40
-
41
- ### `authors` 1.72M rows
42
-
43
- Author-level metrics **derived from the papers in this dataset**, not global totals.
44
-
45
- | Column | Type | Description |
46
- |---|---|---|
47
- | `author_id` | `string` | ORCID URL or OpenAlex ID |
48
- | `name` | `string` (nullable) | Author display name |
49
- | `paper_dois` | `list[string]` | DOIs of the author's papers in this dataset |
50
- | `h_index` | `int32` | H-index computed within this dataset (0–84) |
51
- | `works_count` | `int32` | Paper count within this dataset (1–13.9k) |
52
- | `cited_by_count` | `int32` | Total citations within this dataset (0–57k) |
53
-
54
- > Note: `h_index`, `works_count`, and `cited_by_count` are scoped to this dataset and do not represent an author's complete publication record.
55
-
56
- ## Usage
57
-
58
- ```python
59
- from datasets import load_dataset
60
-
61
- papers = load_dataset("ShayManor/Labeled-arXiv", "papers", split="train")
62
- authors = load_dataset("ShayManor/Labeled-arXiv", "authors", split="train")
63
- ```
64
-
65
- ## Source
66
-
67
- Metadata from [OpenAlex](https://openalex.org/) (Priem et al., 2022), built on top of the [arXiv](https://arxiv.org/) bulk metadata. Author IDs use [ORCID](https://orcid.org/) URLs or OpenAlex internal identifiers.
68
-
69
- ## License
70
-
 
 
 
 
 
 
 
 
 
 
 
71
  [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) — Public Domain.
 
1
+ ---
2
+ license: cc0-1.0
3
+ size_categories:
4
+ - 1M<n<10M
5
+ configs:
6
+ - config_name: papers
7
+ data_files: papers/**
8
+ - config_name: authors
9
+ data_files: authors/**
10
+ task_categories:
11
+ - feature-extraction
12
+ - text-classification
13
+ - summarization
14
+ - text-generation
15
+ language:
16
+ - en
17
+ tags:
18
+ - nlp
19
+ - summarization
20
+ - networks
21
+ ---
22
+
23
+ # Labeled-arXiv
24
+
25
+ Enriched arXiv paper metadata and derived author bibliometrics sourced from [OpenAlex](https://openalex.org/). Contains **2.93M papers** and **1.72M authors** across all arXiv subject areas.
26
+
27
+ ## Subsets
28
+
29
+ ### `papers` 2.93M rows
30
+
31
+ | Column | Type | Description |
32
+ |---|---|---|
33
+ | `id` | `string` | arXiv paper ID (e.g. `0704.0028`) |
34
+ | `submitter` | `string` (nullable) | Name of the submitting author |
35
+ | `authors` | `string` | Raw author string from arXiv metadata |
36
+ | `title` | `string` | Paper title |
37
+ | `comments` | `string` (nullable) | Submitter comments (page count, figures, etc.) |
38
+ | `journal-ref` | `string` (nullable) | Journal publication reference |
39
+ | `doi` | `string` | Digital Object Identifier |
40
+ | `report-no` | `string` (nullable) | Report number |
41
+ | `categories` | `string` | arXiv category tags (e.g. `math.CA math.PR`) |
42
+ | `license` | `string` | License identifier (9 distinct values) |
43
+ | `abstract` | `string` | Paper abstract |
44
+ | `versions` | `list` | Version history entries |
45
+ | `update_date` | `date32` | Date of last metadata update |
46
+ | `authors_parsed` | `list` | Structured author names (parsed into components) |
47
+ | `author_ids` | `list` (nullable) | OpenAlex/ORCID author IDs linked to this paper |
48
+ | `deleted` | `bool` | Whether the paper has been removed from arXiv |
49
+ | `citations` | `list` (nullable) | List of citing work identifiers |
50
+ | `citation_count` | `int32` | Number of citations (range: 0–30.5k) |
51
+
52
+ ### `authors` 1.72M rows
53
+
54
+ Author-level metrics **derived from the papers in this dataset**, not global totals.
55
+
56
+ | Column | Type | Description |
57
+ |---|---|---|
58
+ | `author_id` | `string` | ORCID URL or OpenAlex ID |
59
+ | `name` | `string` (nullable) | Author display name |
60
+ | `paper_dois` | `list[string]` | DOIs of the author's papers in this dataset |
61
+ | `h_index` | `int32` | H-index computed within this dataset (0–84) |
62
+ | `works_count` | `int32` | Paper count within this dataset (1–13.9k) |
63
+ | `cited_by_count` | `int32` | Total citations within this dataset (0–57k) |
64
+
65
+ > Note: `h_index`, `works_count`, and `cited_by_count` are scoped to this dataset and do not represent an author's complete publication record.
66
+
67
+ ## Usage
68
+
69
+ ```python
70
+ from datasets import load_dataset
71
+
72
+ papers = load_dataset("ShayManor/Labeled-arXiv", "papers", split="train")
73
+ authors = load_dataset("ShayManor/Labeled-arXiv", "authors", split="train")
74
+ ```
75
+
76
+ ## Source
77
+
78
+ Metadata from [OpenAlex](https://openalex.org/) (Priem et al., 2022), built on top of the [arXiv](https://arxiv.org/) bulk metadata. Author IDs use [ORCID](https://orcid.org/) URLs or OpenAlex internal identifiers.
79
+
80
+ ## License
81
+
82
  [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) — Public Domain.