Pclanglais commited on
Commit
e9fa845
·
verified ·
1 Parent(s): a2c6cce

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -12
README.md CHANGED
@@ -4,10 +4,10 @@ configs:
4
  data_files:
5
  - split: train
6
  path: epo_patents/*.parquet
7
- - config_name: wikidata_triples
8
  data_files:
9
  - split: train
10
- path: wikidata_triples/*.parquet
11
  - config_name: personas
12
  data_files:
13
  - split: train
@@ -22,7 +22,7 @@ Volumes below describe what is available beyond these samples.
22
  | Config | Sample | Available |
23
  |---|---|---|
24
  | `epo_patents` | 107 sections / 7 patents | 1.08M patents processed (2020-2025); 8.25M-document full-text backfile 1978-2025 (5.49M with description/claims, ~48B words) |
25
- | `wikidata_triples` | 2.37M triples / 48.8k subjects | 558M triples, 2,369 shards, ~34.5 GB |
26
  | `personas` | 100k personas / 108 countries | 57.3M personas |
27
 
28
  More configs to follow: financial regulation (24 regulators, 12+ jurisdictions), 3GPP
@@ -43,22 +43,28 @@ so `identifier` is the publication number and supplementary fields sit in `metad
43
  `date` is the publication year. Note that some documents are republications after opposition,
44
  where the original grant year differs — that year is preserved in `metadata`.
45
 
46
- ## wikidata_triples
47
 
48
  Wikidata statements parsed into subject-property-value triples with labels resolved and
49
- qualifiers attached (~30% of statements carry a qualifier). `value_type` distinguishes entity
50
- references from strings, quantities, times, coordinates, and monolingual text.
 
 
 
 
 
 
51
 
52
  ## personas
53
 
54
  Synthetic population personas across 108 countries, demographically grounded: name, sex, age,
55
- region and place (with coordinates and settlement tier), marital status, education, employment
56
- status, occupation, religion, monthly income in PPP dollars, and health conditions.
57
 
58
- Location is given as place name with coordinates and settlement tier (administrative
59
- subdivision codes are not included). This sample is drawn across the full corpus and shuffled; per-country counts stay proportional
60
- to the underlying population weighting. `persona_id` is globally unique (`country`-`id`);
61
- `country_row_id` preserves the original per-country identifier.
62
 
63
  ## Licensing
64
 
 
4
  data_files:
5
  - split: train
6
  path: epo_patents/*.parquet
7
+ - config_name: wikidata_seed
8
  data_files:
9
  - split: train
10
+ path: wikidata_seed/*.parquet
11
  - config_name: personas
12
  data_files:
13
  - split: train
 
22
  | Config | Sample | Available |
23
  |---|---|---|
24
  | `epo_patents` | 107 sections / 7 patents | 1.08M patents processed (2020-2025); 8.25M-document full-text backfile 1978-2025 (5.49M with description/claims, ~48B words) |
25
+ | `wikidata_seed` | 2M triples / 849k subjects | 558M triples, ~34.5 GB |
26
  | `personas` | 100k personas / 108 countries | 57.3M personas |
27
 
28
  More configs to follow: financial regulation (24 regulators, 12+ jurisdictions), 3GPP
 
43
  `date` is the publication year. Note that some documents are republications after opposition,
44
  where the original grant year differs — that year is preserved in `metadata`.
45
 
46
+ ## wikidata_seed
47
 
48
  Wikidata statements parsed into subject-property-value triples with labels resolved and
49
+ qualifiers attached. `value_type` distinguishes entity references from strings, quantities,
50
+ times, coordinates, and monolingual text.
51
+
52
+ This sample is drawn across shards spread through the corpus and shuffled. It is a **curated
53
+ seed** rather than a raw dump: database cross-reference properties (external identifiers such as
54
+ Commons category, VIAF, GeoNames, Freebase) are removed, as are Wikimedia-internal subjects
55
+ (categories, templates, disambiguation pages) and auto-generated numeric items. Unit references
56
+ inside quantity values are resolved to labels. Cleaning retains ~73% of source rows.
57
 
58
  ## personas
59
 
60
  Synthetic population personas across 108 countries, demographically grounded: name, sex, age,
61
+ place (with coordinates and settlement tier), marital status, education, employment status,
62
+ occupation, religion, monthly income in PPP dollars, and health conditions.
63
 
64
+ Location is given as place name with coordinates and settlement tier (administrative subdivision
65
+ codes are not included). This sample is drawn across the full corpus and shuffled; per-country
66
+ counts stay proportional to the underlying population weighting. `persona_id` is globally unique
67
+ (`country`-`id`).
68
 
69
  ## Licensing
70