Pclanglais commited on
Commit
f6cff24
·
verified ·
1 Parent(s): 67d7f92

Restore hand-written README, keep config front-matter

Browse files
Files changed (1) hide show
  1. README.md +17 -67
README.md CHANGED
@@ -18,87 +18,37 @@ configs:
18
  path: personas/*.parquet
19
  ---
20
 
21
- # Pleias Evaluation Samples
22
 
23
- Samples of Pleias's non-public seed data, for technical inspection and schema review.
24
- Volumes below describe what is available beyond these samples.
25
 
26
- | Config | Sample | Available |
27
- |---|---|---|
28
- | `epo_patents` | 5,000 patents / 72,662 sections / 102M tokens, with source PDFs | 1.08M patents processed (2020-2025); 8.25M-document full-text backfile 1978-2025 (~48B words) |
29
- | `eu_science` | 4,704 papers / 69.5M tokens, with source PDFs | 1.43M documents, ~19B tokens, 204 languages |
30
- | `wikidata_seed` | 1.45M triples / 42k entities | 558M triples, ~34.5 GB |
31
- | `personas` | 100k personas / 108 countries | 57.3M personas |
32
 
33
- More configs to follow: financial regulation (24 regulators, 12+ jurisdictions) and 3GPP
34
- specifications.
35
 
36
- Two configs ship the **source PDFs** alongside the processed text, so extraction quality can be
37
- judged directly and the pairing can be used for document-understanding training.
38
 
39
- ## epo_patents
40
 
41
- European Patent Office publications, processed from PDF with structure preserved. One row per
42
- document **section**, with document metadata repeated on each row (`document_id` regroups them).
43
- 5,000 patents evenly spread across 2020-2025.
44
 
45
- Composition notes: bibliographic front pages, figure lists, and boilerplate disclaimers are
46
- removed; paragraphs are reassembled across column and page breaks; margin line-numbering is
47
- dropped. Citation lists are kept but flagged (`is_document_list`). Bibliographic fields come
48
- from the document itself (INID codes), so `identifier` is the publication number and
49
- supplementary fields sit in `metadata` as JSON.
50
 
51
- `date` is the publication year. Some documents are republications after opposition, where the
52
- original grant year differs — that year is preserved in `metadata`.
53
 
54
- **Source PDFs**: `epo_patents/pdfs/epo_pdfs_<year>.tar` (6 files, 3.83 GB). Members are named by
55
- publication number — `2023/EP1343809B2.pdf` — so they join to `document_id`, even though the
56
- files as distributed by the EPO are named by application number.
57
- `epo_patents/epo_5k_pdf_manifest.parquet` maps `document_id -> tar, member, source_file, bytes`.
58
 
59
- ## eu_science
60
 
61
- Scientific literature processed from PDF at scale open-access papers across many languages,
62
- one row per document. 4,704 papers drawn evenly across the corpus so the language mix is
63
- representative rather than clustered.
64
 
65
- `language` is empty for ~22% of rows: those documents come from a source pile whose language
66
- metadata was blank, and the shards they sit in predate language detection. Everything else
67
- carries a resolved language name.
68
 
69
- **Source PDFs**: `eu_science/pdfs/science_pdfs_<nn>.tar` (5 files, 5.27 GB). Members are named
70
- `<openalex_id>.pdf`, joining directly to `identifier`.
71
- `eu_science/science_5k_pdf_manifest.parquet` maps `identifier -> tar, member, bytes`.
72
 
73
- ## wikidata_seed
74
 
75
- Wikidata statements parsed into subject-property-value triples with labels resolved and
76
- qualifiers attached. `value_type` distinguishes entity references from strings, quantities,
77
- times, coordinates, and monolingual text.
78
 
79
- Rows are ordered so that every statement about the same entity is contiguous — reading
80
- sequentially yields whole entities (median 22 statements each) rather than scattered triples.
81
 
82
- This is a **curated seed** rather than a raw dump: database cross-reference properties (external
83
- identifiers such as Commons category, VIAF, GeoNames, Freebase) are removed, as are
84
- Wikimedia-internal subjects (categories, templates, disambiguation pages) and auto-generated
85
- numeric items. Unit references inside quantity values are resolved to labels. Cleaning retains
86
- 61% of source rows.
87
-
88
- ## personas
89
-
90
- Synthetic population personas across 108 countries, demographically grounded: name, sex, age,
91
- place (with coordinates and settlement tier), marital status, education, employment status,
92
- occupation, religion, monthly income in PPP dollars, and health conditions.
93
-
94
- Location is given as place name with coordinates and settlement tier. This sample is drawn
95
- across the full corpus and shuffled; per-country counts stay proportional to the underlying
96
- population weighting. `persona_id` is globally unique (`country`-`id`).
97
-
98
- ## Licensing
99
-
100
- Samples are provided for inspection and schema review. Commercial training use requires a
101
- separate written licence. Source material is permissively licensed with document-level
102
- provenance; per-row `license` and `source_url` are included where applicable.
103
-
104
- Contact: Pierre-Carl Langlais, Pleias.
 
18
  path: personas/*.parquet
19
  ---
20
 
21
+ ## Multimodal seeds/Pretraining data.
22
 
23
+ ### Non-US Patents
 
24
 
25
+ 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.
 
 
 
 
 
26
 
27
+ The initial sample is split into a parquet file (result of our internal digitization process)
 
28
 
29
+ ### Regulated sectors (Finance, telecom)
 
30
 
31
+ We collaborate with leading professional organizations, GSMA and the Authority of
32
 
33
+ ## Scientific data
 
 
34
 
 
 
 
 
 
35
 
36
+ ## Structured data seeds
 
37
 
38
+ ### Wikidata
 
 
 
39
 
40
+ 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.
41
 
42
+ 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.
 
 
43
 
44
+ ### Global personas.
 
 
45
 
46
+ 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.
 
 
47
 
48
+ 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.
49
 
50
+ ## Synthetic environment
 
 
51
 
52
+ ### Twitter/X
 
53
 
54
+ 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.