mughosh commited on
Commit
1c85759
1 Parent(s): 6bf3b50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -82,7 +82,8 @@ print(sentence_embeddings)
82
 
83
  <!--- Describe how your model was evaluated -->
84
 
85
- For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=paecter)
 
86
 
87
 
88
  ## Training
@@ -131,4 +132,13 @@ SentenceTransformer(
131
 
132
  ## Citing & Authors
133
 
134
- <!--- Describe where people can find more information -->
 
 
 
 
 
 
 
 
 
 
82
 
83
  <!--- Describe how your model was evaluated -->
84
 
85
+ Evaluation of this model is available in our paper, [PaECTER: Patent-level Representation Learning using Citation-informed Transformers
86
+ ](https://arxiv.org/abs/2402.19411)
87
 
88
 
89
  ## Training
 
132
 
133
  ## Citing & Authors
134
 
135
+ ```
136
+ @misc{ghosh2024paecter,
137
+ title={PaECTER: Patent-level Representation Learning using Citation-informed Transformers},
138
+ author={Mainak Ghosh and Sebastian Erhardt and Michael E. Rose and Erik Buunk and Dietmar Harhoff},
139
+ year={2024},
140
+ eprint={2402.19411},
141
+ archivePrefix={arXiv},
142
+ primaryClass={cs.IR}
143
+ }
144
+ ```