Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask

Update citation and add missing metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +7 -41
README.md CHANGED
@@ -1,10 +1,13 @@
1
  ---
2
  language:
3
  - en
4
- pretty_name: USPTO
5
  task_categories:
6
  - text-generation
 
 
 
7
  ---
 
8
  # USPTO
9
 
10
  ## Description
@@ -22,7 +25,6 @@ Mathematical expressions and equations were converted into LATEX.
22
  ## License Issues
23
  While we aim to produce datasets with completely accurate licensing information, license laundering and inaccurate metadata can cause us to erroneously assign the incorrect license to some documents (for further discussion of this limitation, please see [our paper](https://huggingface.co/papers/2506.05209)). If you believe you have found an instance of incorrect licensing in this dataset, please [start a discussion](https://github.com/r-three/common-pile/discussions/new) on this repository.
24
 
25
-
26
  ## Other Versions
27
  This is the "raw" version of the USPTO dataset.
28
  If you are looking for the filtered version used to train [Comma v0.1](https://huggingface.co/common-pile/comma-v0.1), you can find it [here](https://huggingface.co/datasets/common-pile/uspto_filtered).
@@ -34,43 +36,7 @@ If you use this dataset, please cite:
34
  title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
35
  author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
36
  journal={arXiv preprint},
37
- year={2025}
 
38
  }
39
- ```
40
-
41
- <!--
42
- # United States Patent and Trademark Office (USPTO) Patents Dataset
43
-
44
- ## Specifications
45
- - **Document Count**: ~20 million documents
46
- - **Total Tokens**: ~160 billion tokens
47
- - **Time Range**: Patents dating back to 1782 to present
48
- - **Format**: Clean text with mathematical expressions converted to LaTeX
49
-
50
- ## Overview
51
- This dataset contains a collection of United States Patents and Trademark Office (USPTO) patent documents sourced from the Google Patents Public Data dataset. It includes approximately 20 million granted patents and published patent applications dating back to 1782, comprising around 160 billion tokens. All documents are in the public domain as government works.
52
-
53
- ## Description
54
-
55
- This dataset consists of complete USPTO patent documents with clean, processed text while preserving the standard patent document structure. The documents maintain their original sections including title, abstract, background, detailed description, claims, and other components that make up patent filings.
56
-
57
-
58
- ## Structure
59
- Each document in the dataset is structured as follows:
60
- - **id**: Unique identifier for the patent document
61
- - **text**: Full text content of the patent
62
- - **added**: Date when the document was added to the dataset
63
- - **created**: Original creation date of the patent (application)
64
- - **source**: Source information, typically "USPTO-Google Patents Public Data"
65
- - **metadata**: A dictionary containing additional information such as:
66
- - Publication date
67
- - Language
68
- - License information (Creative Commons Attribution)
69
-
70
-
71
- ## Acknowledgments
72
-
73
- This dataset incorporates US Patents and Trademark Office (USPTO) patent documents sourced from the Google Patents Public Data dataset [1], containing millions of granted patents and published patent applications.
74
-
75
- [1] Google Patents Public Data dataset, https://console.cloud.google.com/marketplace/product/google_patents_public_datasets/google-patents-public-data
76
- -->
 
1
  ---
2
  language:
3
  - en
 
4
  task_categories:
5
  - text-generation
6
+ pretty_name: USPTO
7
+ library_name: other
8
+ license: cc-by-4.0
9
  ---
10
+
11
  # USPTO
12
 
13
  ## Description
 
25
  ## License Issues
26
  While we aim to produce datasets with completely accurate licensing information, license laundering and inaccurate metadata can cause us to erroneously assign the incorrect license to some documents (for further discussion of this limitation, please see [our paper](https://huggingface.co/papers/2506.05209)). If you believe you have found an instance of incorrect licensing in this dataset, please [start a discussion](https://github.com/r-three/common-pile/discussions/new) on this repository.
27
 
 
28
  ## Other Versions
29
  This is the "raw" version of the USPTO dataset.
30
  If you are looking for the filtered version used to train [Comma v0.1](https://huggingface.co/common-pile/comma-v0.1), you can find it [here](https://huggingface.co/datasets/common-pile/uspto_filtered).
 
36
  title={{The Common Pile v0.1: An 8TB Dataset of Public Domain and Openly Licensed Text}},
37
  author={Nikhil Kandpal and Brian Lester and Colin Raffel and Sebastian Majstorovic and Stella Biderman and Baber Abbasi and Luca Soldaini and Enrico Shippole and A. Feder Cooper and Aviya Skowron and Shayne Longpre and Lintang Sutawika and Alon Albalak and Zhenlin Xu and Guilherme Penedo and Loubna Ben and Elie Bakouch and John David and Honglu Fan and Dashiell Stander and Guangyu Song and Aaron Gokaslan and John Kirchenbauer and Tom Goldstein and Brian R and Bhavya Kailkhura and Tyler Murray},
38
  journal={arXiv preprint},
39
+ year={2025},
40
+ url={https://huggingface.co/papers/2506.05209}
41
  }
42
+ ```