Pclanglais commited on
Commit
0370fc8
·
verified ·
1 Parent(s): a68bf84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  configs:
3
- - config_name: epo_patents
4
  data_files:
5
  - split: train
6
  path: global_patents/*.parquet
@@ -49,7 +49,9 @@ We are currently collecting the largest available asset of non-US patents. It cu
49
 
50
  Patents commonly come with technical diagrams we can communicate in a separate forms (for now, about 20 million images). The diagrams are described in other parts of the text with complex layout and structure, providing unresolved challenges for frontier multimodal domains across a wide range of disciplines and technical expertise.
51
 
52
- The current sample includes 5,000 unique samples in large .tar files along with associated metadata.
 
 
53
 
54
  # Specialized multimodal
55
 
 
1
  ---
2
  configs:
3
+ - config_name: global_patents
4
  data_files:
5
  - split: train
6
  path: global_patents/*.parquet
 
49
 
50
  Patents commonly come with technical diagrams we can communicate in a separate forms (for now, about 20 million images). The diagrams are described in other parts of the text with complex layout and structure, providing unresolved challenges for frontier multimodal domains across a wide range of disciplines and technical expertise.
51
 
52
+ The current sample includes 5,000 European patents published 2020–2025 (about 833 per year), distributed as 5 fully shuffled parquet files of 1,000 documents each. Following the same structure as our other multimodal samples, the original PDF is embedded directly in the parquet rather than shipped separately, alongside the full text and metadata.
53
+
54
+ The sample spans 143,307 pages (29 per patent on average, up to 819) and 57.7 million words, across all 8 IPC sections and 437 distinct technology classes, from 3,042 distinct assignees including Samsung, Microsoft, BASF, Boeing and Nokia.
55
 
56
  # Specialized multimodal
57