adambuttrick commited on
Commit
22cba3a
·
verified ·
1 Parent(s): 4c8cefc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +95 -4
README.md CHANGED
@@ -35,6 +35,18 @@ configs:
35
  data_files:
36
  - split: train
37
  path: data/unique_affiliations/*.parquet
 
 
 
 
 
 
 
 
 
 
 
 
38
  ---
39
 
40
  # DataCite Affiliations Matched to ROR
@@ -46,19 +58,22 @@ This dataset contains author affiliation data extracted from DataCite metadata r
46
  - **Source:** [DataCite Public Data File](https://datacite.org/)
47
  - **ROR Version:** [v2.1-2026-01-15-ror-data](https://doi.org/10.5281/zenodo.18260365)
48
  - **Processing Tool:** [match-datacite-affiliations-to-ror-ids](https://github.com/cometadata/match-datacite-affiliations-to-ror-ids)
49
- - **Total Records:** 199,643,453
50
- - **Total Size:** 62.76 GB
51
  - **Match Rate:** 52.78%
52
 
53
  ## Dataset Configurations
54
 
55
  | Configuration | Records | Size |
56
  |---------------|---------|------|
57
- | `doi_author_affiliations` | 158,351,335 | 30.54 GB |
58
- | `enriched_records` | 38,518,962 | 31.89 GB |
59
  | `ror_matches` | 731,798 | 134.62 MB |
60
  | `ror_matches_failed` | 654,780 | 91.80 MB |
61
  | `unique_affiliations` | 1,386,578 | 113.57 MB |
 
 
 
62
 
63
  ## Configuration Details
64
 
@@ -107,6 +122,49 @@ List of all unique affiliation strings found in the dataset.
107
  **Schema:**
108
  - `affiliation` (string): Raw affiliation string
109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  ## Statistics
111
 
112
  ### Top 20 Most Common Matched ROR IDs
@@ -141,6 +199,39 @@ List of all unique affiliation strings found in the dataset.
141
  | No match found | 654,775 |
142
  | HTTP 414 URI Too Long | 5 |
143
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
144
  ## Usage
145
 
146
  ```python
 
35
  data_files:
36
  - split: train
37
  path: data/unique_affiliations/*.parquet
38
+ - config_name: existing_assignments
39
+ data_files:
40
+ - split: train
41
+ path: data/existing_assignments/*.parquet
42
+ - config_name: existing_assignments_aggregated
43
+ data_files:
44
+ - split: train
45
+ path: data/existing_assignments_aggregated/*.parquet
46
+ - config_name: disagreements
47
+ data_files:
48
+ - split: train
49
+ path: data/disagreements/*.parquet
50
  ---
51
 
52
  # DataCite Affiliations Matched to ROR
 
58
  - **Source:** [DataCite Public Data File](https://datacite.org/)
59
  - **ROR Version:** [v2.1-2026-01-15-ror-data](https://doi.org/10.5281/zenodo.18260365)
60
  - **Processing Tool:** [match-datacite-affiliations-to-ror-ids](https://github.com/cometadata/match-datacite-affiliations-to-ror-ids)
61
+ - **Total Records:** 294,704,394
62
+ - **Total Size:** 69.40 GB
63
  - **Match Rate:** 52.78%
64
 
65
  ## Dataset Configurations
66
 
67
  | Configuration | Records | Size |
68
  |---------------|---------|------|
69
+ | `doi_author_affiliations` | 158,351,335 | 36.01 GB |
70
+ | `enriched_records` | 5,640,704 | 4.92 GB |
71
  | `ror_matches` | 731,798 | 134.62 MB |
72
  | `ror_matches_failed` | 654,780 | 91.80 MB |
73
  | `unique_affiliations` | 1,386,578 | 113.57 MB |
74
+ | `existing_assignments` | 127,865,845 | 28.11 GB |
75
+ | `existing_assignments_aggregated` | 58,760 | 11.01 MB |
76
+ | `disagreements` | 14,594 | 4.94 MB |
77
 
78
  ## Configuration Details
79
 
 
122
  **Schema:**
123
  - `affiliation` (string): Raw affiliation string
124
 
125
+ ### `existing_assignments`
126
+
127
+ Pre-existing ROR assignments found in DataCite records. Each row represents one author-affiliation-ROR relationship that was already present in the source data.
128
+
129
+ **Schema:**
130
+ - `doi` (string): The DOI of the work
131
+ - `author_idx` (int): Index of the author within the work
132
+ - `author_name` (string): Name of the author
133
+ - `affiliation` (string): Raw affiliation string
134
+ - `ror_id` (string): Pre-existing ROR ID in the DataCite record
135
+ - `ror_name` (string): Name of the ROR organization
136
+
137
+ ### `existing_assignments_aggregated`
138
+
139
+ Aggregated view of pre-existing ROR assignments, grouped by affiliation string and ROR ID.
140
+
141
+ **Schema:**
142
+ - `affiliation` (string): Raw affiliation string
143
+ - `affiliation_hash` (string): MD5 hash of the normalized affiliation string
144
+ - `ror_id` (string): Pre-existing ROR ID
145
+ - `ror_name` (string): Name of the ROR organization
146
+ - `count` (int): Number of occurrences of this affiliation-ROR pair
147
+
148
+ ### `disagreements`
149
+
150
+ Cases where the newly matched ROR ID differs from a pre-existing ROR assignment, or where multiple conflicting ROR IDs exist.
151
+
152
+ **Schema (type="match"):**
153
+ - `type` (string): "match" - disagreement between new match and existing assignment
154
+ - `affiliation` (string): Raw affiliation string
155
+ - `affiliation_hash` (string): MD5 hash of the normalized affiliation string
156
+ - `existing_ror_id` (string): Pre-existing ROR ID in DataCite
157
+ - `existing_ror_name` (string): Name of existing ROR organization
158
+ - `existing_count` (int): Occurrences of this existing assignment
159
+ - `matched_ror_id` (string): Newly matched ROR ID
160
+ - `matched_ror_name` (string): Name of newly matched organization
161
+
162
+ **Schema (type="user"):**
163
+ - `type` (string): "user" - multiple conflicting user-submitted ROR IDs
164
+ - `affiliation` (string): Raw affiliation string
165
+ - `affiliation_hash` (string): MD5 hash of the normalized affiliation string
166
+ - `ror_ids` (list): List of conflicting ROR assignments with counts
167
+
168
  ## Statistics
169
 
170
  ### Top 20 Most Common Matched ROR IDs
 
199
  | No match found | 654,775 |
200
  | HTTP 414 URI Too Long | 5 |
201
 
202
+ ### Existing Assignment Coverage
203
+
204
+ | Metric | Value |
205
+ |--------|-------|
206
+ | Total records with existing ROR assignments | 127,865,845 |
207
+ | Unique affiliations with existing assignments | 57,016 |
208
+ | Overlap with new matches | 49,538 |
209
+ | Agreement rate | 70.54% |
210
+
211
+ ### Disagreement Analysis
212
+
213
+ | Metric | Value |
214
+ |--------|-------|
215
+ | Total disagreements | 14,594 |
216
+ | Disagreement rate | 29.46% |
217
+ | Match-type disagreements | 13,318 |
218
+ | User-type disagreements | 1,276 |
219
+
220
+ ### Top Disagreement Patterns
221
+
222
+ | Existing ROR | Matched ROR | Count |
223
+ |--------------|-------------|-------|
224
+ | DataCite (https://ror.org/04wxnsj81) | Islamic Azad University, Tehran (https://ror.org/01kzn7k21) | 5,766 |
225
+ | DataCite (https://ror.org/04wxnsj81) | Islamic Azad University, Isfahan (https://ror.org/039zhhm92) | 399 |
226
+ | DataCite (https://ror.org/04wxnsj81) | University of Tehran (https://ror.org/05vf56z40) | 245 |
227
+ | DataCite (https://ror.org/04wxnsj81) | Payame Noor University (https://ror.org/031699d98) | 154 |
228
+ | DataCite (https://ror.org/04wxnsj81) | Islamic Azad University, Karaj (https://ror.org/01y4xm534) | 131 |
229
+ | DataCite (https://ror.org/04wxnsj81) | Islamic Azad University, Yazd (https://ror.org/04mwvcn50) | 121 |
230
+ | DataCite (https://ror.org/04wxnsj81) | Islamic Azad University, Mashhad (https://ror.org/00bvysh61) | 113 |
231
+ | DataCite (https://ror.org/04wxnsj81) | University of Mohaghegh Ardabili (https://ror.org/045zrcm98) | 108 |
232
+ | DataCite (https://ror.org/04wxnsj81) | Urmia University (https://ror.org/032fk0x53) | 93 |
233
+ | DataCite (https://ror.org/04wxnsj81) | Tarbiat Modares University (https://ror.org/03mwgfy56) | 89 |
234
+
235
  ## Usage
236
 
237
  ```python