Create README.md
Browse files
README.md
CHANGED
|
@@ -1,53 +1,33 @@
|
|
| 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 |
-
---
|
| 12 |
|
| 13 |
-
#
|
| 14 |
|
| 15 |
-
|
| 16 |
-
Volumes below describe what is available beyond these samples.
|
| 17 |
|
| 18 |
-
|
| 19 |
-
|---|---|---|
|
| 20 |
-
| `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) |
|
| 21 |
-
| `wikidata_triples` | 2.37M triples / 48.8k subjects | 2,369 shards, ~33 GB |
|
| 22 |
|
| 23 |
-
|
| 24 |
-
specifications, European open science.
|
| 25 |
|
| 26 |
-
|
| 27 |
|
| 28 |
-
|
| 29 |
-
document **section**, with document metadata repeated on each row (`document_id` regroups them).
|
| 30 |
|
| 31 |
-
Composition notes: bibliographic front pages, figure lists, and boilerplate disclaimers are
|
| 32 |
-
removed; paragraphs are reassembled across column and page breaks; margin line-numbering is
|
| 33 |
-
dropped. Citation lists are kept but flagged (`is_document_list`) rather than deleted, since
|
| 34 |
-
they carry citation structure. Bibliographic fields come from the document itself (INID codes),
|
| 35 |
-
so `identifier` is the publication number and supplementary fields sit in `metadata` as JSON
|
| 36 |
-
(`application_number`, `filing_date`, `ipc`, `inventors`, `kind_code`, `grant_or_prior_date`).
|
| 37 |
|
| 38 |
-
|
| 39 |
-
where the original grant year differs — that year is preserved in `metadata`.
|
| 40 |
|
| 41 |
-
##
|
| 42 |
|
| 43 |
-
Wikidata
|
| 44 |
-
qualifiers attached (~30% of statements carry a qualifier). `value_type` distinguishes entity
|
| 45 |
-
references from strings, quantities, times, coordinates, and monolingual text.
|
| 46 |
|
| 47 |
-
|
| 48 |
|
| 49 |
-
|
| 50 |
-
separate written licence. Source material is permissively licensed with document-level
|
| 51 |
-
provenance; per-row `license` and `source_url` are included.
|
| 52 |
|
| 53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
As an initial samples we include
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|
| 29 |
+
## Synthetic environment
|
| 30 |
+
|
| 31 |
+
### Twitter/X
|
| 32 |
+
|
| 33 |
+
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.
|