AndreaTacchella commited on
Commit
5620ec3
·
verified ·
1 Parent(s): fc75de6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ arxiv: 2605.04875
17
 
18
  # TechTokenBERT
19
 
20
- **TechTokenBERT** is a state-of-the-art patent embedding model based on BERT, fine-tuned on over one million European patents. It outperforms larger and task-specific models on IPC code classification, citation prediction, and title–abstract matching.
21
 
22
  The core innovation is treating International Patent Classification (IPC) codes as dedicated tokens in the model's vocabulary (*technological tokens*). This allows the attention mechanism to operate directly between patent text and classification codes during fine-tuning, producing embeddings that are simultaneously aware of linguistic content and technological structure.
23
 
 
17
 
18
  # TechTokenBERT
19
 
20
+ **TechTokenBERT** is a state-of-the-art patent embedding model based on BERT. It outperforms larger and task-specific models on IPC code classification, citation prediction, and title–abstract matching.
21
 
22
  The core innovation is treating International Patent Classification (IPC) codes as dedicated tokens in the model's vocabulary (*technological tokens*). This allows the attention mechanism to operate directly between patent text and classification codes during fine-tuning, producing embeddings that are simultaneously aware of linguistic content and technological structure.
23