Automated Neural Patent Landscaping in the Small Data Regime
Tisa Islam Erana, Mark A. Finlayson
TL;DR
The paper tackles automated patent landscaping in the small-data regime by combining active learning with a multi-stream neural architecture to compensate for scarce labeled data. It extends seed/anti-seed data collection with an annotation loop to obtain hard-boundary examples and augments text, CPC-embedding, and citation features, including a BERT-for-Patents backbone. The results show substantial improvements over prior systems, particularly in low-data settings, achieving around $F_1$ values of $0.75$ with only $24$ labeled patents and demonstrating that abstract-claims-CPC fusion and CPC-based citation features are effective. The work provides a data-and-methods blueprint for scalable, domain-adaptive patent landscaping and releases code and dataset to enable reproducibility and further research.
Abstract
Patent landscaping is the process of identifying all patents related to a particular technological area, and is important for assessing various aspects of the intellectual property context. Traditionally, constructing patent landscapes is intensely laborious and expensive, and the rapid expansion of patenting activity in recent decades has driven an increasing need for efficient and effective automated patent landscaping approaches. In particular, it is critical that we be able to construct patent landscapes using a minimal number of labeled examples, as labeling patents for a narrow technology area requires highly specialized (and hence expensive) technical knowledge. We present an automated neural patent landscaping system that demonstrates significantly improved performance on difficult examples (0.69 $F_1$ on 'hard' examples, versus 0.6 for previously reported systems), and also significant improvements with much less training data (overall 0.75 $F_1$ on as few as 24 examples). Furthermore, in evaluating such automated landscaping systems, acquiring good data is challenge; we demonstrate a higher-quality training data generation procedure by merging Abood and Feltenberger's (2018) "seed/anti-seed" approach with active learning to collect difficult labeled examples near the decision boundary. Using this procedure we created a new dataset of labeled AI patents for training and testing. As in prior work we compare our approach with a number of baseline systems, and we release our code and data for others to build upon.
