Patent Green Technology Classifier (PatentSBERTa Fine-tuned)

A binary text classifier for detecting green/sustainable technology patent claims, built on top of AI-Growth-Lab/PatentSBERTa.

Model Description

This model was fine-tuned on a balanced dataset of 35,100 patent claims with gold-enhanced labels derived from a Human-in-the-Loop (HITL) workflow. It classifies patent claims as either green technology (1) or not green technology (0).

Training Data

Training procedure

Active Learning + HITL workflow:

  1. Trained a frozen PatentSBERTa baseline using Logistic Regression
  2. Applied uncertainty sampling to identify the 100 most uncertain examples
  3. Used Mistral-7B-Instruct-v0.2 to suggest labels with rationale
  4. Human reviewer assigned final gold labels, overriding the LLM in 6/100 cases
  5. Fine-tuned PatentSBERTa on the gold-enhanced dataset

Hyperparameters:

  • max_seq_length: 256
  • epochs: 1
  • learning_rate: 2e-5
  • batch_size: 16

Results

Precision Recall F1 Accuracy
Baseline (frozen) 0.77 0.77 0.77 0.77
Fine-tuned (this model) 0.81 0.81 0.81 0.81

HITL Override Examples

The human reviewer overrode the LLM suggestion in 6 out of 100 cases, all from not green → green:

  1. A phosphate detection method in soil and groundwater — labeled green as it relates to monitoring agricultural and water contamination
  2. A substrate coating method reducing film thickness — labeled green as material reduction can be considered a sustainable practice
  3. A surfactant removal method using electrochemical oxidation — labeled green as surfactant removal is associated with clean chemistry

Video

https://panopto.aau.dk/Panopto/Pages/Viewer.aspx?id=a519a0b3-17e2-44a5-b956-b3f90160c1c5

Downloads last month
1
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for alexchrander/patent-sberta-green-finetuned

Finetuned
(20)
this model

Datasets used to train alexchrander/patent-sberta-green-finetuned