This dataset was generated using Google's BigQuery API. The query is adapted from Appendix A from the work by Lee and Hsiang.
The query is changed to include patents from 2000 - 2015. The specific query is shown below.
SELECT STRING_AGG(distinct t2.group_id ORDER BY t2.group_id) AS cpc_ids,
t1.id, t1.date, t3.text
FROM
patents-public-data.patentsview.patent t1,
patents-public-data.patentsview.cpc_current t2,
patents-public-data.patentsview.claim t3
WHERE t1.id =… See the full description on the dataset page:
https://huggingface.co/datasets/MalavP/USPTO-3M.