paper-with-me

Papers

Random Forest DBSCAN for USPTO Inventor Name Disambiguation

2017-09-14 · Kim Kunho, Khabsa Madian, Giles C. Lee

Name disambiguation and the subsequent name conflation are essential for the correct processing of person name queries in a digital library or other database. It distinguishes each unique person from all other records in the database. We study inventor name disambiguation for a patent database using methods and features from earlier work on author name disambiguation and propose a feature set appropriate for a patent database. A random forest was selected for the pairwise linking classifier since they outperform Naive Bayes, Logistic Regression, Support Vector Machines (SVM), Conditional Inference Tree, and Decision Trees. Blocking size, very important for scaling, was selected based on experiments that determined feature importance and accuracy. The DBSCAN algorithm is used for clustering records, using a distance function derived from random forest classifier. For additional scalability clustering was parallelized. Tests on the USPTO patent database show that our method successfully disambiguated 12 million inventor mentions within 6.5 hours. Evaluation on datasets from USPTO PatentsView inventor name disambiguation competition shows our algorithm outperforms all algorithms in the competition.

📄 PDF Abstract BibTeX arXiv:1602.01792

Code (0)

등록된 구현이 없습니다.

Tasks

BlockingClusteringFeature Importance

Similar Papers 제목 키워드 기반

Data Segmentation via t-SNE, DBSCAN, and Random Forest

2020-10-26 · Timothy DeLise

This research proposes a data segmentation algorithm which combines t-SNE, DBSCAN, and Random Forest classifier to form an end-to-end pipeline that separates data into natural clusters and produces a characteristic profi…

Utilizing remote sensing data in forest inventory sampling via Bayesian optimization

2020-09-17 · Jonne Pohjankukka, Sakari Tuominen, Jukka Heikkonen

In large-area forest inventories a trade-off between the amount of data to be sampled and the costs of collecting the data is necessary. It is not always possible to have a very large data sample when dealing with sampli…

Bayesian Optimizationparameter estimation

Automated Low-cost Terrestrial Laser Scanner for Measuring Diameters at Breast Height and Heights of Forest Trees

2017-02-08 · Pei Wang, Guochao Bu, Ronghao Li, Rui Zhao

Terrestrial laser scanner is a kind of fast, high-precision data acquisition device, which had been more and more applied to the research areas of forest inventory. In this study, a kind of automated low-cost terrestrial…

Position

Personalized Patent Claim Generation and Measurement

2019-12-07 · Jieh-Sheng Lee

This work-in-progress paper proposes a framework to generate and measure personalized patent claims. The objective is to help inventors conceive better inventions by learning from relevant inventors. Patent claim generat…

Text GenerationTransfer Learning

The Harvard USPTO Patent Dataset: A Large-Scale, Well-Structured, and Multi-Purpose Corpus of Patent Applications

2022-07-08 · NeurIPS 2023 11 · Mirac Suzgun, Luke Melas-Kyriazi, Suproteem K. Sarkar, Scott Duke Kominers 외

Innovation is a major driver of economic and social development, and information about many kinds of innovation is embedded in semi-structured data from patents and patent applications. Although the impact and novelty of…

Binary ClassificationLanguage ModelingLanguage ModellingMulti-class Classification