Dataset Viewer
Auto-converted to Parquet Duplicate
corpus_id
stringlengths
8
8
filing_date
stringdate
1976-01-02 00:00:00
2025-01-13 00:00:00
patent_type
stringclasses
6 values
text
stringlengths
17
1.97M
17326603
2008-09-19
utility
Test apparatus and measurement apparatus for measuring an electric current consumed by a device under test There is provided a test apparatus for testing a device under test, which includes a voltage supplying section that supplies a voltage to the device under test through a wire, a first capacitor that is arranged b...
17328059
2008-09-30
utility
Method of controlling playback condition, optical disk, optical disk drive device and program Playback durability of a writable optical disk is ensured. A method of controlling a playback condition includes continuously irradiating an optical disk with a laser beam having a power level lower than a mark formation leve...
17334572
2014-01-27
utility
Stationary vibration isolation system and method for controlling a vibration isolation system The invention relates to a stationary vibration isolation system and to a method for controlling such a system which comprises a damper effective in a horizontal direction which includes a fluid of variable viscosity. CROSS-...
17335275
2004-01-20
utility
Method for operating a metering unit of a catalytic converter In order to ensure optimum metering of a reagent to be metered into an exhaust gas during operation of a metering unit of a catalytic converter of a combustion system, in particular an internal combustion engine of a motor vehicle, in any operating state of...
17336828
2013-01-25
utility
TECHNIQUES PERTAINING TO DOCUMENT PRINTING Techniques pertaining to printing a document are disclosed. A computer server may receive decoded document metadata and locate a document in a document repository using the document metadata. The server may determine whether the document metadata is indicative of a most recen...
17337051
2013-01-25
utility
"Illuminated Visual Display Container Having Minimal Glare\n\nAn improvement to a lighted drinking c(...TRUNCATED)
17337663
2011-09-12
utility
"MULTIPLE MEDIA ACCESS CONTROL (MAC) ADDRESS RESOLUTION VERTICAL TRAVEL\n\nOne or more devices or st(...TRUNCATED)
17338068
2012-08-17
utility
"Controllable coolant pump\n\nA controllable coolant pump driven by a belt pulley for internal combu(...TRUNCATED)
17338815
2014-01-24
utility
"Card edge connector with detecting structure\n\nA card edge connector includes an ejector (3) with (...TRUNCATED)
17346210
2014-10-08
utility
"Combustion engine and gas handling system for pneumatic operation of a valve actuator\n\nA combusti(...TRUNCATED)
End of preview. Expand in Data Studio

The us-patents dataset is a collection of ~ 8M US patent grants and applications from 1976-2025, cleaned, filtered, and formatted for pre-training of language models.

Document Format

  • corpus_id: Unique integer key with no semantic value.
  • filing_date: The filing date of the grant or application. In case of duplicates, earliest filing date from the duplicate cluster.
  • patent_type: The type of patent.
  • text: The text content of the concatenated title, abstract, and specification.

Processing

The following pre-processing steps were applied with the goal of preserving science and technology information.

  1. Deduplication

The dataset includes a single record for a (grant, application) pair, and include applications which are not yet issued or abandoned.

We further deduplicate based on document contents at the document level on 5-gram 90% Jaccard similarity.

  1. Legal Process Content Removal

Some common content relating to legal processes is removed. This includes standard language about embodiments not being exhaustively listed and other common legal language not directly related to the technology at issue.

  1. English

Content with a very low probability of being English prose is removed.

  1. Unlikely Prose

Paragraphs with a very low average word log probability is removed.

All sections that have a average log word probability of less than -20 are removed. To calculate the average log word probability, we use word frequencies extracted from the 1T Web Ngram corpus; specifically, we use the list available created by Rachel Tatman. A copy is hosted here.

  1. Low Information Text

Paragraphs that are extremely compressible, such as long lists of enumerated trivial embodiment combinations are removed.

  1. Copyright Assertions

Patent specifications that include variants of the USPTO standard assertion of copyrights relating to portions of the specification are omitted.

  1. Design Patents Removed

Grants and applications with a design patent type are omitted.

Stats

Split Documents Date Range
Train 7,820,247 1976-01-02 to 2025-01-13
Valid 79,836 2025-01-14 to 2025-09-19

License

This dataset is licensed under ODC-BY. It is intended for research and educational use in accordance with Ai2's Responsible Use Guidelines.

Attribution: PatentsView (www.patentsview.org)

Downloads last month
694