Pclanglais commited on
Commit
c502576
·
verified ·
1 Parent(s): 043c642

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -21,8 +21,8 @@ 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_seed` | 1.45M triples / 42k 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
@@ -32,16 +32,29 @@ specifications, European open science.
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_seed
47
 
 
21
 
22
  | Config | Sample | Available |
23
  |---|---|---|
24
+ | `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 (5.49M with description/claims, ~48B words) |
25
+ | `wikidata_seed` | 1.45M triples / 42k entities | 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
 
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
+ 5,000 patents evenly spread across 2020-2025.
36
 
37
  Composition notes: bibliographic front pages, figure lists, and boilerplate disclaimers are
38
  removed; paragraphs are reassembled across column and page breaks; margin line-numbering is
39
  dropped. Citation lists are kept but flagged (`is_document_list`) rather than deleted, since
40
  they carry citation structure. Bibliographic fields come from the document itself (INID codes),
41
  so `identifier` is the publication number and supplementary fields sit in `metadata` as JSON
42
+ (`application_number`, `filing_date`, `ipc`, `inventors`, `kind_code`, `grant_or_prior_date`,
43
+ `source_file`).
44
 
45
+ `date` is the publication year. Some documents are republications after opposition, where the
46
+ original grant year differs — that year is preserved in `metadata`.
47
+
48
+ ### Source PDFs
49
+
50
+ `epo_patents/pdfs/epo_pdfs_<year>.tar` (6 files, 3.83 GB total) hold the original PDF for every
51
+ patent in the config. Tar members are named by **publication number** — `2023/EP1343809B2.pdf` —
52
+ so they join directly to `document_id`, even though the files as distributed by the EPO are named
53
+ by application number. `epo_patents/epo_5k_pdf_manifest.parquet` maps
54
+ `document_id -> tar, member, source_file, bytes`.
55
+
56
+ This pairs each processed text with the page images it came from, for evaluating extraction
57
+ quality or for document-understanding training.
58
 
59
  ## wikidata_seed
60