Update README.md
Browse files
README.md
CHANGED
@@ -72,14 +72,6 @@ print(sentence_embeddings)
|
|
72 |
```
|
73 |
|
74 |
|
75 |
-
|
76 |
-
## Evaluation Results
|
77 |
-
|
78 |
-
<!--- Describe how your model was evaluated -->
|
79 |
-
|
80 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=pat_specter)
|
81 |
-
|
82 |
-
|
83 |
## Training
|
84 |
The model was trained with the parameters:
|
85 |
|
@@ -125,5 +117,13 @@ SentenceTransformer(
|
|
125 |
```
|
126 |
|
127 |
## Citing & Authors
|
128 |
-
|
129 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
```
|
73 |
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
## Training
|
76 |
The model was trained with the parameters:
|
77 |
|
|
|
117 |
```
|
118 |
|
119 |
## Citing & Authors
|
120 |
+
```
|
121 |
+
@misc{ghosh2024paecter,
|
122 |
+
title={PaECTER: Patent-level Representation Learning using Citation-informed Transformers},
|
123 |
+
author={Mainak Ghosh and Sebastian Erhardt and Michael E. Rose and Erik Buunk and Dietmar Harhoff},
|
124 |
+
year={2024},
|
125 |
+
eprint={2402.19411},
|
126 |
+
archivePrefix={arXiv},
|
127 |
+
primaryClass={cs.IR}
|
128 |
+
}
|
129 |
+
```
|