SbstnErhrdt commited on
Commit
59314d4
·
verified ·
1 Parent(s): 4028acc

caps and link

Browse files
Files changed (1) hide show
  1. README.md +6 -2
README.md CHANGED
@@ -13,12 +13,16 @@ datasets:
13
  license: apache-2.0
14
  ---
15
 
16
- # paecter - a Patent Similarity Model
17
 
18
- This model is a patent similarity model.
19
  Built upon Google's BERT for Patents as its base model, it generates 1024-dimensional dense vector embeddings from patent text.
20
  These vectors encapsulate the semantic essence of the given patent text, making it highly suitable for various downstream tasks related to patent analysis.
21
 
 
 
 
 
22
  ## Applications
23
  * Semantic Search
24
  * Prior Art Search
 
13
  license: apache-2.0
14
  ---
15
 
16
+ # PaECTER - a Patent Similarity Model
17
 
18
+ PaECTER (Patent Embeddings using Citationinformed TransformERs) is a patent similarity model.
19
  Built upon Google's BERT for Patents as its base model, it generates 1024-dimensional dense vector embeddings from patent text.
20
  These vectors encapsulate the semantic essence of the given patent text, making it highly suitable for various downstream tasks related to patent analysis.
21
 
22
+
23
+ Paper: https://arxiv.org/pdf/2402.19411
24
+
25
+
26
  ## Applications
27
  * Semantic Search
28
  * Prior Art Search