Diff of /README.md [000000] .. [8c057c]

Switch to unified view

a b/README.md
1
# PTAB
2
Analysis and Outcome Prediction for US Patent & Trademark Office (PTO) Patent Trial and Appeals Board proceedings and decisions.
3
4
## PTAB_download_briefs.py
5
Software code used to download briefs and written decisions from the PTO OpenData website. API documentation: https://developer.uspto.gov/api-catalog/ptab-api-v2 (access PTAB data online at https://developer.uspto.gov/ptab-web/)
6
7
## PTAB_Institution_Proceedings_to_20211231.tsv
8
Raw data for text documents (including Petitions, Written Decisions, Preliminary Response briefs) for Institution phase of IPR, CBM, and PGR post-grant patent review challenges before PTAB. Includes proceeding names, proceeding (case) numbers, party names, filing dates, and outcomes. This file (TSV format) is available at: https://doi.org/10.5281/zenodo.6395412
9
10
## PTAB_Model_Responses_github.ipynb
11
Neural network (CNN+Attention) model for Patent Owner Preliminary Response Briefs.
12
13
## PTAB_Model_Decisions_github.ipynb
14
Neural network (CNN+Attention) model for Written Institution Decisions.
15
16
## PTAB_xgboost_github.ipynb
17
XGBoost with TF-IDF for analyzing written decisions and preliminary patent owenr's response briefs.