Pclanglais commited on
Commit
5a32241
·
verified ·
1 Parent(s): 8ded925

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ # Pleias — Evaluation Samples
14
+
15
+ Samples of Pleias's non-public seed data, for technical inspection and schema review.
16
+ Volumes below describe what is available beyond these samples.
17
+
18
+ | Config | Sample | Available |
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
+ More configs to follow: financial regulation (24 regulators, 12+ jurisdictions), 3GPP
24
+ specifications, European open science.
25
+
26
+ ## epo_patents
27
+
28
+ European Patent Office publications, processed from PDF with structure preserved. One row per
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
+ `date` is the publication year. Note that some documents are republications after opposition,
39
+ where the original grant year differs — that year is preserved in `metadata`.
40
+
41
+ ## wikidata_triples
42
+
43
+ Wikidata statements parsed into subject–property–value triples with labels resolved and
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
+ ## Licensing
48
+
49
+ Samples are provided for inspection and schema review. Commercial training use requires a
50
+ separate written licence. Source material is permissively licensed with document-level
51
+ provenance; per-row `license` and `source_url` are included.
52
+
53
+ Contact: Pierre-Carl Langlais, Pleias.