Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Datasets:
HUPD
/
hupd
like
33
Follow
The Harvard USPTO Patent Dataset
8
Tasks:
Fill-Mask
Summarization
Text Classification
+ 1
Sub-tasks:
masked-language-modeling
multi-class-classification
topic-classification
+ 1
Languages:
English
ArXiv:
arxiv:
2207.04043
Tags:
patents
License:
cc-by-sa-4.0
Dataset card
Files
Files and versions
Community
3
e42403e
hupd
/
dataset-creation-utilities
/
move-files.sh
lukemelas
Add dataset creation utilities
bb46e54
over 2 years ago
raw
Copy download link
history
blame
Safe
199 Bytes
for
year
in
2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018
# 2004
do
mkdir
years/
${year}
cat
hupd-subset/lists/
$year
.txt | xargs -i
mv
distilled/{}.json years/
${year}
done