Pclanglais commited on
Commit
c207ac4
·
verified ·
1 Parent(s): fb0bdd5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +68 -34
README.md CHANGED
@@ -1,34 +1,68 @@
1
- ## Multimodal seeds/Pretraining data.
2
-
3
- ### Non-US Patents
4
-
5
- While USPTO has been extensively digitized, available public data leave aside non-US patents. We managed to collect the complete collection of European patents (EPO) in the original pdf format, including tens of millions of technical diagram beyond texts.
6
-
7
- The initial sample is split into a parquet file (result of our internal digitization process)
8
-
9
- ### Regulated sectors (Finance, telecom)
10
-
11
- We collaborate with leading professional organizations, GSMA and the Authority of
12
-
13
- ## Scientific data
14
-
15
-
16
- ## Structured data seeds
17
-
18
- ### Wikidata
19
-
20
- Seed-ready latest Wikidata dump at a statements/qualifier level. In contrast with the original dumps, our collection reconcile all ids to labels and restructure the nested statements into a flat structure easily retrievable as parquet.
21
-
22
- The sample is the first file in our collection of 2,369 parquet aggregations. Full dataset includes 600 millions statements and has been used extensively for synthetic environment grounding, diversification and search environment exercises (knowledge traversal, reconciliation). Through our partnership with Wikimedia Foundation, we maintain a regular update.
23
-
24
- ### Global personas.
25
-
26
- Our internal assets scaling the synthetic personas at a global scale. We collected a unique corpus of representative first name and last names and aggregated many demographics distribution from international organizations and academic research.
27
-
28
- We provide a sample of 1 millions personas across 108 countries. Our full asset includes currently 100 millions personas but is indefinitely scalable. Similarly to Wikidata, we can also provide continuous updates taking into enhanced information and demographic changes.
29
-
30
- ## Synthetic environment
31
-
32
- ### Twitter/X
33
-
34
- Synthetic environment prepared for the subway of Paris comprising 2 millions realistic synthetic tweets in French and other foreign language. The synthetic pipeline was presented this year at ACL and is reproducible for multiple similar social media simulations. We especially designed new generators and evaluations for realistic social media emissions.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: epo_patents
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
14
+ path: personas/*.parquet
15
+ ---
16
+
17
+ # Pleias — Evaluation Samples
18
+
19
+ Samples of Pleias's non-public seed data, for technical inspection and schema review.
20
+ Volumes below describe what is available beyond these samples.
21
+
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
29
+ specifications, European open science.
30
+
31
+ ## epo_patents
32
+
33
+ European Patent Office publications, processed from PDF with structure preserved. One row per
34
+ document **section**, with document metadata repeated on each row (`document_id` regroups them).
35
+
36
+ Composition notes: bibliographic front pages, figure lists, and boilerplate disclaimers are
37
+ removed; paragraphs are reassembled across column and page breaks; margin line-numbering is
38
+ dropped. Citation lists are kept but flagged (`is_document_list`) rather than deleted, since
39
+ they carry citation structure. Bibliographic fields come from the document itself (INID codes),
40
+ so `identifier` is the publication number and supplementary fields sit in `metadata` as JSON
41
+ (`application_number`, `filing_date`, `ipc`, `inventors`, `kind_code`, `grant_or_prior_date`).
42
+
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
+ This sample is drawn across the full corpus and shuffled; per-country counts stay proportional
59
+ to the underlying population weighting. `persona_id` is globally unique (`country`-`id`);
60
+ `country_row_id` preserves the original per-country identifier.
61
+
62
+ ## Licensing
63
+
64
+ Samples are provided for inspection and schema review. Commercial training use requires a
65
+ separate written licence. Source material is permissively licensed with document-level
66
+ provenance; per-row `license` and `source_url` are included where applicable.
67
+
68
+ Contact: Pierre-Carl Langlais, Pleias.